threads listlengths 1 2.99k |
|---|
[
{
"msg_contents": "I forgot to update the typedefs for 7.4 before running pgindent. I\nwould like to run it again, hopefully soon. It shouldn't change very\nmuch at all, but will recognize more of the typedefs.\n\nOK?\n\n-- \n Bruce Momjian | http://candle.pha.pa.us\n pgman@candle.ph... |
[
{
"msg_contents": "I have updated ecpg/test/test_thread.pgc to do an automated thread test.\n\nFirst, update to current CVS. Then, run configure with\n--enable-thread-safety, compile/install, then go to ecpg/test, and do a\n'gmake', then run 'test_thread dbname'. It should return success or\nfailure.\n\nI hop... |
[
{
"msg_contents": "ignore\n\n",
"msg_date": "Thu, 7 Aug 2003 08:03:05 +0000 (UTC)",
"msg_from": "\"Marc G. Fournier\" <scrappy@hub.org>",
"msg_from_op": true,
"msg_subject": "test"
}
] |
[
{
"msg_contents": "hi\nwhenever i call an execute on a prepared statement, i get the return value\nof PQcmdTuples() as NULL even if the query did modify tuples...\nhow can i get the number of affected tuples?\nthanx in adv.\nrahul\n\n",
"msg_date": "Thu, 7 Aug 2003 14:52:20 +0530",
"msg_from": "\"Rahul_... |
[
{
"msg_contents": "hi, Tom and Momjian\n\nIs PITR also delayed to 7.5?Right?\n3x\n\n\n\n\n \t\t\t\t\n\n Jinqiang Han\n postgresql@db.pku.edu.cn\n 2003-08-05\n\n\n",
"msg_date": "Thu, 7 Aug 2003 17:26:23 +0800",
"msg_from": "\"Jinqiang Han\" <postgresql@db.pku.edu.cn>",
"msg_fr... |
[
{
"msg_contents": "Hi,\n\nI've just tried the cvs on uw 7.13. It fails on compiling hba.c:\nUX:acomp: ERROR: \"hba.c\", line 651: undefined symbol: AI_NUMERICHOST\nUX:acomp: ERROR: \"hba.c\", line 1237: undefined symbol: AI_NUMERICHOST\ngmake[3]: *** [hba.o] Error 1\ngmake[2]: *** [libpq-recursive] Error 2\ngma... |
[
{
"msg_contents": "\nTo support some of the logging changes I'm working on, I propose to add \nthe following members to struct Port, unless anyone objects - these are \nall calculated in postmaster/postmaster.c:\n\n struct tm session_start;\n char * remote_host;\n char * remote_port;\n\nQuestion: In setting ... |
[
{
"msg_contents": "following is taken from postgresql-7.3.2/src/backend/storage/lmgr/readme:\n\n\"If we are setting a table level lock\n\tboth the blockId and tupleId (in an item pointer this is called\n\tthe position) are set to invalid, if it is a page level lock the\n\tblockId is valid, while the tupleId is ... |
[
{
"msg_contents": "I was just testing the threaded ecpg, and ran some performance tests.\n\nWithout using threads, I am seeing 100,000 inserts of a single word into\na simple table take 12 seconds:\n\n\tCREATE TABLE test_thread(message TEXT);\n\ngiving me 8333 inserts per second. That seems very high.\n\nI rem... |
[
{
"msg_contents": "gnore\n",
"msg_date": "Thu, 7 Aug 2003 16:40:02 +0000 (UTC)",
"msg_from": "\"Marc G. Fournier\" <scrappy@hub.org>",
"msg_from_op": true,
"msg_subject": "test"
}
] |
[
{
"msg_contents": "Hi Tom, Hi Larry\n\nAfter updating from cvs I'm going a little further. But still have\nproblems:\n\nUX:acomp: ERROR: \"fe-protocol3.c\", line 1402: internal compiler error: can't deal with op BMOVE\ngmake[3]: *** [fe-protocol3.o] Error 1\ngmake[2]: *** [all] Error 2\ngmake[1]: *** [all] Err... |
[
{
"msg_contents": "\nthis should get to the list without any problems ...\n\n",
"msg_date": "Thu, 7 Aug 2003 17:42:42 +0000 (UTC)",
"msg_from": "\"Marc G. Fournier\" <scrappy@hub.org>",
"msg_from_op": true,
"msg_subject": "In theory ... news2mail gatewaying test ..."
}
] |
[
{
"msg_contents": "\nIn theory, the news2mail gateway is back in place ...\n\n",
"msg_date": "Thu, 7 Aug 2003 17:49:43 +0000 (UTC)",
"msg_from": "\"Marc G. Fournier\" <scrappy@hub.org>",
"msg_from_op": true,
"msg_subject": "Testing gateway"
}
] |
[
{
"msg_contents": "I just (with the last half hour) grabbed a fresh copy of 7.4 from CVS\nand got an error when building contrib/array:\n\ngcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -I. -I../../src/include -c array_iterator.c -o array_iterator.o\narray_iterator.c:30: utils/fmgroids.h: No ... |
[
{
"msg_contents": "When I run the regression tests against current sources, I get\nfailures because bison-generated error messages use \"parse\nerror\", not \"syntax error\". I vaguely recall running into\nthis issue before I left for the summer -- did we resolve\nit?\n\n[neil@arch neil]$ uname -a\nFreeBSD arch... |
[
{
"msg_contents": "\n",
"msg_date": "Thu, 7 Aug 2003 20:37:22 +0000 (UTC)",
"msg_from": "\"Marc G. Fournier\" <scrappy@hub.org>",
"msg_from_op": true,
"msg_subject": "ignore this test"
}
] |
[
{
"msg_contents": "\n\nMarc G. Fournier ICQ#7615664 IRC Nick: Scrappy\nSystems Administrator @ hub.org\nprimary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org\n",
"msg_date": "Thu, 7 Aug 2003 17:40:26 -0300 (ADT)",
"msg_from": "The Hermit Hacker <s... |
[
{
"msg_contents": "http://developer.osdl.org/markw/pgsql/7.3.4-1/\n\nI used lcov to generate some fancy webpages that shows code coverage of\nPostgreSQL 7.3.4 from running our DBT-2 workload (TPC-C derivative)\nagainst it. I still have some kinks to work out of the workload, but is\nthis something that would i... |
[
{
"msg_contents": "Hello:\n\nI want to know if postgresql 7.4 beta 1 can be configured under Cygwin \nwith SSL support ??\n\nIf the answer is positive how can i do it ?? or where can i found \ndocumentation about this ( under linux or cygwin :) ) ??\n\n\n\nThanks in advance :)\n\n\n\n\n\n-- \nBest regards\n\nCa... |
[
{
"msg_contents": "I have one process which writes a single float into 300 columns once per \nsecond. I then run 4 process, from remote computers, to query a small \nsubset of the latest row.\n\nI have even commented out everything in the query programs, all they do \nis sleep, and the associated postmaster st... |
[
{
"msg_contents": "following is taken from postgresql-7.3.2/src/backend/storage/lmgr/readme:\n\n\"If we are setting a table level lock\n\tboth the blockId and tupleId (in an item pointer this is called\n\tthe position) are set to invalid, if it is a page level lock the\n\tblockId is valid, while the tupleId is ... |
[
{
"msg_contents": "I am currently reading up on the history behind inheritance in postgres\nand found this interesting post back in May 2000.\n \nhttp://archives.postgresql.org/pgsql-hackers/2000-05/msg01349.php\n \n \n \n \n>From reading other posts, it seems that there is the idea that since\nunder is single ... |
[
{
"msg_contents": "Hi all, \nI had these during the compilation:\n\ngcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations\n-I../../../src/include -c -o execScan.o execScan.c\nexecScan.c: In function `tlist_matches_tupdesc':\nexecScan.c:199: warning: unused variable `att_tup'\n\n\nIn file included from pre... |
[
{
"msg_contents": "In src/port, we have in threads.c:\n\n/*\n * Wrapper around getpwuid() or getpwuid_r() to mimic POSIX getpwuid_r()\n * behaviour, if it is not available.\n */\nint\npqGetpwuid(uid_t uid, struct passwd * resultbuf, char *buffer,\n size_t buflen, struct passwd ** result)\n{\n#... |
[
{
"msg_contents": "Seems pg_dump dumps funcions with a space between the function name and\nopening paren. It looks strange:\n\n\tSELECT pg_catalog.setval ('test_x_seq', 1, false);\n\nThis patch removes the space:\n\n\tSELECT pg_catalog.setval('test_x_seq', 1, false);\n\nI didn't even realize the space worked,... |
[
{
"msg_contents": "Hi all,\nthe following code was working properly under Postgres 7.3.X\nI'm now running my regression test with Postgres 7.4beta1 and I'm\nhaving the error in subj.\n\nCREATE TABLE test ( a integer, b integer );\n\nINSERT INTO test VALUES ( 1 );\n\nCREATE OR REPLACE FUNCTION foo(INTEGER)\nRETU... |
[
{
"msg_contents": "I am marking the completed TODO items. Are these done?\n\n\t* Have standalone backend read postgresql.conf\n\t* Prevent whole-row references from leaking memory, e.g. SELECT\n\t COUNT(tab.*)\n\t* Use index to restrict rows returned by multi-key index when used with\n\t non-consecutive keys... |
[
{
"msg_contents": "> Allow SQL200X inheritance syntax LIKE <subtable>, INCLUDING DEFAULTS?\n(Rod)\n\nYes, it includes defaults.\n\n> > Have COMMENT ON DATABASE on non-local database generate a warning\n(Tom)\n> > I think that was someone else's work ... Rod maybe?\n\n> Name removed. Anyone know?\n\nI sent in a... |
[
{
"msg_contents": "I have moved simple_prompt()/sprompt.c into /port. It was used by psql,\npg_dump, and scripts, and had already gotten out of sync with a recent\nWin32 password patch.\n\nIf a file is needed by three non-backend directories, /port seems to be\nthe proper place for it.\n\n-- \n Bruce Momjian ... |
[
{
"msg_contents": "I'm working on writing a script that automatically tests all the\nbuilt-in functions. As a first step, I just passed NULL for all\nof the arguments for each built-in function. I've attached a\nlist of the 90 functions that crash the backend when this is done.\n\nSince the culprit functions al... |
[
{
"msg_contents": "This is the situation, I create a user called \"\n\ntest=# create user \"\"\"\";\nCREATE USER\ntest=# drop user \"\"\"\";\nDROP USER\ntest=# create user \"\"\"\";\nCREATE USER\ntest=# create table temp(a int4);\nCREATE TABLE\ntest=# grant select on temp to \"\"\"\";\nGRANT\ntest=# \\dp temp\n... |
[
{
"msg_contents": ">\n> hi\n> whenever i call an execute on a prepared statement, i get the return\nvalue\n> of PQcmdTuples() as NULL even if the query did modify tuples...\n> how can i get the number of affected tuples?\n> thanx in adv.\n> rahul\n>\nI'm observing the same pretty odd behavior.\nDo we both expec... |
[
{
"msg_contents": "hi,\nim currently working on a project that requires batch operations - eg. Batch\ninsert/update etc. The database im using is PostgreSQL. However, i cannot\nfind any documentation for batch opeartions on PostgreSQL. Does anyone know\nhow to do this, or if it is possible?\n\nThanx in advance\... |
[
{
"msg_contents": "Does anyone mind if I remove src/interfaces/cli? It's clearly outdated\nand useless.\n\n-- \nPeter Eisentraut peter_e@gmx.net\n",
"msg_date": "Fri, 8 Aug 2003 12:45:18 +0200 (CEST)",
"msg_from": "Peter Eisentraut <peter_e@gmx.net>",
"msg_from_op": true,
"msg_subject": "src/... |
[
{
"msg_contents": "-----Original Message-----\nFrom: Renney Thomas [mailto:renneyt@yahoo.com] \nSent: Thursday, August 07, 2003 1:43 PM\nTo: pgsql-hackers@postgresql.org\nSubject: Re: [HACKERS] RE : Oracle to PostgreSQL\n\n>What are the legal implications of copying Oracle's own PL/SQL \n>procedures code and po... |
[
{
"msg_contents": "I propose to add the following macros for the fields of an error or notice\nmessage for use in libpq applications. The names are modelled after the\nones that ODBC uses. (Well, at least they are chosen not to collide in\ncase we want to continue on that track.)\n\nS\tPG_DIAG_SEVERITY\nC\tPG... |
[
{
"msg_contents": "Seems we have a problem with pooled connections and WITH HOLD cursors.\n\nWe have code to reset transaction state and variables via RESET ALL, but\nhow do we remove WITH HOLD cursors when we pass a connection to a new\nclient?\n\n-- \n Bruce Momjian | http://candle.ph... |
[
{
"msg_contents": "following is taken from postgresql-7.3.2/src/backend/storage/lmgr/readme:\n\n\"If we are setting a table level lock\n\tboth the blockId and tupleId (in an item pointer this is called\n\tthe position) are set to invalid, if it is a page level lock the\n\tblockId is valid, while the tupleId is ... |
[
{
"msg_contents": "hi, does anyone know what session level locks mean in postgresql..i've heard \nof table-level locks and row level locks but not session level\nthanks\nJenny\n\n_________________________________________________________________\nThe new MSN 8: advanced junk mail protection and 2 months FREE* \... |
[
{
"msg_contents": "Here is Dave's reply re: -K no_host vs. removing -K inline. (I.E. ADDING\n-K no_host vs. removing -K inline:\n\n-------Dave Prosser:\n> I had someone ask about performance impact. I gave him the alternate\n> -Kno_host as well.\n>\n> Do you have a feel for what it would do to/for us?\n\nThere... |
[
{
"msg_contents": "I get the error message below when trying to make inside of the contrib\nsubdirectory. It was happening last night as well. I removed all of the\nsource and got a clean copy about an hour ago and am still having the\nproblem.\n\ngcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -I../.... |
[
{
"msg_contents": "I just committed another pgindent run with updated typedefs.\n\n-- \n Bruce Momjian | http://candle.pha.pa.us\n pgman@candle.pha.pa.us | (610) 359-1001\n + If your life is a hard drive, | 13 Roberts Road\n + Christ can be your backup. |... |
[
{
"msg_contents": "Here is the updated UnixWare threads patch. I need some help to set the\nHAVE_POSIX_GETPWUID_R define from configure, but this will suffice for now.\n\nThis also includes my recommendation for the Compiler Bug issue.\n\nPlease Apply, and if one of the configure guru's can help here, I'd be m... |
[
{
"msg_contents": "When running make check, I get:\n\nThe program\n /usr/local/pgsql/bin/postgres\nneeded by initdb does not belong to PostgreSQL version 7.4beta1,\nor there may be a configuration problem.\n\n\nWhat's the point of running a regression tests if it's going to\nuse the old binary?\n\n\nKurt\n\n... |
[
{
"msg_contents": "I tried(!) to load my 7.3.4 data into 7.4CVS.\n\nthe Bricolage folks have managed to make a circular definition (at least \nnot loadable).\n\nwhy does each setval() call invoke the pager?\n\nthe dump I used is at:\n\nhttp://www.lerctr.org/~ler/pg.dump.gz\n\n$ ls -l pg.dump*\n-rw-r--r-- 1 l... |
[
{
"msg_contents": "\nI ended up doing more or less what Bruce suggested, for 2 reasons - \nfirst it is extensible, and second it avoids hardcoding any special \nseparators.\n\nThe new config variable is set like this:\n\n log_line_format = '<%U%%%D> ' # %U=username %D=databasename %%=%\n\nSample output i... |
[
{
"msg_contents": "\nI am seeing this (RH8 - cvs tip):\n\n2003-08-09 18:55:14 [6680] LOG: failed to create socket: Address family \nnot supported by protocol\n\nProbably harmless - presumably refers to IPv6 not running, but annoying \nnevertheless, and I don't recall seeing it before.\n\nI can still connect on... |
[
{
"msg_contents": "I appear to have a hang on my system (40 minutes so far, it's now\n17:40). The code is from CVS updated 8/6 if I remember correctly.\n\nThe machine is idle, with a vacuum waiting and an INSERT doing nothing. \nThe vacuum is being generated via pg_autovacuum.\n\nThe output from the perl scrip... |
[
{
"msg_contents": "I managed to blow the SCO compiler up again with /contrib/cube. the only \nworkaround\n(from SCO already) is to disable -O on that module.\n\nFair warning.\n\nLER\n\n\n-- \nLarry Rosenman http://www.lerctr.org/~ler\nPhone: +1 972-414-9812 E-Mail: ler@lerct... |
[
{
"msg_contents": "\nHello,\n\nare there any plans of making Postgresql to properly support Unicode wrt\nlanguage-specific collations and upper/lower case handling?\n\n\nAFAIK, currently the codepoints are sorted in their numerical order. I've\nsearched the source code and could not find the actual place where... |
[
{
"msg_contents": "For the last few weeks (still haven't figure out what changed before\nthis started) one of our apps has been generating this error message on\nthe backend one or two times a day. I'm pretty sure it's not an\napplication error since it can be successfully re-run with the same\ninputs. The appl... |
[
{
"msg_contents": "Oh yea, I'm running 7.3.3 on Redhat 7.3.\n\n --Nate\n",
"msg_date": "Sun, 10 Aug 2003 15:30:00 -0500 (CDT)",
"msg_from": "nmueller@cs.wisc.edu",
"msg_from_op": true,
"msg_subject": "Re: simple_heap_update problem"
}
] |
[
{
"msg_contents": "Has anyone reviewed the compatibility list for 7.4 yet?\n\nhttp://developer.postgresql.org/docs/postgres/unsupported-features-sql99.html\n\nI seem to remember something about us having the unique predicate now or\nsomething? Array support is now better, and cursors? String ops for LOBs?\n\nCh... |
[
{
"msg_contents": "\nIt occurred to me after I wrote that functions with 'security definer'\nwould present a problem with any default owner changing scheme. I like the\nmass reassignment suggestion.\n\nandrew\n\nChris wrote:\n> Ah OK, I must have been thinking of the database owner check. I'd vote\n> for (1) c... |
[
{
"msg_contents": "Hi,\n\nI dropped the owner of a table, and now I get this:\n\npg_dump:\n\n",
"msg_date": "Mon, 11 Aug 2003 10:11:42 +0800",
"msg_from": "\"Christopher Kings-Lynne\" <chriskl@familyhealth.com.au>",
"msg_from_op": true,
"msg_subject": "dropping a user causes pain"
}
] |
[
{
"msg_contents": "\nSuSE 7.3, PostgreSQL cvshead (7.4)\n\nThis is as far as I've gotten with 7.4.\nIt is built and configured like my 7.3 installation\non the same machine. I have built from CVS previously. \nAnd the production sources always builds very nice and clean.\n\nNothing runs. gbd output is below.... |
[
{
"msg_contents": "FarewellIt's time for formal acknowledgement that I'm not in The Project any more.\n\nI'm not interested in small features/fixes and have no time for big ones.\nIt was this way for very long time and I don't see how/when that could change.\n\nMy participation in The Project was one of the gre... |
[
{
"msg_contents": "\n\n> -----Original Message-----\n> From: Christopher Kings-Lynne [mailto:chriskl@familyhealth.com.au] \n> Sent: 11 August 2003 04:02\n> To: Andrew Dunstan; Hackers\n> Subject: Re: [HACKERS] dropping a user causes pain (#2)\n> \n> \n> DROP USER foo OWNER TO bob;\n\nIsn't that a bit tricky as... |
[
{
"msg_contents": "\n> In both cases ANALYZE will calculate correlation 1.0 for column X,\n> and something near zero for column Y. We would like to come out with\n> index correlation 1.0 for the left-hand case and something much less\n> (but, perhaps, not zero) for the right-hand case. I don't really see\n> a... |
[
{
"msg_contents": "PostgreSQL version 7.3.3, GCC 2.96, Redhat 7.2\n\nWhen issuing the following type of command:\nALTER TABLE table RENAME COLUMN x TO y\nThe column name change is not cascading through to RULEs on a VIEW.\n\nFor example I had a column named \"id_security\" in TABLE \"tbl_valrule\" and I had\na ... |
[
{
"msg_contents": "\n\n> -----Original Message-----\n> From: The Hermit Hacker [mailto:scrappy@postgresql.org] \n> Sent: 11 August 2003 14:03\n> To: Vadim Mikheev\n> Cc: pgsql-hackers@postgresql.org\n> Subject: Re: [HACKERS] Farewell\n> \n> \n> \n> I never know what to say in response to stuff like this ... \n>... |
[
{
"msg_contents": "I ran into an \"interestingness\" with my 7.4 upgrade/testing.\n\nIt seems it's impossible (without editing the dump file), to reload a \npg_dumpall file\nthat has objects owned by one original user (postgres), into a new DB with \na new\noriginal user (pgsql74).\n\nJust food for someone to t... |
[
{
"msg_contents": "Can we modify pg_dumpall (or pg_dump?) to include a \\pset pager off\nto prevent the setval() calls from halting an interactive \\i of the dump \nfile?\n\nThanks,\nLER\n\n\n-- \nLarry Rosenman http://www.lerctr.org/~ler\nPhone: +1 972-414-9812 E-Mail: ler@l... |
[
{
"msg_contents": "rbt=# ALTER USER rbt SET CONSTRAINTS ALL DEFERRED;\nERROR: syntax error at or near \"ALL\" at character 32\nrbt=# ALTER USER rbt SET CONSTRAINTS = DEFERRED;\nERROR: \"constraints\" is not a recognized option",
"msg_date": "Mon, 11 Aug 2003 16:53:37 -0400",
"msg_from": "Rod Taylor <r... |
[
{
"msg_contents": "I did some basic profiling of CVS HEAD after having read Bruce's post the\nother day: When did we get so fast. It seemed to me that the number of\ninserts per second wasn't actually all that high so I had a look at some\nnumbers:\n\n % cumulative self self total\n time ... |
[
{
"msg_contents": "Hi,\n\nWhen a trigger event occurs, how does the trigger manager(called by the\nExecutor) set up TriggerData(tg_event in particular) information structure\nbefore calling the trigger function to handle the event. Is the detail\navailable in any system table?\n\nGoogling and the documentation ... |
[
{
"msg_contents": "Retired? May be is better: Hall of fame.\n\n",
"msg_date": "Tue, 12 Aug 2003 13:06:50 +0200",
"msg_from": "Gaetano Mendola <mendola@bigfoot.com>",
"msg_from_op": true,
"msg_subject": "Re: Farewell"
}
] |
[
{
"msg_contents": "Hi all,\n\nI have produced some code coverage data using gcov + ltp to show which\nparts of the source code the regression tests are hitting and which parts\nthey aren't. The results are at: http://www.alcove.com.au/pgregress/\n\nThanks,\n\nGavin\n\n",
"msg_date": "Tue, 12 Aug 2003 23:41:... |
[
{
"msg_contents": "IIRC the message at the end of install used to echo out the startup\ncommand (pg_ctl or postmaster), but now it gives some nice information\non how to get help. Should the startup message be put back in? Seems\nlike it is the most likely thing someone who just installed would want\nto know.\n... |
[
{
"msg_contents": "\n(Thought triggered by something Tom said the other day)\n\nIs this a security hole? Looks like one to me. Would it be better to use \na sequence generator for sysids instead of using max+1 on the user \ntable? Or else store the last sysid used somewhere?\n\nandrew\n\nfacetest=# create user ... |
[
{
"msg_contents": "Below is output from 7.3 pg_dump that is being loaded into 7.4 beta1.\n\nIt would seem that revoking the permissions of the owner doesn't work\nout so well.\n\n\nr=# CREATE FUNCTION weekdate (date) RETURNS timestamp with time zone\nr-# AS '\nr'# SELECT cast(to_date(''01 01 ''|| extract(''... |
[
{
"msg_contents": "unsubscribe\n\n_______________________________________________________________________\nConhe�a o novo Cad�? - Mais r�pido, mais f�cil e mais preciso.\nToda a web, 42 milh�es de p�ginas brasileiras e nova busca por imagens!\nhttp://www.cade.com.br\n",
"msg_date": "Tue, 12 Aug ... |
[
{
"msg_contents": "Sorry List.\n\nI�ve sent a message to unsubscribe to the wrong\naddress. The message was for unsubscribe from the\ndigest list.\n\nSorry.\nRgs,\nAntonio Belloni\n\n\n_______________________________________________________________________\nConhe�a o novo Cad�? - Mais r�pido, mais f�c... |
[
{
"msg_contents": "Hello everybody,\nhow far have you got with statement-level triggers development?\n\nRegards,\nClaudio.\n\n",
"msg_date": "Tue, 12 Aug 2003 19:00:35 +0200",
"msg_from": "\"wind.claudio@inwind.it\" <wind.claudio@inwind.it>",
"msg_from_op": true,
"msg_subject": "Statement-level ... |
[
{
"msg_contents": "Using\n Mac OS X 10.2.6\n Pgsql 7.4 (postgresql-7.4beta1) from postgresql.org\n devpgjdbc2.jar\nand WebObjects 5.2\n\nI get \n LOG: invalid message length\nwhen EOModeler creates my database.\n\nWhen I built PostgreSQL I specified \n --with-pam --without-readline\n\nSince I don't ... |
[
{
"msg_contents": "I thought some of you might find this interesting in light of recent issues \nwith SCO cc: \n\nhttp://gcc.gnu.org/ml/gcc-patches/2003-08/msg00191.html\n\nIn short, the FSF is discussing the possibility of dropping support for SCO \nUnix in GCC.\n",
"msg_date": "Wed, 13 Aug 2003 09:48:53 +... |
[
{
"msg_contents": "hi...\nim on a project using Postgres. The project involves, at times, upto\n5,000,000 inserts. I was checking the performance of Postgres for 5M inserts\ninto a 2 column table (one col=integer, 2nd col=character). I used the\nPrepare... and execute method, so i basically had 5M execute state... |
[
{
"msg_contents": "Hi,\n\nI notice on the SET CONSTRAINTS doc page, it says SET CONSTRAINTS\n<constraint> ...\n\nBut it doesn't at all make it clear what <constraint> is, since cosntraint\nnames are per-relation I thought?\n\nChris\n\n",
"msg_date": "Wed, 13 Aug 2003 13:48:21 +0800",
"msg_from": "\"Chri... |
[
{
"msg_contents": "I think the new pg_get_triggerdef and pg_constraint_is_visible functions\naren't mentioned.\n\nChris\n\n",
"msg_date": "Wed, 13 Aug 2003 14:11:58 +0800",
"msg_from": "\"Christopher Kings-Lynne\" <chriskl@familyhealth.com.au>",
"msg_from_op": true,
"msg_subject": "HISTORY"
},... |
[
{
"msg_contents": "\n\tNon superusers can set log_statement to true but can't set it\nback to false even if log_statement was false at the begining of a\nconnection.\n\n\tI think lambda users should be able to revert log_statement to\nfalse when false is the default setting.\n\n-- \n%!PS\n297.6 420.9 translate ... |
[
{
"msg_contents": "The below function works in 7.3 (returns nothing, but no errors).\n\nrbttest=# begin;\nBEGIN\nrbttest=# create or replace function service.test(integer)\nrbttest-# returns setof service.service\nrbttest-# as '\nrbttest'# declare\nrbttest'# v_service service.service%rowtype;\nrbttest'#\nrb... |
[
{
"msg_contents": "\nRH8, cvs tip. I get this:\n\n[andrew@alphonso src]$ make man.tar.gz \nD2MDIR=/usr/share/sgml/docbook/utils-0.6.11/helpers\nmake -C sgml man\nmake[1]: Entering directory `/home/andrew/foo/pgsql/doc/src/sgml'\n{ \\\n echo \"<!entity version \\\"7.4beta1\\\">\"; \\\n echo \"<!entity majorver... |
[
{
"msg_contents": "Sorry, this is tesing for a new email relay host in Japan. Please\nignore...\n--\nTatsuo Ishii\n",
"msg_date": "Thu, 14 Aug 2003 11:14:24 +0900 (JST)",
"msg_from": "Tatsuo Ishii <t-ishii@sra.co.jp>",
"msg_from_op": true,
"msg_subject": "test"
}
] |
[
{
"msg_contents": "\n\tHello,\n\n\tI recently switched to 7.4 beta 1, one query that used to be\ncorectly executed uder 7.3.3 albeit slowly now abnormaly ends when the\nbackend can't get more memory when it ate about 480 MB of swap space.\nI suspect that this behavior is the result of a 7.4 beta 1 bug but I\nwa... |
[
{
"msg_contents": "Hello:\n\nI'm trying to establish a TLS connection to PostgreSQL 7.4 beta 1 on \nwindows and Cygwin using C#, i have configured PostgreSQL as it's \nexplained here:\n\nhttp://developer.postgresql.org/docs/postgres/ssl-tcp.html\n\nThere are anything more that is needed to be done in order to r... |
[
{
"msg_contents": "Tom,\n Is there anything I can/should be doing to help fix the getaddrinfo() \nstuff\non UnixWare with 7.4CVS?\n\nLER\n\n\n-- \nLarry Rosenman http://www.lerctr.org/~ler\nPhone: +1 972-414-9812 E-Mail: ler@lerctr.org\nUS Mail: 1905 Steamboat Springs Driv... |
[
{
"msg_contents": "\tJust loaded up 7.4Beta on a test system, to try and work out what the major \nchanges are/improvements.... I also started up pg_vacuum as this is now \nworking very well on our semi-live system (semi-live because we have not \nfinished developing the system yet.....)\n\tAnyway. After trying... |
[
{
"msg_contents": "Kind people,\n\nAfter discussing this w/Josh yesterday, I'd like to propose a new\nfunction for date_time. Here's the Pl/PgSQL version, warts 'n' all.\n\nCREATE OR REPLACE FUNCTION epoch_to_timestamp (INTEGER)\nRETURNS TIMESTAMP AS '\nDECLARE\n the_sql TEXT;\n the_record RECORD;\n ... |
[
{
"msg_contents": "Our current template/freebsd has:\n\t\n\tCFLAGS='-pipe'\n\t\n\tcase $host_cpu in\n\t alpha*) CFLAGS=\"$CFLAGS -O\" ;;\n\tesac\n\t\n\tSUPPORTS_THREADS=yes\n\tcase $host_os in\n\t\t\tfreebsd2*|freebsd3*|freebsd4*)\n\t\t\t\tTHREAD_CFLAGS=\"-pthread\"\n\t\t\t\tNEED_REENTRANT_FUNC_NAMES=yes\n\t... |
[
{
"msg_contents": "Thank you very much.\n\nRegards,\nClaudio.\n\n",
"msg_date": "Fri, 15 Aug 2003 01:18:50 +0200",
"msg_from": "\"wind.claudio@inwind.it\" <wind.claudio@inwind.it>",
"msg_from_op": true,
"msg_subject": "Re: Statement-level Triggers"
}
] |
[
{
"msg_contents": "Thanks to Tom and Bruce, we can now compile CVS 7.4 on UnixWare with OUT \nany tweaks, including\nthe --enable-thread-safety switch.\n\nHere is what I used, and is now running on lerami:\n\nCC=cc CXX=CC ./configure --prefix=/usr/local/pgsql --enable-syslog \\\n --with-CXX --enable-mul... |
[
{
"msg_contents": "Today I've d-loaded PostgreSQL 7.3.4.\nI've seen in\n$PGSQLD/doc/html/index.html\nit still says\nCopyright (C) 1996-2002\nshouldn't it be 2003?\n\nRegards, Christoph\n\nPS\nI've sent this to pgsql-docs@postgresql.org before.\nBut in return I've got\nYour message to pgsql-docs has been delayed... |
[
{
"msg_contents": "There are a couple of routines in parse_oper.c that are intended to look\nup appropriate '=' and '<' operators given a datatype OID. These are\nused in quite a variety of places, for example to determine the\nsemantics of GROUP BY.\n\nIt's bothered me for some time that these routines depend... |
[
{
"msg_contents": "Can anybody help me with this? (sorry for posting on hackers)\n \nI need to be able determine the next row based on a non unique key\n(index). I have solved this problem, but I would like to know if there\nis a simpler solution. For those of you who have ever dealt with COBOL,\nthis is an o... |
[
{
"msg_contents": "> -----Original Message-----\n> From: Andreas Pflug [mailto:pgadmin@pse-consulting.de] \n> Sent: Friday, August 15, 2003 10:49 AM\n> To: Stephan Szabo\n> Cc: PostgreSQL-development\n> Subject: Re: [HACKERS] [GENERAL] 7.4Beta\n> \n> \n> Stephan Szabo wrote:\n> \n> >I don't know if there will b... |
[
{
"msg_contents": "In lmgr.c you have a static LOCKMASK LockConflicts[] with 9\nelements in it.\n\nYou call LockMethodTableInit() with that pointer, and\nMAX_LOCKMODES - 1 (10 - 1 = 9)\n\nThat calls LockMethodInit with the same arguments, but it does\nnumModes++.\n\nSo you basicly have a for loop that looks lik... |
[
{
"msg_contents": "> -----Original Message-----\n> From: Andreas Pflug [mailto:pgadmin@pse-consulting.de] \n> Sent: Friday, August 15, 2003 11:36 AM\n> To: Dann Corbit\n> Cc: Stephan Szabo; PostgreSQL-development\n> Subject: Re: [HACKERS] [GENERAL] 7.4Beta\n> \n> Dann Corbit wrote:\n> \n> >Simplification of bul... |
[
{
"msg_contents": "Has the idea of putting the infrastructure in place to allow a full pathname\nto be fed to DT_SONAME been totally killed?\n\nThat is the one remaining issue I have right now.\n\nI think we should put the infrastructure in place, and allow the UnixWare \nand SCO OpenServer ports use it for now... |
[
{
"msg_contents": "Bruno Wolff III wrote:\n> How about something like the following:\n> select * from t\n> where a >= a1 and b >= b1\n> order by a, b limit 1 offset 1;\n\nWell, this may have recently changed, but the offset clause is not\nsuitable for arbitrary jumps over large tables. Essentially,... |
[
{
"msg_contents": "\nCan you add LIKE <parent table> TO CREATE TYPE too ?\nThere could be also CREATE TYPE ble AS ( LIKE <parent_table|other_type) );\nand CREATE TABLE ble ( LIKE <some_type> ) , and each colmnu from compose\ntype will be add to table \"ble\" with static (NOT) NULL, and without\ndefaults.\n\nwha... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.