threads
listlengths
1
2.99k
[ { "msg_contents": "\nI have been looking forward to schemas (namespaces) for sometime.\n\nI had not been able to decipher the schema symantics necessary for a\ndefault schema, until I hacked the source a bit.\n\nNow I know that the rules to get a default schema using\n\tdb_user_namespace = true\n\tsearch_path =...
[ { "msg_contents": "Could anyone please tell me if we found a solution? It seems I missed\nany discussion or whatsoever. The only things I know is that\npostgresql.org still has bison 1.35 installed and 7.3 release is\nnearing.\n\nMichael\n-- \nMichael Meskes\nMichael@Fam-Meskes.De\nGo SF 49ers! Go Rhein Fire!\n...
[ { "msg_contents": "Marc,\n\nnot only the global variables are a problem. PostgreSQL doesn't clean\nup\nall the memory before a process terminates and you must deal with\nsignals between threads.\n\nI've modified PostgreSQL that it is completely thread based and nearly\nclean\nwith allocating/deallocating memory...
[ { "msg_contents": "pg_encoding doesn't reject invalid input (like 'pg_encoding foo'). I\nthink it should exit with a non-zero status.\n\n-- \nPeter Eisentraut peter_e@gmx.net\n\n", "msg_date": "Fri, 18 Oct 2002 18:17:31 +0200 (CEST)", "msg_from": "Peter Eisentraut <peter_e@gmx.net>", "msg_from_op...
[ { "msg_contents": "Seems we aren't the only ones concerned about memset-like optimizations:\n\n\thttp://www.bsdforums.org/forums/showthread.php?threadid=3778\n\nThis talks about using MMX assembly instructions for memcpy.\n\n-- \n Bruce Momjian | http://candle.pha.pa.us\n pgman@candle....
[ { "msg_contents": "Hi,\n\nI was just approached with an optimizer question I cannot answer. Does\nour optimizer know how expensive different comparisons are? That is can\nit do something like:\n\nIf there are different comparisons in a where clause check the ints\nfirst, then the strings, then everything with r...
[ { "msg_contents": "Michael,\n\nPlease post instead of sending private email.\n\nOn Fri, Oct 18, 2002 at 12:08:02PM +0200, Michael Steiner wrote:\n> FAQ says: \"A native port to MS Win NT/2000/XP is currently being worked\n> on.\"\n> \n> => When is it expected to be available as a stable release?\n\nI don't know...
[ { "msg_contents": "$ ./clusterdb\npsql: could not connect to server: No such file or directory\n Is the server running locally and accepting\n connections on Unix domain socket \"/tmp/.s.PGSQL.5432\"?\npsql: could not connect to server: No such file or directory\n Is the server running loca...
[ { "msg_contents": "I see the following error with the current CVS code:\n\nmake[3]: Entering directory `/home/nconway/pgsql/src/backend/commands'\n[ ... ]\ngcc -O2 -DLINUX_PROFILE -g -pg -Wall -Wmissing-prototypes -Wmissing-declarations ...
[ { "msg_contents": "There are a number of statements, such as TRUNCATE TABLE, that refuse to\nrun in a transaction block because they perform actions that can't be\nrolled back later.\n\nThese statements currently do not look at autocommit, which means that\nif autocommit is off, their tests will succeed ... but...
[ { "msg_contents": "I think we should move /contrib/retep to gborg. It is 400k and isn't\nanywhere near our core functionality. I will add to TODO:\n\n\tMove /contrib/retep to gborg\n\nCan I move this during beta? I don't think so.\n\n-- \n Bruce Momjian | http://candle.pha.pa.us\n p...
[ { "msg_contents": "\nOK, after a week of concentrated work, we now have fewer open items. To\nwrap this up:\n\n\tMichael, please use bison 1.75 to update ecpg\n\tMarc, please install bison 1.75 on postgresql.org\n\tPhilip, please submit your pg_dump patch\n\tTom, please try to fix the vacuum bug\n\nThis will c...
[ { "msg_contents": "I am curious as to why it is necessary to add PL/pgSQL as a language\ninstead of including it by default.\nIs it to save space on small systems or???\n\nSince the code necessary PL/pgSQL is very small, it does not seem like\nthere would be much savings. I imagine that there is occasionally s...
[ { "msg_contents": "\n\nI notice there's a leak of memory in SPI_prepare().\n\nThe full fix is nontrival and I don't want to submit a half solution so I\nthought I'd check whether people think it's worth worrying about.\n\nThe leak is that memory is grabbed in SPI_prepare() for a plan within whatever\ncontext is...
[ { "msg_contents": "CREATE FUNCTION \"x\" (integer) RETURNS integer AS '\nBEGIN\n\tRETURN x(0);\nEND' LANGUAGE 'plpgsql' WITH ( isstrict );\nSELECT x(0);\nserver closed the connection unexpectedly\n This probably means the server terminated abnormally\n before or while processing the request.\nThe ...
[ { "msg_contents": "\n\n> -----Original Message-----\n> From: Tom Lane [mailto:tgl@sss.pgh.pa.us] \n> Sent: 19 October 2002 17:17\n> To: Bruce Momjian\n> Cc: PostgreSQL-development\n> Subject: Re: [HACKERS] /contrib/retep to gborg \n> \n> \n> Bruce Momjian <pgman@candle.pha.pa.us> writes:\n> > I am concerned tha...
[ { "msg_contents": "Remember how we make SET/SHOW/RESET _not_ be part of a multi-statement\ntransaction when it is at the start of a transaction and autocommit is\noff?\n\nWell, look at this:\n\t\n\ttest=> SET random_page_cost = 2;\n\tSET\n\ttest=> COMMIT;\n\tWARNING: COMMIT: no transaction in progress\n\tCOMMI...
[ { "msg_contents": "> Remember how we make SET/SHOW/RESET _not_ be part of a multi-statement\n> transaction when it is at the start of a transaction and autocommit is\n> off?\n> \n> Well, look at this:\n> \n> test=> SET random_page_cost = 2;\n> SET\n> test=> COMMIT;\n> WAR...
[ { "msg_contents": "Hello.\r\nI wonder when postgresql 7.3 will release.\r\nthank you very much.\r\nJinqiang Han\r\n\n\n\n\n\nHello.\nI wonder when postgresql 7.3 will release.\nthank you very much.\nJinqiang Han", "msg_date": "Sun, 20 Oct 2002 21:39:53 +0800", "msg_from": "Jinqiang Han <postgresql@db.pk...
[ { "msg_contents": "When I try to grant usage on language c in 7.3b1 I get an error message\nsaying I can't because the language isn't trusted. Is this different in b2?\nI can see using whether or not a language is trusted to set defaults,\nbut now that access can be controlled it would be useful to grant\nacces...
[ { "msg_contents": "We are installing postgres on a MacOS X Server...\n\nOn our Linux box, we had to muddle with some parameters to be able to\nincrease the shared memory and buffers in postgres.\n\nDoes anyone know how to do this in OS X? Or is it required?\n\nThanks,\nHunter\n\n", "msg_date": "Sun, 20 Oct ...
[ { "msg_contents": "Does anyone know why this returns 0 and not 3600?\n\t\n\ttest=> select '1970-01-01 01:00:00'::timestamp::abstime::int4;\n\t int4 \n\t------\n\t 0\n\t(1 row)\n\nMy time(2) manual page says:\n\n The time() function returns the value of time in seconds since 0\n hours, 0 minutes, 0 se...
[ { "msg_contents": "\nOK, I can now see the 7.3 final release. I have Philip's patch, which\nI will apply sometime tomorrow, with the hope it gets some big-endian\ntesting. If someone can test that, please do. We can't make Tom do\neverything. :-)\n\nMichael, please update ecpg. Marc, please update bison. ...
[ { "msg_contents": "\nlet me know if there are any problems with it ....\n\n\n", "msg_date": "Sun, 20 Oct 2002 23:26:59 -0300 (ADT)", "msg_from": "\"Marc G. Fournier\" <scrappy@hub.org>", "msg_from_op": true, "msg_subject": "bison 1.75 installed ..." }, { "msg_contents": "\"Marc G. Fourni...
[ { "msg_contents": "Hello all,\n\nNewbie time... where do I browse for CVS membership?\nWhat tools are hackers using for IDE?\n\nAny other advice for a new interest in MIN() MAX()\nand indexes?\n\n\nKeith Gray\nkapgray@ocean.com.au\n\n", "msg_date": "Mon, 21 Oct 2002 12:55:14 +1000", "msg_from": "Keith G...
[ { "msg_contents": "Hi all,\n\nWithout modifying anything, postgresql (since today) has a strange\nbehavior:\n\nAll connections are rejected with No space left on device.\n\nThere's plenty of space in shm, disk...\n\nIt occurs on UNIX as well as on INET socket.\nI can't even shut the postmaster down (it doesn't...
[ { "msg_contents": "Hi, \n\nI just merged the big_bison branch back into HEAD. Hopefully I did this\nin the correct way. Keep in mind that I'm not really fit in using cvs.\n\nPlease test it. \n\nMichael\n-- \nMichael Meskes\nMichael@Fam-Meskes.De\nGo SF 49ers! Go Rhein Fire!\nUse Debian GNU/Linux! Use PostgreSQL...
[ { "msg_contents": "Hi everyone,\n\nThanks to Cornelia Boenigk <poppcorn@cornelia-boenigk.de> and Michael\nPaesold <mpaesold@gmx.at>, the German translation of the PostgreSQL\n\"Advocacy and Marketing\" site, is now completed and ready for public\nuse:\n\nhttp://advocacy.postgresql.org/?lang=de\n\nThis makes 5 l...
[ { "msg_contents": "\nOK, we are down to one open item, related to pg_dumping on 64-bit off_t.\nWe had discussion today on this so it should be completed shortly.\n\n---------------------------------------------------------------------------\n\n P O S T G R E S Q L\n\n ...
[ { "msg_contents": "Hello hackers,\n\nI've been toying around with freelist in btrees, getting lots of\ndeadlocks and bootstrap problems. I think I've learned something about\nthe code, though. Just for the record: I already read Lehman and Yao's\npaper and I think I grok it.\n\nThere's few ideas I'd like to p...
[ { "msg_contents": "Tom Lane wrote:\n > We can go with the auto-COMMIT idea for statements that are invoked at\n > the outer interactive level, but that doesn't work for stuff invoked\n > inside a function. I think we need to forbid these statements inside\n > functions, too. We already have that for VACUUM, b...
[ { "msg_contents": "%gmake\n....\nbison -y -d preproc.y\npreproc.y:5560: fatal error: maximum table size (32767) exceeded\ngmake[4]: *** [preproc.h] Error 1\ngmake[4]: Leaving directory `/spool/home/teodor/pgsql/src/interfaces/ecpg/preproc'\ngmake[3]: *** [all] Error 2\ngmake[3]: Leaving directory `/spool/home/...
[ { "msg_contents": "> edit *pg_hba.conf *\n> # Allow any user on the local system to connect to any\n> # database under any username, but only via an IP connection:\n> host all 127.0.0.1 255.255.255.255 trust \n> # The same, over Unix-socket connecti...
[ { "msg_contents": "\n> What I just committed uses your idea of auto-committing TRUNCATE et al,\n> but now that I review the thread I think that everyone else thought that\n> that was a dangerous idea. How do you feel about simply throwing an error\n> in autocommit-off mode, instead? (At least it's a localized...
[ { "msg_contents": "Hi there all PostgreSQL Hackers.\n\nWe have just upgraded from 7.1.3 to 7.2.3 over the weekend, and have just\nnoticed something weird with regards 'epoch'::timestamp.\n\nIn 7.1.3, 'epoch'::timestamp always returned the value 1970-01-01\n00:00:00+00, following the upgrade we now get:-\n\n ...
[ { "msg_contents": "I got tired of wondering what timing dependencies might still be lurking\nin the parallel regression tests, and wrote a little Perl script to find\nout by making variant versions of the parallel_schedule file.\n\nEssentially, the script forces each test in a parallel group to run\nbefore all ...
[ { "msg_contents": "On Wed, 2002-10-23 at 03:09, Tom Lane wrote:\n> It's fairly difficult to get anywhere with standard leak-tracking tools,\n> since they don't know anything about palloc. What's worse, it is *not*\n> a bug for a routine to palloc space it never pfrees, if it knows that\n> it's palloc'ing in a ...
[ { "msg_contents": "I've been thinking about how to convert \"x IN (subselect)\" and EXISTS\nconstructs into join-like processing, and I've run into a small problem\nin getting the planner to do it nicely. The issue is that I need to\ntake the subselect and push it into the jointree --- essentially, make\nit lo...
[ { "msg_contents": "Hi everyone,\n\nThanks to Diogo Biazus <diogo@ikono.com.br>, the Brazilian Portuguese\ntranslation of the PostgreSQL \"Advocacy and Marketing\" site is now\ncompleted and ready for public use:\n\nhttp://advocacy.postgresql.org/?lang=br\n\n:-)\n\nWow, that's 6 languages already, and more are c...
[ { "msg_contents": "First of all PREPARE/EXECUTE is a wonderful thing to speed up things \nsignificantly.\nI wonder if there is a way to store a parsed/rewritten/planned query in \na table so that it can be loaded again.\n\nThis might be useful when it comes to VERY complex queries (> 10 tables).\nI many applica...
[ { "msg_contents": "Hello!\n\nI'm tring to move a database and an application from linux to IRIX and I \nhave some problems getting postgresql to work on IRIX.\nMy problem is that postgres crashes is killed by the kernel because of \n(this is from /var/log/SYSLOG):\n\"unix: |$(0x6db)ALERT: Process [postgres] pid...
[ { "msg_contents": "Thomas,\n\nThanks for replying so quickly.\n\nUpon some further investigation, the conversion of the time to BST is OK on\ndata inserted before the upgrade (the display was just a red herring), the\nproblem is just on new data inserted into the table with a default value for\nthe timestamp fi...
[ { "msg_contents": "\n> The idea is not to have it accross multiple backends and having it in \n> sync with the tables in the database. This is not the point.\n> My problem is that I have seen many performance critical applications \n> sending just a few complex queries to the server. The problem is: If you \n> ...
[ { "msg_contents": "Tree weeks later than I promised, but it is finished (I hope).\n\nIn attachment are files:\n\tdblink.c\n\tdblink.h\n\tdblink.sql.in\n\tpqtest.sql\n\nIn file pqtest.sql is sample queries and results. It seem OK to me.\n\nThere are two reasons why I did not make a diff.\n\n1. The source I start...
[ { "msg_contents": "Does anyone remember why a standalone backend doesn't read\npostgresql.conf?\n\nFor example, I just set 'autocommit' to off in postgresql.conf, and\nafter starting the standalone backend, it doesn't have autocommit off.\n\n-- \n Bruce Momjian | http://candle.pha.pa.us...
[ { "msg_contents": "Hi:\n\n Is there a way to emulate a SELECT..FOR UPDATE to\nseries of LOCK/SELECT statement.\n\n I tried the following statements using 2 psql\nterminals.\n\n T1 | T2\n1) BEGIN; |\n2) SELECT x | BEGIN;\n FROM y |\n ...
[ { "msg_contents": "\n> The question is *which* seek APIs we need to support. Are there any\n> besides fseeko() and fgetpos()?\n\nOn AIX we have \nint fseeko64 (FILE* Stream, off64_t Offset, int Whence);\nwhich is intended for large file access for programs that do NOT\n#define _LARGE_FILES\n\nIt is functionali...
[ { "msg_contents": "Thomas & Tom,\n\nThanks for all your help, I have updated all the defaults to use timestamptz\nand everything is working fine again.\n\nWe can't wait for 7.3, keep up the good work.\n\n\nJohn\n\n\n-----Original Message-----\nFrom: Tom Lane [mailto:tgl@sss.pgh.pa.us] \nSent: 23 October 2002 19...
[ { "msg_contents": "I'm looking at different ways of optimizing queries with a large number of\njoins. I write the same query in a number of different ways and compare\nthe running times. Now the problem is I do not want the optimizer\nchanging the queries. So I explicit state the order of the joins in the\nF...
[ { "msg_contents": "Hello,\n\nIn the docs it is mentioned for datistemplate that\n\n\"If true then this database can be used in the \"TEMPLATE\" clause of\nCREATE DATABASE to create the new database as a clone of this one.\"\n\nHowever, one can create a database using as template another DB that has\ndatistempla...
[ { "msg_contents": "I am wondering whether my recent hack in DetermineLocalTimeZone has\nremoved all need for NO_MKTIME_BEFORE_1970. I see that the AIX and\nIRIX5 port headers define that symbol. Can anyone check regression\ntest results for 7.2.3 or 7.3betaN on these platforms to see whether\nwe could/should ...
[ { "msg_contents": "\ng'day ...\n\n\tjust went through the new config files for v7.3, to make sure, but\nit doens't look like we have such ... has anyone looked at adding a 'idle\ntimeout' for a postgres process? Or am I missing something in the docs?\n\n\n\n", "msg_date": "Fri, 25 Oct 2002 00:00:37 -0300 (...
[ { "msg_contents": "\nI just reread the patch; is it valid to assume fseek and fseeko have the \nsame failure modes? Or does the call to 'fseek' actually call fseeko?\n\n\n----------------------------------------------------------------\nPhilip Warner | __---_____\nAlbatross Consulting Pt...
[ { "msg_contents": "All,\n\nI'm trying to implement row level security using PostgreSQL. I envision\nhaving column on each and every table in the database that will contain a\ndiscriminating value that determines if a given user is able to see that row\nor not. Users do not directly access the database; they g...
[ { "msg_contents": "\nWe are putting out beta3 today or tomorrow. It seems we are ready to\nstart considering an RC1 date, perhaps next Friday, November 1?\n\n---------------------------------------------------------------------------\n\n P O S T G R E S Q L\n\n ...
[ { "msg_contents": "Without specifying the -Xb switch to kill the C99 interpretation of\ninline, I get the following from current CVS:\n\nUX:acomp: ERROR: \"tuplesort.c\", line 1854: \"inline\" functions cannot use\n\"static\" identifier: myFunctionCall2\nUX:acomp: ERROR: \"tuplesort.c\", line 1856: \"inline\" f...
[ { "msg_contents": "With cc -Xb, we get farther, but still die.... (CURRENT CVS):\n\ncc -Xb -O -g -K PIC -I../../../../../../src/include -I/usr/local/include -c -o ascii_and_mic.o ascii_and_mic.c\nUX:cc: WARNING: debugging and optimization mutually exclusive; -O disabled\nUX:acomp: ERROR: \"ascii_and_mic.c\", ...
[ { "msg_contents": "Hi\n i would like to use postgresql to store any data (some include chinese), but when i access the chinese data in postgresql, i can't get back correct data, it return any unknow word/data to me.\nHow can i solve it? i am using the RedHat Linux 7.2 and Postgresql 7.1, and i haven't instal...
[ { "msg_contents": "We pass all regression test. \n\nthis is UnixWare 7.1.3, with the native cc compiler. \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 Drive, Garland, TX 75044-6749\n\n", ...
[ { "msg_contents": "How concerned are we about assignment type mismatch warnings? \n\nI got a bunch in the mb stuff, and some in other places from the\nUnixWare 7.1.3 compiler. We still pass all regression tests. \n\nLER\n-- \nLarry Rosenman http://www.lerctr.org/~ler\nPhone: +1 972-414-9812...
[ { "msg_contents": "I'm looking at different ways of optimizing queries with a large number of\njoins. I write the same query in a number of different ways and compare\nthe running times. Now the problem is I do not want the optimizer\nchanging the queries. So I explicit state the order of the joins in the\nF...
[ { "msg_contents": "\nPlease check it and confirm ... I believe everything, includin the docs,\nshould be right on this ... if not, I'm going to repackage before\nannouncing ...\n\n\n", "msg_date": "Sun, 27 Oct 2002 00:26:48 -0300 (ADT)", "msg_from": "\"Marc G. Fournier\" <scrappy@hub.org>", "msg_fro...
[ { "msg_contents": "Hi all\n\nI'm trying to compile an old version of Postgres and suddenly I've got the folloging error message:\n\nmake[2]: Cambiando a directorio `/home/jmilan/postgres-r/src/backend/port'\ngcc -I../../include -I../../backend -O2 -Wall -Wmissing-prototypes -I.. -c -o dynloader.o dynloader...
[ { "msg_contents": "The topic below is quite common on the general list, people tend to ask without checking the documentation. I think most of those questions will\ndisappear if the planner output is modified, so it is clear why a decision is made (maybe with an extra option).\n\ne.g. something like this if an ...
[ { "msg_contents": "\nJust a quick note that I'm going to be rebooting mars (the PostgreSQL.Org)\nserver later on this evening to upgrade the OS ... downtime should be no\nmore then 1 hour, unless something unforeseen happens ...\n\n\n\n", "msg_date": "Sun, 27 Oct 2002 13:25:28 -0400 (AST)", "msg_from": ...
[ { "msg_contents": "I have been trying for 3 days to connect to my postgres linux box via vb\n.net on a windows box. I have to make this work somehow.\n\nI found npgsql provider and tried it but could not make it connect either. I\nwould prefer to use the OleDbConnection if possible.\n\nHas anyone been able to c...
[ { "msg_contents": "\nIt has take just over a month to get to this point, but Beta3 is now ready\nand available for testing. Depending on the changes generated by this\nBeta, we are planning on release our first Release Candidate out within\nthe week, with a full release shortly after.\n\nThis Beta requires an ...
[ { "msg_contents": "I'm seeing this on my Linux box (kernel 2.4.18, glibc 2.2.4):\n\n*** ./expected/horology.out\tThu Sep 19 06:35:25 2002\n--- ./results/horology.out\tMon Oct 28 13:42:39 2002\n***************\n*** 537,549 ****\n SELECT (timestamp with time zone 'today' = (timestamp with time zone 'tomorrow' - ...
[ { "msg_contents": "Regression Diffs:\n\n*** ./expected/geometry-positive-zeros-bsd.out\tTue Sep 12 16:07:16 2000\n--- ./results/geometry.out\tMon Oct 28 00:06:41 2002\n***************\n*** 114,120 ****\n | (5.1,34.5) | [(1,2),(3,4)] | (3,4)\n | (-5,-12) | [(1,2),(3,4)] ...
[ { "msg_contents": "> -----Original Message-----\n> From: Bruce Momjian [mailto:pgman@candle.pha.pa.us] \n> Sent: 26 October 2002 03:17\n> To: PostgreSQL-development\n> Cc: Thomas Lockhart; Tom Lane\n> Subject: [HACKERS] Request for supported platforms\n> \n>\n> Folks. start sending in those plaform reports, OS ...
[ { "msg_contents": "\n\n> -----Original Message-----\n> From: Bruce Momjian [mailto:pgman@candle.pha.pa.us] \n> Sent: 26 October 2002 03:17\n> To: PostgreSQL-development\n> Cc: Thomas Lockhart; Tom Lane\n> Subject: [HACKERS] Request for supported platforms\n> \n> \n> Folks. start sending in those plaform reports...
[ { "msg_contents": "Is there a planned string freeze for postgresql?\n\nThere was a (good) change some weeks ago that altered lots of witespace.\nRemember that it's enough to change a single space to make that\ntranslation of that string not work. To do \"psql --help\" and get half the\nentries in swedish and ha...
[ { "msg_contents": "\nJust to update the list of supported platforms, 7.3b3 compiles and passes\nall the regression tests on MacOSX 10.2.1\n\nAlthough don't know if this is relevant but this appears when running the\ntests:\n\nparallel group (20 tests): ./pg_regress: fork: Resource temporarily\nunavailable\n./pg...
[ { "msg_contents": "RH 8.0 has perl 5.8, here are the details:\n\n From config.log:\n\nconfigure:4159: checking for perl\nconfigure:4177: found /usr/bin/perl\nconfigure:4189: result: /usr/bin/perl\nconfigure:4198: checking for Perl archlibexp\nconfigure:4201: result: /usr/lib/perl5/5.8.0/i386-linux-thread-multi\...
[ { "msg_contents": "\n\n> -----Original Message-----\n> From: Tommy [mailto:tmartin1@telocity.com] \n> Sent: 28 October 2002 03:56\n> To: pgsql-hackers@postgresql.org\n> Subject: [HACKERS] Pgsql and .NET (Help!)\n> \n> \n> I have been trying for 3 days to connect to my postgres linux \n> box via vb .net on a win...
[ { "msg_contents": "Dave,\n Thanks for the details, I've copied this reply back to the PostgreSQL\nguys as well. \n\nLER\n\nOn Mon, 2002-10-28 at 09:00, Dave Prosser wrote:\n> Larry Rosenman wrote:\n> > From: Tom Lane <tgl@sss.pgh.pa.us>\n> > To: Larry Rosenman <ler@lerctr.org>\n> > Cc: pgsql-hackers@postgresq...
[ { "msg_contents": "\n\n> -----Original Message-----\n> From: Jason Tishler [mailto:jason@tishler.net] \n> Sent: 28 October 2002 13:33\n> To: Dave Page\n> Cc: Bruce Momjian; PostgreSQL-development; Thomas Lockhart; \n> Tom Lane; Pgsql-Cygwin\n> Subject: Re: [HACKERS] Request for supported platforms\n> \n> \n> Da...
[ { "msg_contents": "\n\n> -----Original Message-----\n> From: Tom Lane [mailto:tgl@sss.pgh.pa.us] \n> Sent: 28 October 2002 15:53\n> To: Jason Tishler\n> Cc: Dave Page; Bruce Momjian; PostgreSQL-development; Thomas \n> Lockhart; Pgsql-Cygwin\n> Subject: Re: [HACKERS] Request for supported platforms \n> \n> \n> >...
[ { "msg_contents": "\n> > > The question is *which* seek APIs we need to support. Are there any\n> > > besides fseeko() and fgetpos()?\n> > \n> > On AIX we have \n> > int fseeko64 (FILE* Stream, off64_t Offset, int Whence);\n> > which is intended for large file access for programs that do NOT\n> > #define _LARG...
[ { "msg_contents": "\n\n> -----Original Message-----\n> From: Jason Tishler [mailto:jason@tishler.net] \n> Sent: 28 October 2002 20:42\n> To: Dave Page\n> Cc: Bruce Momjian; PostgreSQL-development; Thomas Lockhart; \n> Tom Lane; Pgsql-Cygwin\n> Subject: Re: [HACKERS] Request for supported platforms\n> \n> \n> Da...
[ { "msg_contents": "Is there i faq item or maybe some other way that we can tell users\nthat --disable-rpath should be used when checking regressiontests if you\nhave an install already on the box?\nThe rpath defaults to the installdir even in the temporary install that\nis made when doing \"gmake check\", and t...
[ { "msg_contents": "\n\n> -----Original Message-----\n> From: Bruce Momjian [mailto:pgman@candle.pha.pa.us] \n> Sent: 29 October 2002 04:24\n> To: Dave Page\n> Cc: PostgreSQL-development; Thomas Lockhart; Tom Lane\n> Subject: Re: [HACKERS] Request for supported platforms\n> \n> \n> \n> I have updated CVS and re-...
[ { "msg_contents": "Hi,\n\nI am not subscribed (and I would prefer to continue read\nthe list through web interface only).\n\nDoes the developers team follow the\nhttp://developer.postgresql.org/regress/report.php ?\nMay be it's worthless to report there?\n\nBest regards,\nVladimir Chukharev\n", "msg_date": ...
[ { "msg_contents": "Hi,\n\nCan anybody explain the following results when using EXPLAIN, \none time with enable_seqscan=on and one time with enable_seqscan=off.\nWhat I don't understand is that the nodes created are the same \n(index scan, seq scan), but the costs differ. \n\nset enable_seqscan=on;\nexplain (SE...
[ { "msg_contents": "Hi,\n\nDoes the developers team follow the\nhttp://developer.postgresql.org/regress/report.php ?\nMay be it's worthless to report there?\n\nBest regards,\nVladimir Chukharev\n", "msg_date": "Tue, 29 Oct 2002 12:32:01 +0200", "msg_from": "Vladimir Chukharev <chu@kempc17.me.tut.fi>", ...
[ { "msg_contents": "With Bruce's resultmap change, and now that we are beyond the DST stuff:\n\n======================\n All 89 tests passed. \n======================\nlerlaptop# uname -a\nFreeBSD lerlaptop.lerctr.org 4.7-STABLE FreeBSD 4.7-STABLE #13: Fri Oct\n25 01:32:16 CDT 2002 \nler@lerlaptop.lerctr.org:...
[ { "msg_contents": "Hi All,\n\nI wrote a Matlab interface to PostgreSQL based on libpq. It is working \nfine, supports multiple connections, supports all data types and arrays. \nIt is a C program to do the interface and some Matlab wrapper functions \naround it to do the job at application level.\n\nMatlab has ...
[ { "msg_contents": "\n> > The problem with flex is, that the generated c file does #include <unistd.h>\n> > before we #include \"postgres.h\".\n> > In this situation _LARGE_FILES is not defined for unistd.h and unistd.h\n> > chooses to define _LARGE_FILE_API, those two are not compatible.\n> \n> Yeah. AFAICS th...
[ { "msg_contents": "\n> >> Yeah. AFAICS the only way around this is to avoid doing any I/O\n> >> operations in the flex-generated files. Fortunately, \n> that's not much\n> >> of a restriction.\n> \n> > Unfortunately I do not think that is sufficient, since the problem is already\n> > at the #include level. Th...
[ { "msg_contents": "\n\n> -----Original Message-----\n> From: Jason Tishler [mailto:jason@tishler.net] \n> Sent: 29 October 2002 14:48\n> To: Dave Page\n> Cc: Bruce Momjian; PostgreSQL-development; Thomas Lockhart; \n> Tom Lane; Pgsql-Cygwin\n> Subject: Re: [HACKERS] Request for supported platforms\n> \n> \n> I ...
[ { "msg_contents": "\n\n> -----Original Message-----\n> From: Jason Tishler [mailto:jason@tishler.net] \n> Sent: 29 October 2002 18:58\n> To: Dave Page\n> Cc: Bruce Momjian; PostgreSQL-development; Thomas Lockhart; \n> Tom Lane; Pgsql-Cygwin\n> Subject: Re: [HACKERS] Request for supported platforms\n> \n> > Hack...
[ { "msg_contents": "\n\n> -----Original Message-----\n> From: Bruce Momjian [mailto:pgman@candle.pha.pa.us] \n> Sent: 29 October 2002 19:34\n> To: Dave Page\n> Cc: PostgreSQL-development; Thomas Lockhart; Tom Lane\n> Subject: Re: [HACKERS] Request for supported platforms\n> \n> \n> \n> Attached is a diff to fix ...
[ { "msg_contents": "Dear Sir,\nI use SCO Open Server 5.0.5 on an intel box. Although I have installed and\nused PostgreSQL on Linux, setting it on SCO has not been smooth :)\nI have downloaded the latest version ie \"Postgresql-7.2.3.\"\nI also installed \"ant\" package for using java. I have \"tcl8.0,\" \"tk8.0...
[ { "msg_contents": "I have a client that I am developing a web-based business application for\nusing Perl / PHP, DHTML, and postgreSQL on a FreeBSD server with Apache...\n\nThe client realized (or hopes) that this application may become mission\ncritical (to his clients / end-users) and was asking about the poss...
[ { "msg_contents": "\nMay I be allowed to use '\\n' as a delimiter for \"copy from\"?\n\nI was able to use it to \"copy to\" a file, and it worked as\nexpected, but when I tried to \"copy from\" the file, I got an\nerror because it treated the end of line as the end of the\ntuple (which I recognize is documented...
[ { "msg_contents": "Karel Zak kirjutas K, 30.10.2002 kell 10:08:\n> \n> Hi, \n> \n> I read a presentation about Object-Oriented features in relation DBs.\n> The nice are UDT (user defined type):\n> \n> CREATE TABLE person (\n> name varchar(32),\n> address ROW( street varchar(32),\n> ...
[ { "msg_contents": "\n\n> -----Original Message-----\n> From: Greg Copeland [mailto:greg@copelandconsulting.net] \n> Sent: 30 October 2002 01:08\n> To: Dave Page\n> Subject: Re: [HACKERS] Request for supported platforms\n> \n> \n> C++? Really? What GUI toolkit is being used?\n> \n> Just curious.\n\nwxWindows. ...
[ { "msg_contents": "Hi,\n\nI just installed 7.3b3 on my server (SuSE linux 8.1 on x86 with gcc 3.2) and \ndiscovered a problem with tabcompletition in pgsql. It doesn't work with \nschema. I created a schema 's' and a table 'tab' in this schema. When typing \n'select * from s.' followed by tab nothing happens. A...
[ { "msg_contents": "People,\n\nI posted this to the general list with no response so this is the next \nstep . .\n\nI have a client that I have just changed over to PG 7.2.3 and despite \nthe early teething problems things are going pretty well. There are, \nhowever, a few more difficult problems to do with rep...
[ { "msg_contents": "Hello,\n\nOK\nselect 1 as ccc where 1=1\n\nERROR\nselect 1 as ccc where ccc=1\nPostgreSQL said: ERROR: Attribute 'ccc' not found\n\nIs there any way to set conditions on calculated fields values?\n\nBest regards,\nYar\n\n\n", "msg_date": "Wed, 30 Oct 2002 14:48:19 +0300 (MSK)", "msg_f...