threads
listlengths
1
2.99k
[ { "msg_contents": "Do default expressions execute with access of the user doing the insert\nor the owner of the table?\nWhat I was thinking was that the owner of a table may want to allow people\nto do inserts into a table and update a sequence through a default expression,\nbut not let people change the sequen...
[ { "msg_contents": "I'm glad to tell that I compiled and run regression tests ok on unixware\n711 and 712 (Openunix 800) as well as on mac OS X 10.2.1 (execpt for\nfloat8)\n\nHowever, I'm still struggling to make plperl work on perl 561 and\nUnixware.\n\nI've scanned te Web and every thing without comming to a c...
[ { "msg_contents": "I had an interesting conversation today with Tom Tromey and Andrew Haley\nof Red Hat about how to implement \"pljava\" for Postgres. Rather than\nfutzing with an external JVM, their thought is to use gcj (gcc compiling\nJava). It sounds like this approach would mostly just work, modulo\nnee...
[ { "msg_contents": "I'm getting tired of the \"initdb hangs\" class of complaints. Why doesn't\nthe relevant function fail if the ipc-daemon isn't running? Can anything\nbe done in that area?\n\n-- \nPeter Eisentraut peter_e@gmx.net\n\n", "msg_date": "Wed, 30 Oct 2002 20:35:41 +0100 (CET)", "msg_from...
[ { "msg_contents": "I've been trying to do some code review of the recent statement-timeout\nfeature addition, and I've got some fairly serious concerns about it.\n\nOne problem that needs discussion is that the enable_sig_alarm and\ndisable_sig_alarm calls were dropped into postgres.c at rather randomly\nchosen...
[ { "msg_contents": "ERROR: RelationClearRelation: relation 11584078 deleted while still in\nuse \n\nI've been unable to come up with a test case that will cause the\nproblem, seems to be timing related. The queries that are currently\nrunning when these errors occur do a lot or work with temp tables that\nare ...
[ { "msg_contents": "Debian GNU/Linux unstable version, build from source on i386 SMP (dual\nAthlon MP): all regression tests passed. \n\nChange to source required: add \"CFLAGS += -D_GNU_SOURCE\" in\nsrc/pl/plperl/GNUMakefile. \n\n./configure --enable-recode --with-pgport=5678 --with-tcl \n--with-perl --with...
[ { "msg_contents": "Hi everyone,\n\nThanks to Henrik Edlund <henrik@edlund.org>, the Swedish translation of\nthe PostgreSQL \"Advocacy and Marketing\" site is now completed and ready\nfor public use:\n\nhttp://advocacy.postgresql.org/?lang=sv\n\n:-)\n\nSpanish should available pretty soon too (next few days at l...
[ { "msg_contents": "Hello,\n\n I used TPCC to test postgreSQL 7.3 beta3 version. \n My test steps are showed as follow,\n\t1st, the number of TPCC simulation processes is 100,\n run time is 7200 seconds. The consistency test was\ngot through successfully.\n\t2nd, the number of TPCC simulation processes is 100...
[ { "msg_contents": "\n> Maybe it makes sense that in the proposal below the parameter \n> EXTRA_DIGITS could be SIGNIFICANT_DIGITS with a default value \n> of 15 and maximum 18.\n> Its more 'documentable' and maybe easy to understand in general.\n\nYes agree (or double_significant_digits or format_double_digits ...
[ { "msg_contents": "I've built and run the regression tests on PostgreSQL7.3 beta 2 on\nSGI Irix and found the following suspicious compiler error message:\n\ngmake[4]: Entering directory `/pg/postgresql-7.3b2/src/backend/utils/hash'\ncc -64 -g -woff 1164,1171,1185,1195,1552 -I../../../../src/include -I/stf/sys6...
[ { "msg_contents": "I am thinking it would be useful for debugging if elog(PANIC) were to\nexit by calling abort() so that a core dump would be produced.\n\nGoing out via proc_exit(), as it now does, seems like a bad idea in any\ncase, since that will try to do a bunch of cleanup activity that's\nprobably inappr...
[ { "msg_contents": "Hi guys,\n\nJust got back from my European vacation - 7.3 still not out? :)\n\nChris\n\n", "msg_date": "Fri, 1 Nov 2002 12:35:32 +0800", "msg_from": "\"Christopher Kings-Lynne\" <chriskl@familyhealth.com.au>", "msg_from_op": true, "msg_subject": "Hi" }, { "msg_contents...
[ { "msg_contents": "Hello,all.\r\nI have downloaded the 7.3.2 rpm. I use rpm -i to install the rpm.\r\nWhen I want to regenerate a new 7.3.2 rpm, I use 'rpm -ba postgresql-7.3.2.specs' in /usr/src/redhat/SPECS. It show errors. It seem perl5 don't exist in the /postgresql7.3.2-root/usr/bin/lib/.\r\nAfter that I c...
[ { "msg_contents": "I found a message I've never seen before in VACUUM, its:\nNOTICE: Too old parent tuple found - can't continue repair_frag\n\nThe version is Postgresql 7.2.1.\n\nThe problem occurs in vacuum.c, around line 1700, but the interesting part is the comment around:\n/*\n* Read above about cases whe...
[ { "msg_contents": "Is the following supposed to work? \n\n$ psql -U neteng -h tide netmaster \nERROR: parser: parse error at or near \".\"\nWelcome to psql 7.3b3, the PostgreSQL interactive terminal.\n\nType: \\copyright for distribution terms\n \\h for help with SQL commands\n \\? for help on int...
[ { "msg_contents": "Hello together,\n\nafter some discussions with you and other people I want to add all\nchanges and additions that i've done with PostgreSQL back to you.\nIn order to do this I thought of the following way:\n(If someone can comment on these ideas this would be great.)\n\n- I've created a folde...
[ { "msg_contents": "Tom,\n\nI undestand that you think that it might be a nightmare. The idea\nbehind this idea is that NetWare doesn't use fork() to create a\nprocess, it uses procle() or procve(). That's very similar to\nNT's createProcess() or the combination of fork/exec.\n\nAdditional i've implemented a way...
[ { "msg_contents": "Barry Lind <blind@xythos.com> writes:\n\n> If we had to supply gcj along with PostgreSQL in order for PostgreSQL to\n> work, I guess that would mean gcj was incorporated in PostgreSQL - that\n> would mean PostgreSQL would become subject to GPL protection.\n\nNot true--\"mere aggregation\" (sh...
[ { "msg_contents": "7.3b3\n \nas postgres user\n \ncreateuser laurette\nShall the new user be allowed to create databases? (y/n) y\nShall the new user be allowed to create more new users? (y/n) y\nERROR: 'autocommit' is not a valid option name\ncreateuser: creation of user \"laurette\" failed\n \nany ideas?\n \...
[ { "msg_contents": "I have just noticed that the implementation of\n\tCONVERT(text USING encoding_name)\ntries to do database access during the grammar phase, viz it looks\nup the encoding_name in pg_conversion and replaces it with an OID.\n\nThis is not workable; consider the situation where we are in an\nalrea...
[ { "msg_contents": "Hello all,\n\nI got a weird behavior testing PostgreSQL 7.3b3. The query below was\nrun in a FreeBSD 4.4 system, on a fresh install and just I just had\nmade an initb. No classes created at all.\n\nhowe=# select p.oid, n.nspname, pg_get_userbyid(p.proowner), proname\nfrom pg_proc as p, pg_nam...
[ { "msg_contents": "\nThe optimizer seems to know about dead rows in tables (ie. it will use an \nindex it would not ordinarily use if vacuum-full had been run, apparently \nbecause it knows the table has many dead rows, and only a few valid ones.\n\nI was wondering if there would any value in letting the optimi...
[ { "msg_contents": "Hello,\n\nattached are two files that are neccessary for the NetWare platform.\n\nI think the patch files doesn't need any description because it\ndoesn't\nchange anything substantial.\n\nThe file netware.zip contains the files that should be stored at\n/src/netware,\nsimilar to the folder /s...
[ { "msg_contents": "Hi,\n\nI just discovered, that there is missing a const when passing a buffer to \nPQescapeBytea and PQunescapeBytea. I fixed it and tried to create a usable \ndiff (I'm not so familar to diff).\n\n\nTommi", "msg_date": "Sat, 2 Nov 2002 23:42:28 +0100", "msg_from": "Tommi Maekitalo <t...
[ { "msg_contents": "Hi,\n\nI just discovered, that there is missing a const when passing a buffer to \nPQescapeBytea and PQunescapeBytea. I fixed it and tried to create a usable \ndiff (I'm not so familar to diff).\n\nTommi\n\n\n(resent with the right identity)", "msg_date": "Sat, 2 Nov 2002 23:44:57 +0100",...
[ { "msg_contents": "CVS Tip:\n\ngmake[3]: Entering directory\n`/home/chriskl/pgsql-head/src/backend/bootstrap'\ngcc -pipe -O -g -Wall -Wmissing-prototypes -Wmissing-declarations -I.\n-I../../../src/include -c -o bootparse.o bootparse.c -MMD\nIn file included from bootscanner.l:43,\n from bootpa...
[ { "msg_contents": "I have been serving my email/web/ftp using a 56k modem for the past two\nmonths at candle.pha.pa.us (which is also momjian.postgresql.org). Are\npeople finding it slow? I am going to be getting a higher speed\nconnection and I need to know so I can choose the proper upgrade speed.\n\n-- \n ...
[ { "msg_contents": "Hello,\nsorry, if this question must be in another group.\n\nI use Visual C++ and driver, connect to PostgeSQL.\nApplication works fine, but some time I have problem.\nMy application read data from another SQL server and tranfers to\nPostgreSQL server. But sometime, my client hangs up, when i...
[ { "msg_contents": "Hi everyone,\n\nThanks to Alvaro Herrera <alvherre@dcc.uchile.cl>, the Spanish\ntranslation of the PostgreSQL \"Advocacy and Marketing\" site is now\ncompleted and ready for public use:\n\nhttp://advocacy.postgresql.org/?lang=es\n\n:-)\n\nAnyone else want to translate it for other languages? ...
[ { "msg_contents": "Hi,\n\nSeems there's a few errors in the SQL99 compatibility list. For one, it\nsays we support WITH CHECK OPTION on views which I'm pretty sure we don't.\n\nAlso Referential MATCH types? We don't do partial I think. I think someone\nmight have to give the list a once-over...?\n\nChris\n\n...
[ { "msg_contents": "Tom Lane writes:\n> > I think the problem is more accurately described thus: Flex generated\n> > files include <stdio.h> before \"postgres.h\" due to the way it lays out the\n> > code in the output. stdio.h does something which prevents switching to\n> > the large file model later on in pos...
[ { "msg_contents": "I've got a couple of free days coming up, so I want to finish domain\nsupport (Check constraints).\n\nIs it safe to teach Var how to deal with values that do not originate\nfrom a tuple? Or should I create a new primnode to deal with these\ntypes of variables.\n\n\nCREATE DOMAIN dom AS integ...
[ { "msg_contents": "\nMorning all ...\n\n\tAs I was unable to figure out a way of merging HEAD into a BRANCH\n(BRANCH into HEAD is easy), I moved the REL7_3_STABLE tag up to today, so\nthat the BRANCH is in a more appropriate location.\n\n\tI've packaged up beta4 based on the branch, and its currently up\nand av...
[ { "msg_contents": "> My presumption would be that if you initialize 2 databases to\n> a known identical start, have all the same triggers and rules\n> on both, then send all queries to both databases, you will\n> have 2 identical databases at the end. \n\nThis is wrong assumption. If\n\n1st client executes UPDA...
[ { "msg_contents": "\nWhat is the status of the tgenabled field in pg_trigger? It would be so\nnice to be able to disable just a single trigger on a table rather than\nhaving to disable all triggers. The docs say \"not presently checked\neverywhere it should be, so disabling a trigger by setting this false \nd...
[ { "msg_contents": "There has been some previous discussion of changing the FE/BE protocol\nin 7.4, in order to fix several problems. I think this is worth doing:\nif we can resolve all these issues in a single release, it will lessen\nthe upgrade difficulties for users.\n\nI'm aware of the following problems th...
[ { "msg_contents": "Hi Oleg & Teodor,\n\nThis behaviour is causing problems in my search engine:\n\naustralia=# select 'banana/pineapple'::mquery_txt;\n mquery_txt\n--------------------\n 'banana/pineapple'\n(1 row)\n\nIn our case the forward slash symbol should really be treated as a word\nbreak. Are there...
[ { "msg_contents": "\none too many things removed? this build worked earlier today, so its only\nsince removing those directories that something has broken ...\n\nopenjade -D . -D ./ref -c /usr/local/share/sgml/docbook/dsssl/modular/catalog -\nd stylesheet.dsl -i output-html -t sgml postgres.sgml\nopenjade:ins...
[ { "msg_contents": "Hi all,\n\nWho's an Admin for the PostgreSQL IRC Channel (#postgresql) on\nirc.openprojects.net?\n\nThe topic there is advertising some items for some guy on eBay, claiming\nit supports the PostgreSQL channel, and no-one knows anything about it.\n\nThere also doesn't appear to be any IRC Admi...
[ { "msg_contents": "On 11/05/2002 04:42:55 AM Neil Conway wrote:\n> Mike Mascari <mascarm@mascari.com> writes:\n> > Is there any thought about changing the protocol to support\n> > two-phase commit? Not that 2PC and distributed transactions would be\n> > implemented in 7.4, but to prevent another protocol change...
[ { "msg_contents": "[To BOTH postgresql and openbsd ports lists... please reply as appropriate.]\n\nI finally got around to trying to build 7.3beta3 on an fresh OpenBSD\n3.2/i386 box, without all the historical lint that gets collected up.\nOpenSSL 0.9.x is including in the base release.\n\nThe includsion of <op...
[ { "msg_contents": "\n\n> -----Original Message-----\n> From: Bruce Momjian [mailto:pgman@candle.pha.pa.us] \n> Sent: 05 November 2002 03:18\n> To: Sean Chittenden\n> Cc: Tom Lane; Larry Rosenman; PostgreSQL-development\n> Subject: Re: [HACKERS] Request for supported platforms\n> \n> \n> \n> Ports list updated:\...
[ { "msg_contents": "Hi all:\nI've been running small aplications over postgres 7.2.2, they are based over a tpch-like 100Mb database (which give us about 400Mb of disk usage), system is an 8-CPU SGI Power Challenge, postgres is given 80000 shared buffers and backends 32Mb of sort-memory, so all data fits in memo...
[ { "msg_contents": "Florian Litot wrote:\n> what is the command to launch a sql script not in psql thanks\n> \n> \npsql is used to execute sql scripts as follows:\npsql -f <filename> <database>\nhth,\n- Stuart\n\n\n\n\n\nRE: [CYGWIN] command\n\n\nFlorian Litot wrote:\n> what is the command to launch a sql script...
[ { "msg_contents": "\nfrom looking at the sizes for the previous beta's, it *looks* right ...\nsomeone want to take a quick peak?\n\n", "msg_date": "Tue, 5 Nov 2002 13:27:37 -0400 (AST)", "msg_from": "\"Marc G. Fournier\" <scrappy@hub.org>", "msg_from_op": true, "msg_subject": "New beta4 created ...
[ { "msg_contents": "Hi,\n\nI has a dinamic application, constructed on php, connecting in db postgres 7.2.\nI would like monitor the all established connection. I want know whish command is running at moment.\n\nHelp, please !!!\n\nOsvâneo A. Ferreira\nosvaneo@ig.com\n\n\n\n\n\n\n\n\nHi,\n \nI has a dinamic appl...
[ { "msg_contents": "Hello\r\nIn the document of postgresql I always see such text '\\ref{where_clause} '. But I wonder how can I see the graphics. In the DocBook software?\r\nThank you in advance.\r\nJinqiang Han\r\n\n\n\n\n\nHello\nIn the document of postgresql I always see such text '\\ref{where_clause} '. \r\...
[ { "msg_contents": "Bruce Momjian kirjutas K, 06.11.2002 kell 08:19:\n> I have copies of Peer Direct's (Jan's company) port of PostgreSQL to\n> Win32, and SRA's port to Win32, and permission to generate a merged\n> patch that can be applied to 7.4.\n\nGreat!\n \n> Now that 7.3 is almost complete, I am going to s...
[ { "msg_contents": "Are we still on schedule for RC1 on Friday?\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. | Newtown Square,...
[ { "msg_contents": "Hi everyone,\n\nThanks to Adrian Maier <am@fx.ro>, the Romanian translation of the\nPostgreSQL \"Advocacy and Marketing\" site is now completed and ready for\npublic use:\n\nhttp://advocacy.postgresql.org/?lang=ro\n\n:-)\n\nDutch is presently being worked upon, and will hopefully be ready soo...
[ { "msg_contents": "Hi\n\nI'm upgrading�a production Data Base from 7.1.3 to 7.2.3 under freeBSD\n\nwell, the problem is that now in this release CURRENT_TIME return high\nprecision time, is it possible to have only HH:MM:SS\nits for backguards compatibility. I've tried CURRENT_TIME(0)\nbut it don't work in a ...
[ { "msg_contents": "Pardon my posting to the developers list, but I've been unable to \nresolve my problem via the archives or posting to the GENERAL list or \nthe DOCS list or mutltiple search string variations on GOOGLE.\n\nCould someone help me with this issue. Using version 7.2.3. I am \nlooking to store b...
[ { "msg_contents": "\n\n> -----Original Message-----\n> From: Joe Conway [mailto:mail@joeconway.com] \n> Sent: 06 November 2002 16:16\n> To: Bruce Momjian\n> Cc: Jan Wieck; Hannu Krosing; PostgreSQL-development; Tatsuo Ishii\n> Subject: Re: [HACKERS] Win32 port\n> \n> \n> \n> Bruce, I can compile on VC++ (VS .N...
[ { "msg_contents": "\nPeter updated the man.tar.gz file for me, and I got Bruce to tag it as\nbeta5 just so that there was no confusion ...\n\nSizes all look right, in comparison to past betas ... can a few ppl\ndownload and take a peak at this one ... if all goes well, this should be\nthe last beta, with RC1 ou...
[ { "msg_contents": "make[2]: Entering directory \n`/data/aja96/postgresql-7.3b3/src/backend/utils/mb/conversion_procs'\nmake[3]: Entering directory \n`/data/aja96/postgresql-7.3b3/src/backend/utils/mb/conversion_procs/ \nascii_and_mic'\ngcc -shared -h libascii_and_mic.so.0 ascii_and_mic.o \n-L../../../../../....
[ { "msg_contents": "\nI saw this when compiling 7.3b4 as well and also with 7.3b5\n\ncd contrib\nmake\n...\nmake[1]: Leaving directory\n`/nfs/visor/u/software/postgres/postgresql-7.3b5/contrib/rtree_gist'\nmake[1]: Entering directory\n`/nfs/visor/u/software/postgres/postgresql-7.3b5/contrib/seg'\nsed 's,MODULE_P...
[ { "msg_contents": "pgman wrote:\n> I have copies of Peer Direct's (Jan's company) port of PostgreSQL to\n> Win32, and SRA's port to Win32, and permission to generate a merged\n> patch that can be applied to 7.4.\n> \n> Now that 7.3 is almost complete, I am going to start work on that. I\n> will post patches th...
[ { "msg_contents": "Hi,\n\nCan I still send in translation patches so that they \nget into 7.4 or is it too late already? If it's not\nlate, what would be the 'deadline' then?\n\nThanks,\n\n--\nSerguei A. Mokhov\n", "msg_date": "Wed, 6 Nov 2002 22:10:12 -0500", "msg_from": "\"Serguei Mokhov\" <mokhov@cs....
[ { "msg_contents": "I will be applying outstanding 7.4 patches on Friday:\n\n\thttp:/momjian.postgresql.org/cgi-bin/pgpatches2\n\nIf anyone wants those rejected/modified, please let me know.\n\n-- \n Bruce Momjian | http://candle.pha.pa.us\n pgman@candle.pha.pa.us | (610)...
[ { "msg_contents": "Steve Howe <howe@carcass.dhs.org> writes:\n> Just wondering if the datetime type was dropped on purpose from\n> PostgreSQL 7.3 ?\n\nYes. Ad-hoc name translations in the parser create bogosities with\nrespect to schemas --- I forget the details, but it was either drop\n\"datetime\" or make it...
[ { "msg_contents": "Tom Lane wrote:\n> \"Billy G. Allie\" <bga@mug.org> writes:\n> > Here is the error messages generated during the compile:\n> \n> > cc -K pentium_pro,host,inline,loop_unroll -I../../../../src/include \n> > -I/usr/local/include -I/usr/local/ssl/include -c -o tuplesort.o tuplesort.\n> c\n> > UX...
[ { "msg_contents": "I now realize that server_min_messages should have been\nlog_min_messages. The log_* grouping was done after I added\nserver_min_messages and I didn't see the similarity. Also,\nshow_parser_stats, etc. should be log_parser_stats because the output\ngoes to the log and not to the user's term...
[ { "msg_contents": " \n> > This is wrong assumption. If\n> > \n> > 1st client executes UPDATE t SET a = 1 WHERE b = 2;\n> > 2nd client executes UPDATE t SET a = 2 WHERE b = 2;\n> > \n> > at \"the same time\" you don't know in what order these\n> > queries will be executed on two different servers (because\n> > y...
[ { "msg_contents": "... and the same for SELECT/INTO Also, the hasoids (or equivalent) \nattribute is not picked up from the source table which would be another \nway to push this property into the target table.\n\nOne or both of these mechanisms (I'd think both should be available) \nwould seem to be required t...
[ { "msg_contents": "Can anybody recommend any software for creating UML\ndiagrams and generating the SQL necessary to create\nthe database? Dia?\n\n__________________________________________________\nDo you Yahoo!?\nU2 on LAUNCH - Exclusive greatest hits videos\nhttp://launch.yahoo.com/u2\n", "msg_date": "Th...
[ { "msg_contents": "> Dave Miller (davem@redhat.com) tells me this bug is fixed in gcc 3.2.1 \n> (which does not appear to be distributed yet). FYI.\n>\n> alex\n\n", "msg_date": "Thu, 7 Nov 2002 16:24:53 -0500", "msg_from": "alex avriette <a_avriette@acs.org>", "msg_from_op": true, "msg_subject":...
[ { "msg_contents": "The 7.3 docs for the PL/PgSQL return statement say:\n\n RETURN with an expression is used to return from a PL/pgSQL function\n that does not return a set.\n\n[...]\n\n If you have declared the function to return void, then the expression\n can be omitted, and will be ignored in any case.\n\nH...
[ { "msg_contents": "Larry Rosenman wrote:\n> Tom Lane <tgl@sss.pgh.pa.us> wrote:\n> > Larry Rosenman <ler@lerctr.org> writes:\n> >> I don't believe your changes are necessary.\n> >\n> > The static-inline change was obsoleted by a recent fix, per discussion.\n> > But the rpath changes seem possibly useful (or may...
[ { "msg_contents": "Peter Eisentraut wrote:\n> Bruce Momjian writes:\n> \n> > I am fine with this because it only touches unixware-specific stuff,\n> \n> This is an entirely new feature, so it's inappropriate to do now. And if\n> we do it, we should do it for all platforms.\n\nI disagree that it's a new feature...
[ { "msg_contents": "Hi,\nFirstly , sorry about my poor english, I'll do my best to explain what I\nwant.\nActually, in most cases, We do query via view, in order to improve\nthe query speed, we'll create index in physical table field that is mapped\nin view's where statement. So, I got an idea to store view stat...
[ { "msg_contents": "\n\n> -----Original Message-----\n> From: Bruce Momjian [mailto:pgman@candle.pha.pa.us] \n> Sent: 08 November 2002 04:54\n> To: Steve Howe\n> Cc: Katie Ward; pgsql-hackers@postgresql.org\n> Subject: Re: [HACKERS] Win32 port\n> \n> \n> \n> OK, Steve's vote is enough to indicate that most want...
[ { "msg_contents": "\n----- Original Message -----\nFrom: \"Luis Alberto Amigo Navarro\" <lamigo@atc.unican.es>\nTo: \"Neil Conway\" <neilc@samurai.com>\nCc: <pgsql-hackers@postgresql.org>\nSent: Wednesday, November 06, 2002 5:02 PM\nSubject: Re: [HACKERS] a tiny question\n\n\n> A small patch for low performance...
[ { "msg_contents": "\nSteve:\n\nWe know that the readline support is missing from the psql client.\nIt was missing with the cygwin port as well. We made little to no\neffort to work on the client, our focus was on the server.\n\nWe have no plans to add the readline support to the client and\nhope that the hacke...
[ { "msg_contents": "\nGetting that much closer to RC1, Beta5 was packaged up yesterday after\nseveral failed attempts at making a clean Beta4.\n\nThis Beta requires an initdb, due to some changes required to the system\ntables ...\n\nAt this point, we are looking for confirmation that all the platforms are\nbuil...
[ { "msg_contents": "help pgsql-hackers@postgresql.org\n\n=====\nThe Man In The Box - Allann J. O. Silva - uin: 102244786\n .~. \n /V\\\n / ( ) \\\n ^^--^^\n\n\n_______________________________________________________________________\nYahoo! GeoCities\nTudo para criar o seu site: ferramentas f�c...
[ { "msg_contents": "\n\n> -----Original Message-----\n> From: Bruce Momjian [mailto:pgman@candle.pha.pa.us] \n> Sent: 08 November 2002 16:10\n> To: Dave Page\n> Cc: Steve Howe; Katie Ward; pgsql-hackers@postgresql.org\n> Subject: Re: [HACKERS] Win32 port\n> \n> I hope I didn't sound too unappreciative of the gre...
[ { "msg_contents": "Any thoughts on how to display the domain constraints in psql?\n\n\na=# create domain d as integer not null check (value > 4);\nCREATE DOMAIN\na=# create domain f as text check (value > 'bob') check (value < 'zip');\nCREATE DOMAIN\na=# \\dD\n List of domains\n Schema | Name | Type ...
[ { "msg_contents": "\nI've been wondering (and probably should look through\nthe code, but figured asking would be faster) if there's\nany guarantee that I'll see rows inserted by a transaction\nI'm waiting on in the middle of a query.\n\nBasically, if I've got a select that's running using\nHeapTupleSatisfiesDi...
[ { "msg_contents": "Dear All,\n\tThere are differences in the regression tests for PostgreSQL\n7.3b2 with handling of times before 1970. I recently sent out a set of\ndiffs for the changes. I've looked through the datetime.c code, but\nit's not obvious to me what the cause of the change is. PostgreSQL 7.2\nworks...
[ { "msg_contents": "If it matters, i re-ran the regression tests on psql 7.3b5, and it\nworked flawlessly, all 89 tests passed.\nI didn't install, but it passed the last time (b3).\n\nSystem:\nRedhat Linux 6.2, Alpha EV56, handupgraded to kernel 2.4.19-pre6aa1.\n\nOptions used:\n\n./configure \\\n --disable-rpa...
[ { "msg_contents": "Hello,\n I work with JDeveloper and PostgreSQL JDBC and I have one problem.\nI get error :\n sub-SELECT in FORM must have an alias\nI can't change SQL command, but it is internal JDeveloper command\n\nIs it SQL standard (must have alias) or PostgreSQL specific ?\n\nRegards\nHaris Peco\n", ...
[ { "msg_contents": "I have applied all outstanding patches that were saved for 7.4.\n\nUnlike the 7.2 release when I had a mailbox full of patches that I\ncouldn't resolve, for this release I had only about 10, and they were\nvery clear.\n\n-- \n Bruce Momjian | http://candle.pha.pa.us\n...
[ { "msg_contents": "I have applied this patch to inline MemSet for newNode.\n\nI will make another commit to make more general use of palloc0.\n\nThis was already discussed on hackers.\n\n-- \n Bruce Momjian | http://candle.pha.pa.us\n pgman@candle.pha.pa.us | (610) 359-1...
[ { "msg_contents": "Forgot to mention -\n\nFree BSD 4.6.2\nPostgreSQL 7.2.2\n\n----- Original Message -----\nFrom: \"Iavor Raytchev\" <pobox@verysmall.org>\nTo: <pgsql-hackers@postgresql.org>\nSent: Sunday, November 10, 2002 1:52 PM\nSubject: The database system is in recovery mode\n\n\n> Hello,\n>\n> We just cr...
[ { "msg_contents": "On Thu, Nov 07, 2002 at 10:44:25PM +0000, ozsevim@likya.iyte.edu.tr wrote:\n> I know Ansi C language and SQL. I want to embed a sql statement into a c \n> source code. Would you please recommend me some web sites or tutorials \n> regarding this subject.\n> Thank you for your concern,\n\nYou ...
[ { "msg_contents": "In the last episode of this long-running issue, we decided that life\nwould be better if we make small-enough integer constants be initially\ntyped as int2 rather than int4, and then auto-promote them up to int4\nwhen necessary. This would solve problems with, for example,\n\tSELECT ... WHER...
[ { "msg_contents": "Hi guys,\n\nI have searched high and low to find a definitive answer and so far have \nonly found lots of discussion about the pros and cons of the subject :\n\nSimply, is/will there in the future be a facility to return immediately from \n\"select for update\" with an error message if the ro...
[ { "msg_contents": "Hello,\n\nWell the subject says it all. It was there in the last beta I was testing\nwhich was beta 1.\n\nAm I being dense here, or is it really missing?\n\nThanks,\n\nGB\n\n-- \nGB Clark II | Roaming FreeBSD Admin\ngclarkii@VSServices.COM | General Geek \n CTHULU for Pr...
[ { "msg_contents": "On FreeBSD/Alpha, all 89 tests pass.\n\nI get this build warning though:\n\ngcc -pipe -O -Wall -Wmissing-prototypes -Wmissing-declarations -I. -I../../.\n./src/include -c -o gram.o gram.c\nIn file included from gram.y:7725:\nscan.l: In function `yyerror':\nscan.l:583: warning: int format, d...
[ { "msg_contents": "should\n sprintf(buffer, \"%c\", 0x5C);\n readsz = 1;\n buffer2Ptr =(unsigned char *) PQescapeBytea(buffer, readsz, &esclen);\n for (ctr = 0; ctr < strlen(buffer2Ptr); ctr++)\n {\n printf(\"char[%d] is [%c]\\n\", ctr, buffer2Ptr[ctr]);\n }\n printf(\"esclen...
[ { "msg_contents": "I have been experimenting with empirical tests of file system and device\nlevel writes to determine the actual constraints in order to speed up the WAL\nlogging code.\n\nUsing a raw file partition and a time-based technique for determining the\noptimal write position, I am able to get 8K writ...
[ { "msg_contents": "I have been experimenting with empirical tests of file system and device\nlevel writes to determine the actual constraints in order to speed up the WAL\nlogging code.\n\nUsing a raw file partition and a time-based technique for determining the\noptimal write position, I am able to get 8K writ...
[ { "msg_contents": "We have seen a few reports (eg from Herv� Piedvache) of VACUUM FULL\nin 7.2 producing messages like\n\ndbfr=# VACUUM FULL VERBOSE ANALYZE pg_class ;\nNOTICE: --Relation pg_class--\nNOTICE: Rel pg_class: Uninitialized page 9 - fixing\nNOTICE: Rel pg_class: Uninitialized page 10 - fixing\nNO...
[ { "msg_contents": "\nHi all!\n\nPostgreSQL 7.3 beta5\nDebian GNU/Linux 2.2r5 ( x86 )\n.............\n\nAll regression tests passed, except geometry.\nThe differences don't seem to be big. I think the test can be\nvalidated, but i'm not absolutely sure. So i've attached the diff.\n\n.............\n\nOn the othe...
[ { "msg_contents": "Vadim,\n\nIn LockBuffer() you wrote\n\n else if (mode == BUFFER_LOCK_EXCLUSIVE)\n {\n LWLockAcquire(buf->cntx_lock, LW_EXCLUSIVE);\n\n /*\n * This is not the best place to set cntxDirty flag (eg indices do\n * not always change buffer they lock in excl mode...
[ { "msg_contents": "Tom,\n\nWhen you restructured the unique index location and validation for\nforeign key constraints around 9/22 you added the restriction that the\nsupporting unique index may not be functional. I believe that this\nrestriction is not necessary. Suppose I had a unique index on\nLOWER(login)...
[ { "msg_contents": "> hello,\n> recently i downloaded postgresql-7.3b5,i found the conversion between\n> gb18030 and utf was mistake because the map file bwteen them wasn't\n> obviously right.the first byte of utf8 encoding with two bytes shoule\n> between 0xc0 with 0xfd,the map file didn't accord with this ...
[ { "msg_contents": "Are we ready for RC1 yet?\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. | Newtown Square, Pennsylvania 1907...
[ { "msg_contents": "Hello,\n\nDoes any know the location of a good cvsup file for grabbing the\nvarious releases? \n\nThe URL http://developer.postgresql.org/TODO/docs/cvsup.html is 404.\n\nThanks,\n\nGB\n\nP.S. Thanks to Tom, I found the perl stuff I needed.\nP.P.S. The URL http://www.ca.postgresql.org/project...