threads
listlengths
1
2.99k
[ { "msg_contents": "\n\nHi,\n\nI already asked this on pgsql-general and didn't get any responses.\n\nI'm using PostgreSQL v6.5beta1 (mainly because it said it supports the INTERSECT\ncommand) and iodbc 2.50.2. I've compiled everything ok and I can start the\npostmaster and issue commands from psql. However, w...
[ { "msg_contents": "Though I did revert back to 6.3.2, I ran into a rather bothering\ncore dump when running psql after installing 6.4.2. I'm on a\nglibc2.0.7pre6 linux 2.2.7 box, and postgres was configured in the\nplainest configuration, but it crashes right out of the box. I've seen\nsome messages before on t...
[ { "msg_contents": "\nI *think* this has gone around already, but trying to dump one v6.4.2\ndatabase into another v6.4.2 server, the load failed with:\n\nCREATE RULE \"_RETreg_view\" AS ON SELECT TO \"reg_view\" DO INSTEAD SELECT\n\"p\".\"userid\", \"r\".\"first_name\" || ' '::\"text\" || \"r\".\"last_name\",\n...
[ { "msg_contents": "Hi,\n\nI have two patches for 6.5.0:\n\narrayfuncs.patch\tfixes a small bug in my previous patches for arrays\n\narray-regress.patch\tadds _bpchar and _varchar to regression tests\n\n-- \nMassimo Dal Zotto\n\n+----------------------------------------------------------------------+\n| Massimo...
[ { "msg_contents": "\n\nPrimary, Sorry for my english !!!\n\n\nHi,\n\nI �m developing a several test database, for study. But I can�t create\nany function, every time ERROR appears.\nI write a C code in a plus2.c file\n\n#include <pgsql/postgres.h>\n\nint4 plus2(int4 a,int4 b)\n{\nreturn(a+b);\n}\n\nmain() /...
[ { "msg_contents": "www2(root)/usr/local/pgsql/src/src/backend/port/dynloader>\ndiff freebsd.c freebsd.c.orig \n71c71\n< sprintf(error_message, \"dlopen '%s' failed. (%s)\", file, dlerror() );\n---\n> sprintf(error_message, \"dlopen (%s) failed\", file);\n\n\n\n---\nDmitry Samersoff, dms@wplus....
[ { "msg_contents": "One of my customer unable to install plpgsql\nwith next message:\n\nwww2(dms)~>psql -d www -c \"select tst(); \"\nERROR: Load of file /usr/local/pgsql/lib/plpgsql.so failed: dlopen\n'/usr/local/pgsql/lib/plpgsql.so' failed. (/usr/local/pgsql/lib/plpgsql.so:\nUndefined symbol \"SPI_tuptable\"...
[ { "msg_contents": "\tYour e-mail did not arrive at its intended destination. You need to\nsend it to Michael J. Davis, not Michael Davis.\n\n\n\n\tFrom:\tThe Hermit Hacker <scrappy @ hub.org> on 05/04/99 07:24 PM\n\tTo:\tOleg Bartunov <oleg @ sai.msu.su>@SMTP@EXCHANGE\n\tcc:\tDaniele Orlandi <daniele @ orlandi....
[ { "msg_contents": "\tYour e-mail did not arrive at its intended destination. You need to\nsend it to Michael J. Davis, not Michael Davis.\n\n\n\tFrom:\tVadim Mikheev <vadim @ krs.ru> on 05/04/99 09:18 PM\n\tTo:\tTom Lane <tgl @ sss.pgh.pa.us>@SMTP@EXCHANGE\n\tcc:\tpgsql-hackers @ postgreSQL.org@SMTP@EXCHANGE \n...
[ { "msg_contents": "\tYour e-mail did not arrive at its intended destination. You need to\nsend it to Michael J. Davis, not Michael Davis.\n\n\n\tFrom:\tHiroshi Inoue <Inoue @ tpf.co.jp> on 05/04/99 10:17 PM\n\tTo:\tVadim Mikheev <vadim @ krs.ru>@SMTP@EXCHANGE, PostgreSQL\nDevelopers List <hackers @ postgreSQL.o...
[ { "msg_contents": "\tYour e-mail did not arrive at its intended destination. You need to\nsend it to Michael J. Davis, not Michael Davis\n\n\n\tFrom:\tOleg Bartunov <oleg @ sai.msu.su> on 05/04/99 11:56 PM\n\tTo:\tBruce Momjian <maillist @ candle.pha.pa.us>@SMTP@EXCHANGE\n\tcc:\tTatsuo Ishii <t-ishii @ sra.co.j...
[ { "msg_contents": "\tYour e-mail did not arrive at its intended destination. You need to\nsend it to Michael J. Davis, not Michael Davis\n\n\n\tFrom:\tDirk Lutzebaeck <lutzeb @ aeccom.com> on 05/05/99 03:30 AM\n\tTo:\tTom Lane <tgl @ sss.pgh.pa.us>@SMTP@EXCHANGE\n\tcc:\thackers @ postgreSQL.org@SMTP@EXCHANGE \n...
[ { "msg_contents": "\tYour e-mail did not arrive at its intended destination. You need to\nsend it to Michael J. Davis, not Michael Davis\n\n\n\tFrom:\tDmitry Samersoff <dms @ wplus.net> on 05/05/99 08:50 AM\n\tTo:\tpgsql-hackers @ postgreSQL.org@SMTP@EXCHANGE\n\tcc:\t \n\tSubject:\t[HACKERS] Small improvement\n...
[ { "msg_contents": "Hi,\n\nI hate to resort to posting here but I got no responses\nin the other groups. I am following up on an earlier\nresponse on promotion of float4 to float8 in the WHERE\nclause.\n\nTo get around this, Tom Lockhart suggested that I make a \nfunction index on float8, but this is what happe...
[ { "msg_contents": "I seem to have several email addresses subscribed to this list. I have\ntried 4 times to have these extra email addresses removed without success.\nWould the owner of this list please unsubscribe or remove the following\nemail addresses from this list. \n\nmichael.davis@prevuenet.com\nmicha...
[ { "msg_contents": "This is a suggestion that came back from the java-linux mailing list.\n\nPeter\n\n-- \n Peter T Mount peter@retep.org.uk\n Main Homepage: http://www.retep.org.uk\nPostgreSQL JDBC Faq: http://www.retep.org.uk/postgres\n Java PDF Generator: http://www.retep.org.uk/pdf\n\n---------- F...
[ { "msg_contents": "Try:\n\n\t#include <pgsql/postgres.h>\n\n\tint plus2(int a,int b)\n\t{\n\treturn(a+b);\n\t}\n\n\n\tcc -c plus2.c /* I get the object file *.o */\ngcc -shared -o plus2.so plus2.o /* you need a library file */\n\nfrom psql: \n\n\tcreate function plus2(int4,int4) returns int4 as\n\t'/var/...
[ { "msg_contents": "Hi,\n\nwe are using Postgresql 6.4.2 on FreeBSD 2.2.8 and have a lot of\nproblems with suddenly dying backend processes. We have already\nchanged kernel parameters to get more shared memory and start the\npostmaster with -B 1024. The postmaster's virtual memory limit is\ncurrently 300MByte an...
[ { "msg_contents": "> Date: Tue, 4 May 1999 11:33:34 +0200 (CEST)\n> From: Dirk Lutzebaeck <lutzeb@aeccom.com>\n> Subject: INSERT/UPDATE waiting\n> \n> Hello,\n> \n> somehow the backend is hanging on my system (6.5beta1, Linux 2.2.6):\n> \n> postgres 29957 0.0 1.5 4124 2048 ? S 18:23 0:00 /usr/local/...
[ { "msg_contents": "> Does your chanage in LockResolveConflicts() work fine ?\n> \n> if (SHMQueueEmpty(&MyProc->lockQueue) && waitQueue->size &&\n> topproc->prio > myprio)\n> {\n> \n> First, LockResolveConflicts() is called not only from LockAcquire() but also\n> from ProcLockWakeup()...
[ { "msg_contents": "Hi,\nthis is a good day to ask this, or NOT??\n\nHow I can use the SET type, for to simulate the array behaivor????\n\nThis type can be used for to represent a multivalued field in a table\n????\n\nCarlos Peralta Ramirez Thanks you !!!!\n\n\n", "msg_date": "Thu, 06 May 1999 09:24:01 -0500...
[ { "msg_contents": "Here is the background on this email (and other like it). My corporate\noffice changed my email address 4 times in a 3 week period (company mergers\nand such). In order to send mail, I was forced to subscribe to each list\nusing my new email addresses. I then had three email addresses regi...
[ { "msg_contents": "I've committed fixes that deal with all of the coredump problems\nI could find in nodeHash.c (there were several :-().\n\nBut the code still has a fundamental design flaw: it uses a fixed-size\noverflow area to hold tuples that don't fit into the hashbuckets they\nare assigned to. This means...
[ { "msg_contents": "\nAm I right in saying that the -o and -D arguments to pg_dump cannot work\ntogether? Any chance of this getting fixed?\n\nOtherwise is there any other way of deleting a column from a table\nwhilst retaining oids? In general there seems there are problems with\nvarious scheme changes that you...
[ { "msg_contents": "6.5 cvs (today), Linux x86 2.2.7, egcs 1.12 release\n\nIt seems that int2 and int4 regression tests failed because of\nchanges in error messages. But I don't know what's going with\ntriggers test. Does is ok ?\n\n\tOleg\n\ndiff results/int2.out expected/int2.out\n10c10\n< ERROR: pg_atoi: err...
[ { "msg_contents": "\n> diff results/triggers.out expected/triggers.out\n> 39d38\n> < ERROR: check_primary_key: even number of arguments should be specified\n> 41d39\n> < ERROR: check_primary_key: even number of arguments should be specified\n> \nSomebody submitted a patch to refint.c, that was only intended a...
[ { "msg_contents": "Hello,\n\n(using snapshot of May, 5th)\n\nbecause we have the need to have a workaround to this hash problem, I looked into the hashing code (well, without having the background). \n\nFor reducing the probability of an overflow I increased\n#define FUDGE_FAC 3\nwitch was originally 1.5. I th...
[ { "msg_contents": "It seems there are some pretty critical problems in the indexes and/or\nvacuuming code in PostgreSQL 6.4.2. I've mentioned this before, but never\nget any clues back.\n\nHere are some error codes that I get almost every nite when I vacuum....\n\nNOTICE: AbortTransaction and not in in-progres...
[ { "msg_contents": "Hi,\nI�m trying of to make a function that receive two arguments :\n- An array of int4\n- A int4\nThe target of this function is to evaluate if the numeric argument is or\nnot into of the array !!!!!\n/* If anybody know of some predefined function that has the same target,\ntell me !!!*/\n\...
[ { "msg_contents": "\"Vadim B. Mikheev - CVS\" <vadim> writes:\n> Update of /usr/local/cvsroot/pgsql/src/backend/parser\n> In directory hub.org:/tmp/cvs-serv45846/backend/parser\n> Modified Files:\n> \tgram.c \n> Log Message:\n> Fix LMGR for MVCC.\n> Get rid of Extend lock mode.\n\nVadim, why are you committing ...
[ { "msg_contents": "With fairly current sources:\n\nregression=> create table dnum (f1 numeric(10,2));\nCREATE\nregression=> insert into dnum values ('12.34');\nERROR: overflow on numeric ABS(value) >= 10^1 for field with precision 31491 scale 52068\nregression=> insert into dnum1 values ('12.34'::numeric);\nER...
[ { "msg_contents": "See subject. This is a pretty serious shortcoming for anyone trying\nto use NUMERIC...\n\nIt'd also be nice if psql included the precision in \\d display,\nbut that's not critical.\n\n\t\t\tregards, tom lane\n", "msg_date": "Fri, 07 May 1999 18:30:39 -0400", "msg_from": "Tom Lane <tg...
[ { "msg_contents": "Hello all,\n\nI got some errors when testing vacuum with other concurrent \nsessions. The following patch would fix some of the cases such that \n\n\t1.ERROR : moving chain: failed to add item with len = ......\n\t2.ERROR : Cannot insert a duplicate key into a unique index\n\n\nAnother bug s...
[ { "msg_contents": "Hi, I'm a programmer in Brazil (i.e., kinda far away from the\ntechnological mainstream) and I've been trying to learn more about the\nPostgreSQL internals, maybe even help with its development. So I\ndownloaded the source tarball for the last release. Thing is, last time\nI checked, there wa...
[ { "msg_contents": "This is a post from mod_perl mailing list. I think it would be interesting\nto have a *real* benhcmarks, say more or less standard Web+db application\nwith using modern technique like mod_perl and persistent connection to db.\nI'm using postgres since 1995 and quite satisfied with its featur...
[ { "msg_contents": "Thus spake Thomas Lockhart\n> > I think the docs for SELECT INTO should be changed, as (if memory\n> > serves) it always creates, while INSERT INTO should always require the\n> > table to already exist.\n> \n> I went back and tested v6.3.2 and found the same behavior. D'Arcy,\n> would you hav...
[ { "msg_contents": "> Update regress test for CASE to enable tests involving joins.\n\n*Thanks* for finding and fixing the problems with CASE. I was hoping\nsomeone would track them down since I couldn't seem to get a handle on\nit...\n\nbtw, I'm working on additions to the User's Guide to start documenting\nCOA...
[ { "msg_contents": "Hey,\nFound a little \"bug\" in pg_dump today.\n[snip]\n-- finding the attribute names and types for each table \n-- finding the attrs and types for table: 'members' \n-- finding the attrs and types for table: 'currentuser' \n-- finding DEFAULT expression for attr: 'id' \n-- finding the ...
[ { "msg_contents": "src/test/regress/sql/\n create_function_1.sql\n create_function_2.sql\n constraints.sql\n copy.sql\n misc.sql\n install_plpgsql.sql\n\nseem to be missing from the cvs tree? (Got case.sql today :)\n\nCheers,\n\nPatrick\n", "msg_date": "Sat, 8 May 1999 18:41:11 +0100 (BST)", "msg_...
[ { "msg_contents": "\nHey Leute!\nKann jemand von euch mir eine gute URL sagen, wo viel Hack - und Crack\nProgramme man herunterladen kann?!\nUnd wo kriegt man heute kostenlos Xenix oder Linux (mit GUI nat�rlich)?\n\n\n\nDanke im Voraus\n\n\n\n", "msg_date": "Sat, 8 May 1999 22:58:01 +0200", "msg_from": ...
[ { "msg_contents": "I've built the new cvsup-16.0 for linux, and posted packages at\n\n ftp://ftp.postgresql.org/pub/CVSup/\n\nThere are rpms for both static and dynamic executables for both\nclients and servers (as well as a python-based utility program). The\ndynamic executables require that a few Modula-3 rp...
[ { "msg_contents": "Latest 6.5 cvs:\n\nmake[3]: Entering directory /u/postgres/cvs/pgsql/src/interfaces/ecpg/preproc'\n/usr/bin/bison -y -d preproc.y\n\"preproc.y\", line 816: type redeclaration for table_list\nmake[3]: *** [preproc.c] Error 1\n\n\tRegards,\n\n\t\tOleg\n\n________________________________________...
[ { "msg_contents": "> Here is a patch for version 6.4.2 that corrects several serious bugs\n> in Postgres' shared-memory-hashtable code. These problems are fairly\n> harmless until you get to more than 256 shared objects of a given type\n> (locks, buffers, etc) ... but then things get nasty. For more info see\...
[ { "msg_contents": "> Und wo kriegt man heute kostenlos Xenix oder Linux (mit GUI nat�rlich)?\n\nLinux kannst du dir auf fast allen Herstellerseiten runterladen, braucht\nhalt nur so seine Zeit.\n\n--\nGru�\n\nJohannes Weitzel\n\n\n", "msg_date": "Sun, 09 May 1999 12:22:17 +0200", "msg_from": "Johannes.W...
[ { "msg_contents": "Has this been fixed in 6.5 beta?\n\n> On Tue, Feb 02, 1999 at 07:33:48PM +0800, Vikrant Rathore wrote:\n> \n> > If your query is bigger than 8192 bytes then libpq simply truncates it\n> > without giving any warning\n> \n> I've read that in the docs, too (while back, didn't try it out). I have...
[ { "msg_contents": "It has been put on hold, I'll begin/continue working on it when we are done with \nthe beta :)\n\n-Ryan \n\n> Can I ask where we are with this.\n> \n> > Hello hackers...\n> > \n> > I've spent the last couple of evening tracing through the drop \ntable/sequence \n> > code trying to figure out ...
[ { "msg_contents": "\n\nIs this done?\n\n\n> The pages at http://postgresql.nextpath.com/docs/user/sql-select.htm and\n> http://postgresql.nextpath.com/docs/user/sql-insert.htm imply that SELECT\n> INTO and INSERT INTO <table> SELECT <query> will work with existing\n> tables but in fact it always creates the tab...
[ { "msg_contents": "\n\nCan someone comment on this? It looks like part of this is applied, but\nnot all of it.\n\n\n> Included are patches for 4/1 snapshot, submitted by Masaaki Sakaida.\n> \n> o Allow ecpg handle a floating point constant having more than 10 places\n> o Fix ecpg runtime library memory leak\n>...
[ { "msg_contents": "\nWhere did we leave this?\n\n\n> Given\n> \tcreate table t1 (name text, value float8);\n> \n> this works:\n> \tSELECT name, value FROM t1 GROUP BY name, value\n> \tHAVING value/AVG(value) > 0.75;\n> \n> but this doesn't:\n> \tSELECT name AS tempname, value FROM t1 GROUP BY name, value\n> \tH...
[ { "msg_contents": "> Given\n> create table t1 (name text, value float8);\n> \n> this fails:\n> SELECT name, value FROM t1 as touter WHERE\n> (value/(SELECT AVG(value) FROM t1 WHERE name = touter.name)) > 0.75;\n> ERROR: parser: '/' must return 'bool' to be used with subquery\n\n\nAren't you really saying WHERE...
[ { "msg_contents": "[snip]\n\n[ BTW, ImageViewer seems to make calls to following set of LOs *twice*\nto display an image. Why?\n\nlo_open\nlo_tell\nlo_lseek\nlo_lseek\nlo_read\nlo_close\n]\n\npeter: Hmmm, I'll have to check this, but the first one may be the\napplication loading the image, and the second when A...
[ { "msg_contents": "GreatFreak wrote:\n\n> Hey Leute!\n> Kann jemand von euch mir eine gute URL sagen, wo viel Hack - und Crack\n> Programme man herunterladen kann?!\n> Und wo kriegt man heute kostenlos Xenix oder Linux (mit GUI nat�rlich)?\n>\n> Danke im Voraus\n\nOk, luckilly I can speak some german, so I can ...
[ { "msg_contents": "Sorry for the delay.\n\n> Tatsuo Ishii <t-ishii@sra.co.jp> writes:\n> >>>> o It is repoted that NetBSD/m68k has bee broken since you put the\n> >>>> alignment stuff into configure, I'm not sure though.\n> \n> > More info. Install and initdb are ok. But destroydb and createdb never\n> > works....
[ { "msg_contents": "\nI am start programming on Postgres and looking for how to return a set of\ntuples for a function;\n\nAs see on man pages of \"create_function\", there is an example of function\nhobbies which return \"set of HOBBIES\". \n\nexample:\n create function hobbies (EMP) returns set of HOBBIES\n ...
[ { "msg_contents": "\nI have 2 table say c1,c2 (same attributes) and then I would like to \n\nCREATE VIEW c AS \n SELECT * FROM c1 \n UNION \n SELECT * FROM c2;\n\nBut the system not accept. (not implement)\nThen I change to use \nCRATE TABLE c (<** attributes are same as c1,c2 **>)\nCREATE RULE r1 AS ON SEL...
[ { "msg_contents": "\n> Offhand the obvious try doesn't crash it:\n> \n> regression=> select foo(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18);\n> ERROR: No such function 'foo' with the specified attributes\n> \nSQL functions do allow more than 8 parameters.\n\nAndreas \n", "msg_date": "Mon, 10 May 1999 11:...
[ { "msg_contents": "Nueva Lista de SQL y Motores de Base de Datos en\nhttp://www.inmotion.cl/majordomo/sql/\n\n\n", "msg_date": "10 May 1999 04:05:02 -0800", "msg_from": "\"J M Doren\" <SpamPorNews@ok.cl>", "msg_from_op": true, "msg_subject": "SQl Mail LIst (Spanish)" } ]
[ { "msg_contents": "\n\nTom, is this resolved?\n\n\n> I have just finished characterizing a nasty little bug in table\n> destruction. Do this:\n> \tcreate table x (i int4);\n> \tcreate index xindex on x (i);\n> \tdrop table x;\n> The backend will now have one more open file than it had before\n> (use lsof or si...
[ { "msg_contents": "\nApplied. Here is a new version of refint for us to use.\n\n\n> Hi Bruce .\n> \n> I send you a attach of my modified refint.c that\n> works with a new policy in cascade mode .\n> \n> Please Read README.MAX .\n> I do not know if you are the author of refint.c ,\n> but if not please tell me ...
[ { "msg_contents": "\nI have applied a new refint from Massimo. Can people check that and\nmake the needed fixes to it and trigger.sql?\n\n\n> \n> > It seems that virtually all platforms fail with misc and trigger\n> > regression tests.\n> > \n> The function check_primary_key in contrib/spi/refint.c was changed...
[ { "msg_contents": "> Hey,\n> Got a couple of problems that could hopefully be fixed before 6.5 gets\n> released. This is straight from CVS april 5th.\n> \n> Prob #1: \n> DROP TABLE <table> doesn't removed \"extended\" files.\n> i.e., if you have 2GB db on Linux(i386), it will only delete the main\n> file and n...
[ { "msg_contents": "\nAny comments on this?\n\n\n> \n> Following is I believe evidence of a pretty bad bug in postgres. This is\n> the 990329 snapshot.\n> \n> When doing an insert into a table where one of the fields comes from a\n> SELECT from another table, it seems that if the table has the \"*\" after\n> it,...
[ { "msg_contents": "\nDone.\n\n\n> The version of the Python interface, PyGreSQL, is still 2.2 in the \n> src/interfaces/python directory in the current CVS. The current version\n> of PyGreSQL is 2.3, available from http://www.druid.net/pygresql/:\n> \n> Important changes for 2.3\n> \n> connect.host retur...
[ { "msg_contents": "\nAnyone on this one?\n\n\n> I have been chasing some of the various bug reports involving HAVING\n> clauses in sub-SELECTs. A couple of examples are:\n> \n> select name from t1 where name in\n> (select name from t1 group by name having count(*) = 2);\n> \n> ERROR: rewrite: aggregate column...
[ { "msg_contents": "\nWhat did we decide on this?\n\n> Hello,\n> \n> For What Its Worth:\n> \n> I am just \"Joe User\" so please forgive my ignorance.\n> I have a patch for 6.5 which implements the Oracle\n> TRUNCATE statement.\n> \n> >From the Oracle Server 7 manual...\n> \n> You can use the TRUNCATE command to...
[ { "msg_contents": "> > SQL92 uses TEMPORARY instead, I think it would be \n> > interesting to keep compatibility with SQL Standard.\n> > CREATE [{ GLOBAL | LOCAL } TEMPORARY ] TABLE class_name\n> \n> Bruce, is this OK? If so, I'll put it in (if someone else hasn't\n> already done so).\n\nWe only support LOCAL,...
[ { "msg_contents": "\n\nThis is so weird, I can't even explain it.\n\n\n> \n> Does the following indicate a bug? It sure is wierd. Maybe some of these\n> statements aren't supported by postgresql (??), but the outcome doesn't\n> make sense to me.\n> \n> httpd=> CREATE TABLE x (y text);\n> CREATE\n> httpd=> CREAT...
[ { "msg_contents": "\nDo we have a problem here? Can someone explain it? Is it the\nconversion of the types?\n\n\n> \n> Hi,\n> \n> I have a fairly big table (a tacacs log) of about 250,000 tuples.\n> I created a new log table with more rows and with different types (for example\n> some fields have changed from...
[ { "msg_contents": "Due to a rare OS crash while my mailbox was being re-synced, I have lost\nall messages sent to me in the past 12 hours. If anyone sent anything\nto me personally and not to the list, could you please resend it.\n\nSorry.\n\n-- \n Bruce Momjian | http://www.op.net/~ca...
[ { "msg_contents": " Who needs the pretty printed output of nodeDisplay() ?\n\n I find the output of nodeToString() much more useful when\n debugging the rewrite system (especially when looking at\n querytree's resulting from joins with many RTE's, Resdom's,\n TLE's plus qual, group by ...
[ { "msg_contents": "> > > I would like for you to also consider adding the following to gram.y for\n> > > version 6.5:\n> > > | NULL_P '=' a_expr\n> > > { $$ = makeA_Expr(ISNULL, NULL, $3, NULL); }\n> > > I know there was some discussion about this earlier including comments\n> > > against this. Acces...
[ { "msg_contents": "> Bruce Momjian <maillist@candle.pha.pa.us> writes:\n> >> Given\n> >> create table t1 (name text, value float8);\n> >> \n> >> this fails:\n> >> SELECT name, value FROM t1 as touter WHERE\n> >> (value/(SELECT AVG(value) FROM t1 WHERE name = touter.name)) > 0.75;\n> >> ERROR: parser: '/' must ...
[ { "msg_contents": "I realize that supporting Access97 is going to be a pain and somewhat\nundesirable, but I think that there are a lot of people like me who choose\nAccess97 because it seemed to be the best tool for the job. I am not overly\nsatisfied with Access97 but it gets the job done. Now, I would like...
[ { "msg_contents": "On Sat, 8 May 1999 22:58:01 +0200, \"GreatFreak\" <Greatfreak@mail.ru>\nwrote:\n\n>\n>Hey Leute!\n>Kann jemand von euch mir eine gute URL sagen, wo viel Hack - und Crack\n>Programme man herunterladen kann?!\n>Und wo kriegt man heute kostenlos Xenix oder Linux (mit GUI nat�rlich)?\n>\n>\n>\nWo...
[ { "msg_contents": "OK, here is the list. Please send me changes. I will post this\nperiodically. I realize many are not show-stoppers, but it doesn't hurt\nto have everyone see the items. I will move them to the main TODO list\nas we get closer to final.\n\n--------------------------------------------------...
[ { "msg_contents": "Works for me.\n\n> -----Original Message-----\n> From:\tBruce Momjian [SMTP:maillist@candle.pha.pa.us]\n> Sent:\tMonday, May 10, 1999 1:30 PM\n> To:\tMichael J Davis\n> Cc:\tThomas G. Lockhart; PostgreSQL-development\n> Subject:\tRe: [HACKERS] NULL = col\n> \n> > I realize that supporting Acc...
[ { "msg_contents": "I have reconfigured my system so I automatically connect to IRC and\nAOL's Instant messenger when I start Netscape, so people will see me\nmore active in these areas.\n\nIn IRC, I am on channel #postgresql(see FAQ for info), and in AOL/IM, I\nam bmomjian. (All my neighbors are on AOL. What ...
[ { "msg_contents": "I have reconfigured my system so I automatically connect to IRC and\nAOL's Instant messenger when I start Netscape, so people will see me\nmore active in these areas.\n\nIn IRC, I am on channel #postgresql(see FAQ for info), and in AOL/IM, I\nam bmomjian. (All my neighbors are on AOL. What ...
[ { "msg_contents": "\nHere is the newest list.\n\n---------------------------------------------------------------------------\n\nCan not insert/update oid\nDefault of '' causes crash in some cases\nEXPLAIN SELECT 1 UNION SELECT 2 crashes, rewrite system?\nshift/reduce conflict in grammar, SELECT ... FOR [UPDATE|...
[ { "msg_contents": "\nSorry. Here is the new list.\n\n\n---------------------------------------------------------------------------\n\nDefault of '' causes crash in some cases\nshift/reduce conflict in grammar, SELECT ... FOR [UPDATE|CURSOR]\nmove UNION stuff into rewrite files\nCLUSTER failure if vacuum has no...
[ { "msg_contents": "Well, since all you guys have all the info on optimizing PostgreSQL,\nsomeone might like to submit their wealth of knowledge to tunelinux.com\n\nThey have a PostgreSQL section, but it's still empty! Even simple things\nwould probably be very useful.\n\nTaral\n\n", "msg_date": "Mon, 10 May...
[ { "msg_contents": "> I have reconfigured my system so I automatically connect to IRC and\n> AOL's Instant messenger when I start Netscape, so people will see me\n> more active in these areas.\n> \n> In IRC, I am on channel #postgresql(see FAQ for info), and in AOL/IM, I\n> am bmomjian. (All my neighbors are on...
[ { "msg_contents": "Here is the overview:\n\n I have not seen good program for converting postgres table into DBF file,\n and reverse. That is why I wrote this pg2xbase utility. This is my first\n program written in C++, then there could be some lacks.\n\n\n> On Mon, 10 May 1999, Bruce Momjian wrote:\n> \n...
[ { "msg_contents": "subscribe\n\n\n\n- Don Baccus, Portland OR <dhogaza@pacifier.com>\n Nature photos, on-line guides, and other goodies at\n http://donb.photo.net\n", "msg_date": "Mon, 10 May 1999 20:22:06 -0700", "msg_from": "Don Baccus <dhogaza@pacifier.com>", "msg_from_op": true, "msg_subje...
[ { "msg_contents": "Very funny :-)\n\n\t-----Original Message-----\n\tFrom:\tThomas Lockhart [SMTP:lockhart@alumni.caltech.edu]\n\tSent:\tMonday, May 10, 1999 9:26 PM\n\tTo:\tMichael J Davis\n\tCc:\t'Bruce Momjian'; PostgreSQL-development\n\tSubject:\tRe: [HACKERS] NULL = col\n\n\t> Works for me.\n\n\tYeah, yeah...
[ { "msg_contents": "I found this on a web page, and thought it was interesting. Should I\nthrow it into tools or our web page?\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 Blyt...
[ { "msg_contents": "I am reading comp.databases.informix, and someone is asking for a tool\nlike pgaccess for Informix:\n\n\tIs there a utility for Informix similar to\n\tPGaccess? (Used on PostGreSQL)\n\nMan, that's market penetration, when people are asking for our tools on\ncommercial databases.\n\n-- \n Bru...
[ { "msg_contents": "Sereval days I can't compile 6.5 cvs sources under Linux, \nI got sporadical errors so I suspected it's compiler/hardware\nproblem. I'm using egcs 1.12 release.\nI moved to another Linux box, download cvs again, used gcc 2.7.2\nand still has a problem:\n\nmake[2]: Entering directory /usr2/u...
[ { "msg_contents": "\nGabriele Neukam schrieb in Nachricht <37372c17.15784767@news.btx.dtag.de>...\n>On Sat, 8 May 1999 22:58:01 +0200, \"GreatFreak\" <Greatfreak@mail.ru>\n>wrote:\n>\n>>\n>>\n>Wo liegt eigentlich .ru?\n>\nRUssia\n\n", "msg_date": "Tue, 11 May 1999 13:21:56 +0200", "msg_from": "\"Heinz E...
[ { "msg_contents": "Another cool cd's with software noticed in\nhttp://www.bcity.com/cdromsoftware\n\n\n", "msg_date": "Tue, 11 May 1999 15:49:14 +0400", "msg_from": "\"Larry Cage\" <skandman@usa.net>", "msg_from_op": true, "msg_subject": "nice software shopping" } ]
[ { "msg_contents": "\n> I have applied a new refint from Massimo. Can people check that and\n> make the needed fixes to it and trigger.sql?\n> \nSince you seem to want this functionality, could you alter\ncheck_primary_key, \nso that it chooses a default action of \"dependent\", and not force us to\nspecify an...
[ { "msg_contents": "leif@danmos.dk writes:\n> I tried to create the table below using psql, but it bombed out\n> with a message about loosing the backend, though the backend was\n> still running nicely. It seems to be a problem with the long\n> field name of the serial (and primary key) column.\n\nYou didn't sa...
[ { "msg_contents": "With current sources:\n\nregression=> create table t1 ( f1 serial primary key );\nNOTICE: CREATE TABLE will create implicit sequence t1_f1_seq for SERIAL column t1.f1\nNOTICE: CREATE TABLE/PRIMARY KEY will create implicit index t1_pkey for table t1\nCREATE\n\nOK so far ...\n\nregression=> c...
[ { "msg_contents": " While looking at all these parsetrees I wonder why the hell\n the GroupClause contains a complete copy of the TLE at all?\n The planner depends on finding a corresponding entry in the\n targetlist which should contain the same expression. At least\n it needs an equal jun...
[ { "msg_contents": "Attached is an installation FAQ for SCO UnixWare and OpenServer related\nissues. It should be placed in the doc/ directory along with the other\nplatform-specific FAQs. In addition, it would be nice to have it on the\n\"Documentation and FAQs\" web page, in the \"Platform-specific FAQs\" li...
[ { "msg_contents": "Hi,\n\nI have found a bug that is very easy to reprouduce here:\n\nThe table is created with this code:\n\ncreate table DIAGNOSE (ART varchar(1) NOT NULL, AUFENTHALTNR int NOT NULL, \nCREATION_DATE datetime, CREATION_USER varchar(30), DAUERDIAGNOSENR int NOT \nNULL, MODIFICATION_DATE dateti...
[ { "msg_contents": "I have re-sorted the list:\n\n---------------------------------------------------------------------------\n\n\nDefault of '' causes crash in some cases\nshift/reduce conflict in grammar, SELECT ... FOR [UPDATE|CURSOR]\ncreate table \"AA\" ( x int4 , y serial ); insert into \"AA\" (x) values (...
[ { "msg_contents": "> CREATE [{ GLOBAL | LOCAL } TEMPORARY ] TABLE class_name\n\npostgres=> create local temporary table tt (i int);\nCREATE\npostgres=> create global temporary table tg (i int);\nERROR: GLOBAL TEMPORARY TABLE is not currently supported\npostgres=> create temporary table tn (i int);\nCREATE\n\n...
[ { "msg_contents": "> \n> > > I have applied a new refint from Massimo. Can people check that and\n> > > make the needed fixes to it and trigger.sql?\n> > > \n> > Since you seem to want this functionality, could you alter\n> > check_primary_key, \n> > so that it chooses a default action of \"dependent\", and ...
[ { "msg_contents": "Is this a known problem?\n\nCREATE TABLE test (\nplt int2 PRIMARY KEY,\nstate CHAR(5) NOT NULL DEFAULT 'new',\nused boolean NOT NULL DEFAULT 'f',\nid int4\n);\n\nINSERT INTO test (plt, id) VALUES (1, 1);\nINSERT INTO test (plt, id) VALUES (2, 2);\nINSERT INTO test (plt, id) VALUES (3, 3);\n\n...