threads listlengths 1 2.99k |
|---|
[
{
"msg_contents": "I saw the posting regarding the NaN issue and I \nthought you might be interested in the following:\n\nSun Microsystem's Numerical Computation Guide\nwhich covers the IEEE 754 standard, states:\n\n\"NaN's are often represented as floating-point numbers\nwith the exponent e max + 1 and non-zer... |
[
{
"msg_contents": "Hello!\n\n I have a problem running configure (6.4 and 6.4.2) on\nsparc-solaris2.5.1 - it reports:\nconftest.sh: not found\n The problem is in configure line 743:\n. conftest.sh\n I replaced it with\n. ./conftest.sh\n and all goes well.\n\nOleg.\n---- \n Oleg Broytmann http://mem... |
[
{
"msg_contents": "> Trying to use select statement using CURRENT_DATE\n> Which works fine like so:\n> \n> select * from headlines where dateof = CURRENT_DATE order by dateof desc\n> \n> But I'm also wanting to do something similar to:\n> \n> select * from headlines where dateof = CURRENT_DATE - INTERVAL '1' DA... |
[
{
"msg_contents": "Hi!\n\nIn the INSTALL file, it says (under \"Unsupported platforms\"):\n Windows x86 v6.3 1998-03-01 not library compatible; \n client side maybe; use \n ODBC/JDBC\n\n\n ... |
[
{
"msg_contents": "Ok, in multi-version systems readers never lock\nselected rows and so never block writers. Nice but\ncause problems in some cases: if you want\nto implement referential integrity at the\napplication level then you'll have to use\nLOCK TABLE IN SHARE MODE or SELECT FOR UPDATE to\nprevent updat... |
[
{
"msg_contents": "\nHello there,\n\nI have a problem using pl/pgsql (distributed in version 6.4.1).\n\nWe are using PostgreSQL for an ordering-system as a part of a new data warehouse. At this moment we have about 10K rows and it works great!\n\nNow we are testing it for a much amount of data (sales report) of... |
[
{
"msg_contents": "Hi,\n\n How do I drop a table under plpgsql ?\n When I invoke a function which contains eg: DROP TABLE TMP a get a\n backend crash no matter if this table exists or not.\n\n I can always do it the hard way and put DROP ... in an SQL function\n and then invoke DROP indirectly but do I ... |
[
{
"msg_contents": "\tI had a problme loading the data from my 6.3 (Not 6.3.1) DB inot my new\n\ttest 5.4.2 DB. Aparently some things related to users have changed\n\tbetween 6.3, and 6.3.1 which break this.\n\n\tI was able to get the data relaoded, by first doing a creatuse for all\n\tthe non-postgress users in... |
[
{
"msg_contents": "OK, I give up :) How do I use the numeric type?\n\npostgres=> create table n1 (n numeric(10,5), d decimal(10,5));\nCREATE\npostgres=> insert into n1 values ('1.23456', '1.23456');\nERROR: overflow on numeric\n ABS(value) >= 10^0 for field with precision 2087 scale 31828\npostgres=> in... |
[
{
"msg_contents": "Hello,\n\ncase of your majordomo problems this message seems to be lost. So this repost ...\n\n\n\n\nHello there,\n\nI have a problem using pl/pgsql (distributed in version 6.4.1).\nWe are using PostgreSQL for an ordering-system as a part of a new data warehouse. At this moment we have about ... |
[
{
"msg_contents": "> > In the INSTALL file, it says (under \"Unsupported platforms\"):\n> > Windows x86 v6.3 1998-03-01 not library compatible;\n> > client side maybe; use ODBC/JDBC\n> > Note that Windows ports of the frontend are\n> > apparently possible using third-... |
[
{
"msg_contents": "\n> > In the INSTALL file, it says (under \"Unsupported platforms\"):\n> > Windows x86 v6.3 1998-03-01 not library compatible;\n> > client side maybe; use ODBC/JDBC\n> > Note that Windows ports of the frontend are\n> > apparently possible using thir... |
[
{
"msg_contents": "Hi!\n\nI was just poking around a bit in the libpq (server side this time) files,\nand noticed a few things.\n\nFor example, the StreamOpen() function is defined there (pqcomm.c), but it\nis _never_ used (at least as far as I can see). Is there any reason for it\nbeing there? Or is it some ol... |
[
{
"msg_contents": "Hi,\n\nI'm trying to convert some tables from version 6.2 to 6.4.2 but I have\nproblems with arrays. The old table definition was:\n\n create table a (\n\tx int4,\n\ty char8,\n\tz char8[]\n );\n\nNow, because the char8 datatype has been removed from postgres, I suppose\nI should use char(8)... |
[
{
"msg_contents": "Hi,\n\ninsert a few row in a table (>50000) and do\ndelete from mytable;\nvacuum verbose analyze;\n\nWhy is this that slow?\n\n[I am not on hackers@postgreSQL.org]\n---\n _ _\n _(_)(_)_ David Wetzel, Turbocat's Development,\n(_) __ (_) Buchhorster Strasse, D-16567 Muehlenbeck/Berlin, FRG... |
[
{
"msg_contents": "Bruce, Marc, et al-\n\nBruce Momjian wrote:\n\n> I think it might be nice to get this out on the web page in a prominent\n> place until we release 6.5. Seems like we should be talking up these\n> features so people can get excited.\n\n>> In February, we start beta on 6.5...\n\n\n\nI have bee... |
[
{
"msg_contents": "> (back on-list)\nOk :-)\n\n\n> > I'm going to try to whip up some precompiled binaries for it too, \n> > tomorrow. Perhaps we should put a blurb in about that?\n> \n> Yes. Here is the modified file back (note the minor name \n> change) if you\n> want to mention it in there. Byron has some co... |
[
{
"msg_contents": "> > > > Wish I knew the answer. I can guess, but that isn't \n> going to help.\n> > > \n> > > \tGuess == throwing in ideas, even if they are \n> incorrect...the way I\n> > > figure it, I through out alot of guesses...some of them \n> spark ideas in\n> > > others and we see some really neat i... |
[
{
"msg_contents": "> > With MVCC an occasional 'vacuum analyze' should only be \n> noticed from the\n> > performance improvements. As far as I can tell most of the \n> work done by\n> > an analyze is in reading the table data. If you make sure \n> to write the\n> > new information at the end of the transactio... |
[
{
"msg_contents": "> > With MVCC an occasional 'vacuum analyze' should only be \n> noticed from the\n> > performance improvements. As far as I can tell most of the \n> work done by\n> > an analyze is in reading the table data. If you make sure \n> to write the\n> > new information at the end of the transactio... |
[
{
"msg_contents": "Sorry for posting it here again, but I haven't corrected my subscriptions\nyet. It's just a small patch to ecpg to keep it in sync with gram.y.\n\nMichael\n-- \nMichael Meskes | Go SF 49ers!\nTh.-Heuss-Str. 61, D-41812 Erkelenz | Go Rhein Fire!\nTel.: (+49) 2431/726... |
[
{
"msg_contents": "I think thequestions below are very good ones from the Windows side of\nthe fence. Six months ago, I would have said PHP is what the open\nsource community uses instead of ASP and ADO, but recently there seems\nto have been real Win32 progress with PostgreSQL, and I'm sure we can\nbe more spe... |
[
{
"msg_contents": "> > I'll be working on the binaries soon. Where should I put them once \n> > done? Mail to you, or somebody? Can't find any incoming \n> directory on \n> > the ftp... No idea to put in anything in the docs before we can say \n> > where it is located...\n> \n> Magnus is building some WIN32 cli... |
[
{
"msg_contents": "> I think thequestions below are very good ones from the Windows side of\n> the fence. Six months ago, I would have said PHP is what the open\n> source community uses instead of ASP and ADO, but recently there seems\n> to have been real Win32 progress with PostgreSQL, and I'm sure we can\n> b... |
[
{
"msg_contents": "> > Thomas, do you need help on outer joins?\n> \n> Yes. I'm going slowly partly because I get distracted with other\n> Postgres stuff like docs, and partly because I don't understand all of\n> the pieces I'm working with.\n> \n> I've identified the place in the MergeJoin code where the null ... |
[
{
"msg_contents": "My experience with MS SQL 6.5(my first database):\n wrote an application or managing risk in natural-gas commodities\n[PowerBuilder] (~1 yr.)\n wrote several shopping cart and invoicing applications [ASP] (~6\nmonths)\n\nMy experience with PostgreSQL v6.3 - v6.4.2(my favorite database):\n ... |
[
{
"msg_contents": "Hi,\n\nI have created a new patch for compiling PostgreSQL on Windows.\n\nIt requires:\n- Cygwin B20.1\n- a crypt library\n- the cygipc package\n- added the included headers (endian.h into Cygwin's include/, tcp.h into\ninclude/netinet and un.h into include/sys)\n\nNew features:\n- it creates... |
[
{
"msg_contents": "Hi,\n\nI found a bug in the notify handler of the libpgtcl interface.\nIf I have setup a notify handler and the backend dies, the tcl interpreter\nwill not remove the handler and loop forever with a bad fd in select().\nI tested the bug with Tcl7.5 and the following code:\n\n$ wish\n% set tcl... |
[
{
"msg_contents": "Hi,\n\nit seems that the year handling in pgsql dates is not very consistent:\n\ndz=> create table a (n int, x date);\nCREATE\ndz=> insert into a values (1,'02-02-0');\nINSERT 259246 1\ndz=> insert into a values (2,'02-02-00');\nINSERT 259247 1\ndz=> insert into a values (3,'02-02-000');\nINS... |
[
{
"msg_contents": "Hi,\n\nit seems that the CREATE USER command doesn't handle the group value at all:\n\nINSERT INTO pg_group VALUES ('todos',100);\nCREATE USER miriam IN GROUP todos;\nselect * from pg_group;\ngroname|grosysid|grolist\n-------+--------+-------\ntodos | 100| \n\nI would like to have ... |
[
{
"msg_contents": "Hi,\n\nI have some patches for version 6.4.2:\n\n config.patch\t\tadded some configuration options\n lock.patch\t\t\tfixes to lock debugging macros\n pgtclid.patch\t\tfix for notify bug\n tclarrays.patch\t\tadded missing code for tcl arrays\n trace.patch\t\t\tadded a missing va... |
[
{
"msg_contents": "I just received this via e-mail. I am boucing the whole posting to the\npatches list. I am going to need help understanding the issues here.\n\n\n\n> Hi!\n> \n> INTERSECT and EXCEPT is available for postgresql-v6.4!\n> \n> The patch against v6.4 is included at the end of the current text\n>... |
[
{
"msg_contents": "I would prefer, for simplicities sake, only handling four digit\nyear dates. Handling the two digit year dates is what caused this\nwhole mess in the first place.\n\nD.\n\n\n\n-----Original Message-----\nFrom: Thomas G. Lockhart [mailto:lockhart@alumni.caltech.edu]\nSent: Friday, January 08, ... |
[
{
"msg_contents": "you're all wrong. 6.4 was late because of me. i didn't know the postgresql\ndevelopment process or political process, and that combined with some real\nlife issues made me unresponsive and/or unavailable when d'arcy needed me.\nyou all have my apologies, and i promise that i will do better ... |
[
{
"msg_contents": "Does this seem right?\n\ndruid=> SELECT COUNT(*) FROM acctrans;\ncount\n-----\n 0\n(1 row)\n\ndruid=> SELECT client_id, SUM(tramount) FROM acctrans GROUP BY client_id;\nclient_id|sum\n---------+---\n | \n(1 row)\n\nIf there are no rows in the table then shouldn't the result be no... |
[
{
"msg_contents": "> Thanks for the info!!! I hope the dentist went well!!! \nIt went well, thank you for asking. I got a new dental assistant, and\nshe was gentle and sweet (a far improvement). She said that I have good\nteeth, and that I must have been taking good care of them because there\nwasn't much f... |
[
{
"msg_contents": "\n\n> -----Original Message-----\n> > I could be wrong (I don't have a copy of the standard), but I don't\n> > believe that the above syntax follows the standard. Let me know if \n> > I'm wrong, but my understanding of the syntax would be more like:\n> > SELECT * FROM t1 JOIN t2 ON (t1.i = ... |
[
{
"msg_contents": "I think one of the questions that, and perhaps you have, needs to be asked\nis:\n 1) what kind of transaction test produced those numbers?\n 2) what kind of user load, sim. transactions did the server have?\n 3) were the transactions non-conflicting?\n 4) were the transactions rea... |
[
{
"msg_contents": "Very observant of you. The postgres function system doesn't have a way\nto tell which parameter is null, so the function just returns null.\nI don't like it and we hope to get it changed for PGv6.5 (at least I\ndo).\n\nIs it on the TODO guys? Jan, do you think you'll have the time to get\nt... |
[
{
"msg_contents": "> -----Original Message-----\n> > Ummm...why are we rehashing this? Who/why is anyone tryign \n> to assign\n> > blame? It happened...so? Let's avoid it happening again, \n> but I think we\n> > are up to, what, 4 martyrs now? :)\n> \n> We are all falling on our swords. Better than everyone... |
[
{
"msg_contents": "There has been a discussion in the HACKERS list (check the archives on\nthe website\n[http:\\\\www.postgresql.org\\]) about PostgreSQL vs MS SQL 6.5 for the\nlast 2 days or so. \nI think these ideas must come in threes, so where is that other person?\n\nI can't really give a feature comparis... |
[
{
"msg_contents": "I have posted this in quite a few places in the past without\nresponse, so I'll try it here once. I am not on the list, so please\nsend any responses to me directly. This is a minor bug that\nhas continued through the latest release.\n\n--------------------------------------------\n\nThis is ... |
[
{
"msg_contents": "On Thursday, January 07, 1999 2:17 AM, Tom Lane [SMTP:tgl@sss.pgh.pa.us]\nwrote:\n> Magnus Hagander <mha@sollentuna.net> writes:\n> > [ Why is the server-side libpq so crufty? ]\n> \n> Apparently, that set of files was once used for both the frontend and\n> backend sides of the FE/BE protocol... |
[
{
"msg_contents": "On Saturday, January 09, 1999 11:13 PM, Tom Lane [SMTP:tgl@sss.pgh.pa.us]\nwrote:\n> Magnus Hagander <mha@sollentuna.net> writes:\n> > Well, I see one reason to change it. Which is why I came up with the\n> > question in the first place. I was looking at the possibility of putting\nSSL\n> > o... |
[
{
"msg_contents": "\tcould soemeone explain to me how the tcl/tk configure stuff is suposed\n\tto worl?\n\n\tI built 6.4.2 on my HP-UX machine a week or so agao, and had to do some\n\t_really_ strange things to get it working. Tonite I tried to build on\n\tFreeBSD (sort of a reference paltform, no?), and still ... |
[
{
"msg_contents": "I've just migrated a database to 6.4.2 and was looking at the new\npgdump output. It looks much better than earlier versions, but it\ndoesn't seem to include any information about sequences created\nimplicitly via the serial datatype. Pgdump describes the field as one\nmight have before (e.... |
[
{
"msg_contents": "As of 6.4.2 (and snapshot, I guess), postmaser does not check if the\nnumber of backends exceeds MaxBackendId (defined in\ninclude/storage/sinvaladt.h). As a result (MaxBackendId+1)th backend\ngets started but failed in the middle of its initialising process.\nTypical error would be:\n\nNOTIC... |
[
{
"msg_contents": "Vadim wrote:\n>Zeugswetter Andreas IZ5 wrote:\n>> \n>> >> Shouldn't we change default transaction mode now?\n>> >> And use option/SET TRANSACTION MODE to switch to\n>> >> un-chained mode if one like it?\n>> >\n>> >No comments on this?\n>> ... |
[
{
"msg_contents": "Hi!\n\nIs FOR UPDATE OF _view_ is allowed or not?\nCould someone run test in other DBases ?\n\nTIA,\n\tVadim\n",
"msg_date": "Mon, 11 Jan 1999 17:02:41 +0700",
"msg_from": "Vadim Mikheev <vadim@krs.ru>",
"msg_from_op": true,
"msg_subject": "FOR UPDATE and VIEWs..."
}
] |
[
{
"msg_contents": "What happens if PQfinish() is called from within a transaction PRIOR\nto either committing or rolling back the transaction?\n\nDoes the transaction get committed? rolled back? left in an\nundefined state?\n\nAlso, in the normal case of a begin/commit sequence, does the\ntransaction end at t... |
[
{
"msg_contents": "So, could someone send me the SQL92 constraints syntax as well as the\ndefinition of what a deferrable constraint is supposed to be?\nADVthanksANCE\n\t-DEJ\n",
"msg_date": "Mon, 11 Jan 1999 13:44:24 -0600",
"msg_from": "\"Jackson, DeJuan\" <djackson@cpsgroup.com>",
"msg_from_op": ... |
[
{
"msg_contents": "I was wondering who maintains the postgres mailing lists. I am wondering because I would like to\nsee the subject index added the digest versions of the following lists:\n\npgsql-sql\npgsql-general\npgsql-admin\n\nThanks for your time\n---------\nChris Williams\nSterling Software\nRome, New ... |
[
{
"msg_contents": "I have just encountered some applications that really need\ntransactions and so have been perusing the transaction statements and\nthe lock man page. Thinking of the possibility of deadlocks if two\nprocesses try to acquire locks in opposite order suggested a solution.\n\nCouldn't the parser... |
[
{
"msg_contents": "[Sorry if this sent twice. I never saw my copy the first time.]\n\nDoes this seem right?\n\ndruid=> SELECT COUNT(*) FROM acctrans;\ncount\n-----\n 0\n(1 row)\n\ndruid=> SELECT client_id, SUM(tramount) FROM acctrans GROUP BY client_id;\nclient_id|sum\n---------+---\n | \n(1 row)\... |
[
{
"msg_contents": "Does this seem right?\n\ndruid=> SELECT COUNT(*) FROM acctrans;\ncount\n-----\n 0\n(1 row)\n\ndruid=> SELECT client_id, SUM(tramount) FROM acctrans GROUP BY client_id;\nclient_id|sum\n---------+---\n | \n(1 row)\n\nIf there are no rows in the table then shouldn't the result be no... |
[
{
"msg_contents": "\n\t>druid=> SELECT client_id, SUM(tramount) FROM acctrans GROUP BY\n>client_id;\n\t>client_id|sum\n\t>---------+---\n\t> | \n\t>(1 row)\n\t>\n\t>If there are no rows in the table then shouldn't the result be no\nrows\n\t>when GROUP BY is used? Further, What about this?\n\nYes, sho... |
[
{
"msg_contents": "As it stands in 6.4.2 pg_dump does not dump sequences created by the\nSERIAL datatype when the -t tablename option is used. The following\npatch fixes that (with a couple of cosmetic cleanups) so that whenever\nthe -t option is used, the appropriate *_id_seq sequence is also\ndumped if it ex... |
[
{
"msg_contents": "In light of the recent inquiry about postgresql RPMs, it might make\nsense to have on our web page some references to packaged up versions\n(or other means of easily installing postgresql) for specific\noperating systems. As an effort to start that, here are some relevant\nURLs pointing to t... |
[
{
"msg_contents": "\nIt seems that pg_dump (in 6.4.2) still has problem with quoting \\ and ' when they appears together.\nThe following example illustrates this.\n\n\nterekhov=> create table test (i int, t text);\nCREATE\nterekhov=> insert into test values (1,'');\nINSERT 19066 1\nterekhov=> insert into test v... |
[
{
"msg_contents": "> -----Original Message-----\n> Generic triggers in C that are argument driven would be\n> possible. But the drawback is that those triggers have to be\n> very smart to use saved SPI plans (one for every different\n> argument set). And it must be row level triggers, ... |
[
{
"msg_contents": "Hi,\n\nIt seems that pg_dump (in 6.4.2) still has a problem when quoting\n\\ and ' when these characters appears together.\nConsider the following example:\n\n\nterekhov=> create table test (i int, t text);\nCREATE\nterekhov=> insert into test values (1,'');\nINSERT 19066 1\nterekhov=> insert... |
[
{
"msg_contents": "Sorry, I don't know the answer to this, so I am copying this to the\nPostgreSQL Hackers list: can anyone help, please?\n\nDaniel Lundin wrote:\n >\n >Hi Oliver,\n >\n >I've run into trouble when building PostgreSQL 6.4.2 from the source\n >debian package you've created (postgresql_6.4.2-... |
[
{
"msg_contents": "-----BEGIN PGP SIGNED MESSAGE-----\n\nI recently had a query fail with the following error:\n\n keystone=> select members.id, members.element, slips.sid, slips.problem \n keystone-> from slips, members \n keystone-> where members.element = slips.sid\n keystone-> and members.id = 'quicks... |
[
{
"msg_contents": "subscribe pgsql-hackers\n\n\n",
"msg_date": "Thu, 14 Jan 1999 16:02:27 +0100",
"msg_from": "Stefan Kapfhammer <SKapfhammer@koller.de>",
"msg_from_op": true,
"msg_subject": "None"
}
] |
[
{
"msg_contents": "I can help in maintaining the RPMs for postgresql. Let me know.\n\nal dev\n\nYou wrote:\n\n> I was wondering if any one is responsible for making\n> the RPM for postgresql? \"rpm\" could be added as a\n> make target and the sources required to build the\n> rpm could be added to the CVS repos... |
[
{
"msg_contents": "Okay, after a long fight with modula3 I know have a working version\nof cvsup for Solaris 7 SPARC. Know, what I would like to do is to use\ncvsup to update my local cvs repoistory. How would I go about doing this?\n\nThanks,\n\nMatt\n----------\nMatthew C. Aycock\nOperating Systems Analyst/Ad... |
[
{
"msg_contents": "OK, this is a complete novice question.\nDo we or do we not have temp tables (and/or unnamed tables)? \nIf we don't why not?\nI can see them making quite a few places of current development a lot\neasier and flexible. I do realize TANSTAAFL, but as I grok it could be\nused for multiple tuple... |
[
{
"msg_contents": "> > OK, this is a complete novice question.\n> > Do we or do we not have temp tables (and/or unnamed tables)? \n> > If we don't why not?\n> > I can see them making quite a few places of current \n> development a lot\n> > easier and flexible. I do realize TANSTAAFL, but as I grok \n> it could... |
[
{
"msg_contents": "Here is a problem report from a HP-UX/11.0/cc user.\n\nsrc/makefiles/Makefile.hpux seems to lack:\n\n%.sl: %.o\n $(LD) -b -o $@ $<\n\nThis makes regression test failed. Please note that in 6.4\nMakefile.hpux has above.\n\nComments?\n--\nTatsuo Ishii\n\n",
"msg_date": "Fri, 15 Jan ... |
[
{
"msg_contents": "I'm writing up the full set of allowed date/time formats, and thought\nI'd include the recognized time zones.\n\nI want to confirm that AHST, Alaska-Hawaii Std Time, should have the\nsame value as Australia Eastern Std Time, which is what the conversion\ntable claims. Seems to me that it is o... |
[
{
"msg_contents": "Sorry to intrude onto the hackers list, but I've got a problem that I think\nmight be worth looking at.\n\nI've got two databases, one a humongous DB ported from Solid to Postgres,\nthe other using just a few tables and indices from the first. The\ndatabases are called apx3 and apx5, I creat... |
[
{
"msg_contents": "I had to find this kind of thing out once and found a navy site at\n\nhttp://tycho.usno.navy.mil/tzones.html\n\nthat has a lot of places(well most of the big ones at least :)\n\nIt has the following entry\n\nUSA Hawaii: -10 hours \nUSA Alaska: -9 hours (Local summer -8 hours)\nAustralia New S... |
[
{
"msg_contents": "I downloaded latest 6.4.2 and tried compiling on linux 2.0.34 (redhat\n5.1) with latest\nflex version 2.5.4\nBut the make complains - you have buggy version of flex!! Help.\n\nmake[1]: Entering directory\n`/home/src/redhat/BUILD/postgresql-6.4.2/src'\nmake -C lextest all\nmake[2]: Entering di... |
[
{
"msg_contents": "Hello\n\nAssume I have some range-like(start,end) type, how can I enable \nrtree indexing for it? It's all what I need is to be able quickly\nfind appropriate range where given number belongs to.\n\nI've read through documentation but found some info only on btree\nstrategy. Which operation o... |
[
{
"msg_contents": "Thomas,\n\nI looked at this and it tells you how to get the sources via\nCVSup or cvs, but not how to keep them in sync so to speek.\nI would like the ability to make my own branches and so forth\nto play with certain aspects of the database. However, I would\nlike the ability to fold in patc... |
[
{
"msg_contents": "pg_dump won't drop stuff before trying to create it; this makes\ndropping a single table (say) and recreating it difficult to automate\nsince it is subject to error if all the stuff doesn't get dropped\nproperly. The following patch causes pg_dump to emit DROP ...\nstatements prior to emitti... |
[
{
"msg_contents": "\nWith this morning's conversations about the time zones in Alaska and\nHawaii, I asked a friend of mine about Hawaii (he just moved back to \nTexas after 20+ years there).\n\n-----------------\nHawaii Standard I guess is the Time Zone. They do NOT observe Daylight\nSavings..even tho' Alaska... |
[
{
"msg_contents": "Please back out this recently added patch... it doesn't compile:\n\n-- log entry --\nFrom: Magnus Hagander <mha@sollentuna.net>\n\nHere's another patch for the libpq backend areas. This patch removes all\nusage of \"FILE *\" on the communications channel. It also cleans up the\ncomments and h... |
[
{
"msg_contents": "Apologies if that repository problem was already mentioned... for some reason I\nwas no longer subscribed to this list.\n\nTaral\n",
"msg_date": "Fri, 15 Jan 1999 22:47:35 -0600",
"msg_from": "Taral <taral@cyberjunkie.com>",
"msg_from_op": true,
"msg_subject": "Unsubscribed?"
... |
[
{
"msg_contents": "Seems at some point someone decided not to be machine-independent in\nbackend/utils/adt/float.c\n\nRedhat 5.2 system with gcc 2.8.1 doesn't define NAN unless _GNU_SOURCE is\ndefined first. Although include/utils/dt.h *does* check for NAN (and HUGE_VAL)\nbefore using them, the float.c doesn't.... |
[
{
"msg_contents": "On Fri, 15 Jan 1999, you wrote:\n>I don't see NAN used in any file except numberic.c. I don't see it in\n>float.c, at least in 6.5.\n\nThis is from the latest repository checkout...\n\nTara\n",
"msg_date": "Sat, 16 Jan 1999 00:11:11 -0600",
"msg_from": "Taral <taral@cyberjunkie.com>"... |
[
{
"msg_contents": "Hello.\n\nI was hoping someone could shed some light on the \nfollowing problem. I am currently working on an \nintranet web site (who isn't?) and am using\nPostgreSQL 6.4 as the database. On a daily basis, \nthe database needs to integrate several megs of data\ninto tables. Since the webs... |
[
{
"msg_contents": "Comparing the current-CVS FAQ files with those in the REL6_4 branch\nis depressing --- almost every one is messed up in one branch or the\nother.\n\nThe main FAQ is newer in the 6.4 branch than in the current branch; the\n6.4 version seems to have numerous small fixes that are not in the main... |
[
{
"msg_contents": "Bruce,\n\nThis was fixed about 1 month ago by Vadim,\n\n\tKeith.\n\t\nBruce Momjian <maillist@candle.pha.pa.us>\n> \n> > Hi Hackers,\n> > \n> > With the following query from the opr_sanity regression test I'm\n> > getting a backend crash.\n> > \n> > SELECT p1.oid, p1.oprcode, p2.oid, p2.oprco... |
[
{
"msg_contents": "Bruce,\n\n\tThis problem with VIEWs was fixed by Jan WiecK on or\n\taround 18th December.\n\t\nKeith.\n\nBruce Momjian <maillist@candle.pha.pa.us>\n\n> \n> > Hi,\n> > \n> > I think I need some help here\n> > \n> > Taking part of the pg_views rule shows it thinks the views\n> > are NOT views.\... |
[
{
"msg_contents": " really hesitate to make this criticism given all the work people are\ndoing on the system and all the great features and fixes that are\nbeing added but could we please make it a hard and fast rule that\nnothing gets added into the tree until the person adding it has at\nleast compiled the s... |
[
{
"msg_contents": "I am feeling the need to jump into the code and add some of the easier\nthings that people have been asking for.\n\nHowever, I have a 7-month old baby, and just can't seem to get any free\ntime to do that. I haven't forgotten about all the things people need. \nLooks like Vadim and others ha... |
[
{
"msg_contents": "> Magnus wrote:\n> > Damn!\n> > That patch missed a few things - so now it doesn't compile any more!\n> > Here is a fix for the missing.\n> \n> I applied this patch last night --- dunno why Marc didn't do it yet,\n> since as you say the system won't build without it.\n> \n> I still had proble... |
[
{
"msg_contents": "> The other thing that jumps out here is the unreasonably high \n> position of\n> recv(), which is called 962187 times. The script being read \n> by psql was\n> only 957186 characters. Evidently we're invoking a kernel recv() call\n> once per character read from the frontend. I suspect thi... |
[
{
"msg_contents": "Since FOR UPDATE is not allowed with UNION I suppose it is also not allowed\nwith INTERSECT and EXCEPT. Is that correct?\n\nMichael\n-- \nMichael Meskes | Go SF 49ers!\nTh.-Heuss-Str. 61, D-41812 Erkelenz | Go Rhein Fire!\nTel.: (+49) 2431/72651 | Us... |
[
{
"msg_contents": "Hi all,\n\nI have a question about rules. I create a rule to insert data into a\nview that works fine,\nbut when I add a row to the view, PostgreSQL replies INSERT 0 0 if the\nrow is added and it replies\nINSERT oid# 1 if the row is not added.\nI have the same behavior with RULES on UPDATE an... |
[
{
"msg_contents": "Tom Lane wrote\n>Vadim Mikheev <vadim@krs.ru> writes:\n>> John Holland wrote:\n>>> I've been lurking on this list for a little while. I have just done a\n>>> little tinkering with Postgres 6.4.2, comparing it to Oracle and mySQL on\n>>> Linux. It would appear that just doing a lot of inserts ... |
[
{
"msg_contents": "Okay, I've updated the ecpg parser yet again. Unfortunately it has one\nremaining shift/reduce conflict. But the very same conflict is in gram.y, so\nI don't dig into it very much now.\n\nAnyway, I just saw that there were minor changes made to ecpg by others. Now\nI like that but I would pre... |
[
{
"msg_contents": "I tried inserting 15000 tuples each in two tables via pgsql and timed it.\nAfter insertion I also created btree indeces on both tables.\n\nSome results:\n\nFirst try was with a 6.4.1 version without -F option and all inserts in one\ntransaction:\nreal 2m11.084s\nuser 0m1.760s\nsys 0... |
[
{
"msg_contents": "New interface. IMHO, not as nice as pgaccess.\n\n\thttp://home.primus.baynet.de/mgeisler/kpgsql/\n\n-- \n Bruce Momjian | http://www.op.net/~candle\n maillist@candle.pha.pa.us | (610) 853-3000\n + If your life is a hard drive, | 830 Blythe Avenue\... |
[
{
"msg_contents": "> Magnus Hagander <mha@sollentuna.net> writes:\n> > I don't know, maybe recv() is more expensive than fgetc()?\n> \n> Vastly.\nOk. That pretty much says it all :-)\n<snip>\n\n> What we need to do here is to re-introduce the buffering ability of\n> stdio into backend libpq. If you compare the... |
[
{
"msg_contents": "Many 'wish' scripts use this trick so it does not have to hard-code the\npath into the first line:\n \n #!/bin/sh\n # the next line restarts using wish \\\n exec wish \"$0\" \"$@\"\n \nCan you add this to your script, or should I change configure so it \nlooks in tkConf... |
[
{
"msg_contents": "If I start pgaccess, it works. I can select tables and see the data.\n\nHowever, if I start pgaccess, and start clicking the left buttons, when\nI reach 'functions' I get the hourglass icon. The mouse is still\nactive, though.\n\nCan you reproduce that there?\n\n-- \n Bruce Momjian ... |
[
{
"msg_contents": "Is there row-level locking available yet? If not, is anyone working on it? It\nwill help CORBA support a lot...\n\nTaral\n",
"msg_date": "Mon, 18 Jan 1999 14:18:23 -0600",
"msg_from": "Taral <taral@cyberjunkie.com>",
"msg_from_op": true,
"msg_subject": "CORBA: row-level lockin... |
[
{
"msg_contents": "Najprej bi se vam rad opravi�il, ker sem za na�in obve��anja javnosti uporabil nenaro�eno po�to (angl. spam), ki ste jo nekateri prejeli tudi ve�krat. Na izbiro pa nisem imel druge mo�nosti, saj me slovenski javni mediji niso podprli. Javnim medijem sem poslal svoje prvo pismo... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.