threads listlengths 1 2.99k |
|---|
[
{
"msg_contents": "> Or do you really want to commit the previous statements in the\n> transaction rather than throw them away? If so, you didn't really need\n> the transaction block there anyway, since you are willing to accept a\n> partial result.\n\nActually the postgresql behavior on error has been nagging ... |
[
{
"msg_contents": "I was working on docs and notice that Postgres no longer responds with a\nwarning if a database is dropped multiple times:\n\npostgres=> drop database yahoo;\nDESTROYDB\npostgres=> drop database yahoo;\nDESTROYDB\npostgres=> \\c yahoo\nconnecting to new database: yahoo\nFATAL 1: Database 'ya... |
[
{
"msg_contents": "> Dear Bruce,\n> \n> > \n> > > At this point the Irix port is nearly complete. There are two problems\n> > > that remain. \n> > > \n> > > First, the snprintf function does not process the %lld format\n> > > correctly. Frankly, there is no reason to use it in\n> > > src/backend/utils/adt/int8.... |
[
{
"msg_contents": "Is there a strlen function in sql?\n\nCan you do a multiple comparison on the same field. I would like to be\nable to find entries that have either a null entry or a blank entry as a\nboolean result and sort by the boolean result.\n\n(ie: select field='' or field is null as x from table orde... |
[
{
"msg_contents": "I have written a function that will return an integer based on the length\nof a given field defined as text.\nIt seems that if the given field has not yet been populated (ie: it is\nnull), my function returns nothing. I have tried expressly sending back a\nvalue as such to no avail:\n\nint i... |
[
{
"msg_contents": "Here is a comment from primnodes.h. I don't know who 'sp' is, but I\nwould like to meet him.\n\n---------------------------------------------------------------------------\n\n * ----\n * NOTE: in the good old days 'opno' used to be both (or either, or\n * neither) the pg_operator oid, and/or... |
[
{
"msg_contents": "I just scanned through the TODO list in the actual source tree. It seems\nthis one isn't up-to-date since the ecpg entry is still old. Also I found\nthis bug:\n\n* select upper(usename), count(usesysid) from pg_shadow group by 1 fails\n\nHowever, actual version says:\n\nmm=> select upper(usen... |
[
{
"msg_contents": "Hi All,\n\nI can't confirm this against the current latest CVS as my \nlocal tree has undergone some changes, but we seem to have\na problem with \"pg_dump\" and user defined types.\n\nIf I create a type like so:-\n\nCREATE FUNCTION sotime_in (opaque ) RETURNS opaque AS\n'/usr/local/pgsql/shl... |
[
{
"msg_contents": "I just noticed that SQL3 has recursive unions but couldn't find an example\nfor it, just the theoretical definitions. Does anyone have such an example,\njust to get a better feel for the definition?\n\nMichael\n-- \nDr. Michael Meskes | Th.-Heuss-Str. 61, D-41812 Erkelenz | Go SF49ers!\n... |
[
{
"msg_contents": "i would set the default rights of new users.\nFor example a new user is able to create class and i want to forbidden\nthis. \ni try to revoke all on pg_class but it doesn't take effect.\nthanks. \n\n\n--\na+\nmaloune\n",
"msg_date": "Wed, 23 Sep 1998 16:27:41 +0200",
"msg_from": "mal... |
[
{
"msg_contents": " ---- you wrote: \n> On Wed, Sep 16, 1998 at 06:35:53PM -0300, Robson Miranda wrote:\n> > \tI was thinking in a major rewrite of the PostrgreSQL transaction\n> > system, in order to provide less tuple overhead and recoverabilty.\n\n> I do not have much of an idea how postgres handles stuff ri... |
[
{
"msg_contents": "Bruce,\n\nIf you have the relevant discussions in a neat bundle I'd like\nto have a read through them to see what the issues are.\n\nThe other curiosity is the creation of an _<typname> type, which\nI believe is an array type, at the time of type creation.\n\nI can't remember seeing this in p... |
[
{
"msg_contents": "I've got a production application (currently running on 6.3.2 + Btree\npatch) in which several clients concurrently update the same set of\ntables. The client requests are pretty simple --- SELECTs using\nbtree-indexed fields, INSERTs, and UPDATEs. Updates are always of the\nform \"UPDATE t... |
[
{
"msg_contents": "Bruce,\n\nWhat I can't see from the postings, is what incident or problem\nprompted the change.\n\nWas there test or query that failed because it chose the wrong\nprocedure?\n\nDo you have an example which failed with the old code and needed\nthe changes to make it work?\n\nI see pg_proc has ... |
[
{
"msg_contents": "Hi all,\n\nSeems that CHAR_LENGTH function has a bug.\nIt doesn't work if you try to have the length of columns with nulls.\nExample:\n\ninsert into c values('foo');\ninsert into c values(NULL);\ninsert into c values('');\n\nselect b from c;\nb\n-------\nfoo\n <-- this is a NULL\n ... |
[
{
"msg_contents": "subscribe\n\n--\n--------\nRegards\nTheo\n\n\n\n",
"msg_date": "Thu, 24 Sep 1998 15:20:56 +0200",
"msg_from": "Theo Kramer <theo@flame.co.za>",
"msg_from_op": true,
"msg_subject": "None"
}
] |
[
{
"msg_contents": "I cvsuped the source this morning and configure is broken.\nThe enclosed patch fixes it, but I do not know enough about\nautoconf to be able to fix it correctly. \n\nSYSTEM:\tUlatra 5\nOS:\tSolaris 2.6\n\nThanks,\n\nMatt\n----------\nMatthew C. Aycock\nOperating Systems Analyst/Admin, Senior\... |
[
{
"msg_contents": "I'm about halfway convinced that the database corruption problem I\nreported yesterday is a result of interlock failure among multiple\nbackends. I have a trace of the frontend/backend interactions that\nwere happening at the time the table got corrupted, and let me tell\nyou they are peculi... |
[
{
"msg_contents": "> Looks like I am going to need some help here.\n> The old code dumped out regproc fields as the pg_proc.proname.\n> There is a problem with this. First, you can have multiple proname \n> entries with the same proname. The differ in their argument \n> number/types. The old code, when read... |
[
{
"msg_contents": "I don't like implementation of referential integrity constraints \nin contrib/spi/refint.* and implementation of ... unique indices:\nbackend checks constraints when tuple is changed.\n\nOracle checks constraints after entire _statement_ is done.\nDo you remember this:\n\nvac=> create table x... |
[
{
"msg_contents": "Hi Bruce. I'd like to propose that we use the sgml sources for the\ninstallation instructions. That will give us one set of instructions\nwhich can appear in postscript, html, and plain text. I'll generate a\nplain text version which we can put into the top-level directory as\nusual.\n\nThe p... |
[
{
"msg_contents": "CC'd to the PostgreSQL Hackers list.\n\nI performed the same test as Brian on the cvs version of 6.4 and it\nexhibits the same behavior. could we get a fix in for the release.\n\t\t-DEJ\n\n> Hehehe... \n> \n> Try using the \"*\", as I posted to your early send... see if it makes\n> any\n> di... |
[
{
"msg_contents": "It's easy: just destroydb one database that has active backends\nstill running in it. Then stand back and watch the carnage.\n(Hint: back up all your *other* databases first, because you'll\nbe lucky if you can still access them.)\n\nThere really, really needs to be an interlock to prevent t... |
[
{
"msg_contents": "With the current snapshot, there seems to be problem with functional indexes. \nExample:\n\nCREATE TABLE timelog (loginname text, site varchar(16), start_time datetime, \nelapsed timespan);\nCREATE FUNCTION datetime_day (datetime ) RETURNS float8 AS 'select \ndate_part(''day'', $1)' LANGUAGE ... |
[
{
"msg_contents": "Well, I've spent the last several hours studying how NOTIFY works, and\nI think it's a mess :-(. We need some significant revisions in there.\n\nI have not been able to trace an exact flow of control that would\nyield the NOTIFY-message-interspersed-in-data result that I saw this\nafternoon.... |
[
{
"msg_contents": "Hello,\nI have query:\nUPDATE userd_session_stat SET status =1 WHERE status=0 AND ((uid <>627 AND\ntty <>'ttyA03') OR (uid <> 425 AND tty <> 'ttyA05') OR (uid <> 8011 AND tty\n<> 'ttyA09') OR (uid <> 2092 AND tty <> 'ttyA0f') OR (uid <> 249 AND tty <>\n'ttyp3') OR (uid <> 249 AND tty <> 'ttyp... |
[
{
"msg_contents": "I've got this new notify code almost working, but...\n\nWhat exactly is the protocol for locking a table that you intend to\nmodify? The old notify code just did RelationSetLockForWrite(),\nbut it's not clear to me that that works correctly --- for one thing,\nit doesn't seem to offer any wa... |
[
{
"msg_contents": "Here's the new diff for getting the NS32K assembly code into the\nspin-locks. Notice that it's now inline assembler in s_lock.h,\nrather than seperate code in s_lock.c. It also shrank a little\nbit... Just rip out the S_LOCK() define and insert the tas() inline\nfunction. Please let me kn... |
[
{
"msg_contents": "Hi All.\nI tested libpq for win32 coming with 6.4-BETA and have a question about\nLIBPQ.\n\nI used LIBPQ from a C program,but coundn't connect PostgreSQL DB.\n\nCalling pg_connect() without WSAStartup() failed because of gethostbyname()\nerror in LIBPQ.\nso I modified DllMain in LIBPQ as foll... |
[
{
"msg_contents": "subscribe\n--------------------------------------------------------\nStan Thomas\nemail: <thomas@physics.utah.edu>\n",
"msg_date": "Mon, 28 Sep 1998 00:08:29 -7",
"msg_from": "\"Stan Thomas\" <thomas@physics.utah.edu>",
"msg_from_op": true,
"msg_subject": "subscribe"
}
] |
[
{
"msg_contents": "Bruce,\n\n this is a partial new rewrite system. Could you please apply\n the patch?\n\n Changes:\n\n The order how rules get applied has changed. All non RIR\n rules are applied first recursively (resulting in\n parsetree splitting for insert/update/de... |
[
{
"msg_contents": "> Hi All.\n> I tested libpq for win32 coming with 6.4-BETA and have a \n> question about\n> LIBPQ.\n> \n> I used LIBPQ from a C program,but coundn't connect PostgreSQL DB.\n> \n> Calling pg_connect() without WSAStartup() failed because of \n> gethostbyname()\n> error in LIBPQ.\n> so I modifie... |
[
{
"msg_contents": "I have been looking into the problem reported by Massimo, and also seen\nby me, that backends sometimes exit without cleaning up entries they\nmade in the pg_listener table. I have fixed several contributing bugs\n(having to do with the limited size of the on_shmem_exit table), but\nI still ... |
[
{
"msg_contents": "Hi,\n\n while fixing the subselect parseback in the new ruleutil\n functions and checking if the output is now what's needed for\n dumping rules/views I came across a little detail in the\n parser I'm confused about.\n\n Having a table\n\n CREATE TABLE t1 (a char(2... |
[
{
"msg_contents": "Bruce,\n\n please apply the patch at the end.\n\n The patch fixes the broken backparsing of subselects in the\n utility functions for pg_views and pg_rules, changes the\n views definitions a little and adds two new system views.\n\n Even if it might look like, they... |
[
{
"msg_contents": "Gentlemen:\n\tI have tested today's snapshot (retrieved this morning)\non an SGI Irix 6.2 system with the following results:\n\n\t1) The int8 test still fails because the SGI C compiler does\nnot handle a variable argument declaration of \"long long\" correctly in\nthe definition of the funct... |
[
{
"msg_contents": "We need to think about whether to surround all identifiers with double\nquotes all the time in pg_dump output. \n\nThe reason is that Postgres allows reserved keywords to be specified as\ntable and column names if they are surrounded by the double quotes, but\npg_dump doesn't know whether an ... |
[
{
"msg_contents": "Hi. I've been writing documentation on SQL syntax for v6.4, and while\ncompiling lists of parser keywords I've made minor repairs and\nimprovements to gram.y.\n\npreproc.y looks like it has similar sections of code. Can you upgrade\necpg if I send you patches from gram.y? Or do you track chan... |
[
{
"msg_contents": "Hi,\n\n I wonder if anyone ever played around with PL/pgSQL. So far\n (except for the missing Makefile) I got no response if it\n compiles/works on other platforms than my Linux.\n\n Since there are only a few details left in the rewrite code\n for 6.4 I would like to g... |
[
{
"msg_contents": "Bruce,\n\n here is the patch that includes PL/pgSQL into the build\n (currently with make errors ignored) and adds a regression\n test for it. A clean build and regression ran fine here.\n\n Can you please apply it?\n\n The tar should be extracted in /usr/local/s... |
[
{
"msg_contents": "> > With the current implementation, I don't beleive it will make a\n> difference -\n> > I don't think that any part of the Winsock system is \n> actually hidden if\n> you\n> > ask for a lower version. But it is _permitted_ by the \n> specification that\n> the\n> > DLL can hide parts that bel... |
[
{
"msg_contents": "> > > On 28-Sep-98 Hiroshi Inoue wrote:\n> > > > I think that current DLL supports version \n> 1.0,1.1,2.0,2.1 and 2.2 and we\n> > > > can\n> > > > specify any version from 1.0 to 2.2 .\n> > > > For example,if we call \n> WSAStartup(MAKEWORD(1.0),&wsaData) from libpq\n> > > > and call WSAStar... |
[
{
"msg_contents": "> Right now preproc.y and gram.y are in\n> sync in the cvs tree. If you change anything please send me the diff \n> or tell me it has changed so I don't miss it. I have an old gram.y \n> version around so I can diff it locally.\n\nI haven't yet committed the changes to the source tree, but ma... |
[
{
"msg_contents": "Hi,\n\n I'm currently thinking about multiple action and non-INSTEAD\n rules ON SELECT. I'm not sure what users might expect when\n they get fired.\n\n Well if a user types SELECT ... FROM tab and there are rules\n ON SELECT TO tab, then of course. But what about if the u... |
[
{
"msg_contents": "Does the SQL92 standard have to be purchased from the ANSI Board?\nWell, my actual question has to do with LIKE. Could anyone who has a\ncopy of a standard send me the PATTERN syntax/meanings for LIKE in\nSQL92?\n\tThanks,\n\t-DEJ\n",
"msg_date": "Tue, 29 Sep 1998 09:53:45 -0500",
"m... |
[
{
"msg_contents": "> > Does the SQL92 standard have to be purchased from the ANSI Board?\n> \n> afaik, yes.\n> \n> > Well, my actual question has to do with LIKE. Could anyone who has\n> a\n> > copy of a standard send me the PATTERN syntax/meanings for LIKE in\n> > SQL92?\n> \n> Well, you may be hoping for mor... |
[
{
"msg_contents": "Jan,\n\nIt builds and runs fine on S/Linux (Linux on a Sun SPARC)\n\nI must admit I was mighty impressed with it's capabilities,\ncourtesy of the demo/test database.\n\nOne day I'll find a problem that I can solve using PL/pgSQL,\nuntil then It's comforting to know it's there.\n\nFor anyone w... |
[
{
"msg_contents": "Hi Michael. Here are the patches I just applied to the main parser. I'm\nnot sure how ecpg builds, but I also updated gram.c and parse.h to get\nthings properly self-consistant.\n\nThanks for looking at this...\n\n - Tom",
"msg_date": "Wed, 30 Sep 1998 05:54:07 +0000... |
[
{
"msg_contents": "Hi,\n\nPostgres 6.4.B1 compiles, links and runs with minimal changes in source code\n(mainly adding some includes and 1 or 2 source code changes) under Windows\nNT.\n\nAt this moment I can run initdb . Allthought it crashes after saying \"Adding\ntemplate1 database to pg_database...\" it does... |
[
{
"msg_contents": "Hi,\n\nCan anyone tell where the file is actually read that is given as input in\nthe initdb script where \"Adding template1 database to pg_database...\" is\nechoed?\n\nCan anyone tell me how I can run that command line through gdb (I know that\nthis not a postgres question but if anyone coul... |
[
{
"msg_contents": "> Okay, here's the patch for ecpg...\n> It contains other changes I made that haven't made it into the archive \n> yet. Could you please put all this into cvs?\n\nHi Michael. I got the patches and they all applied cleanly. I notice\nthat there might be several keywords missing from your versi... |
[
{
"msg_contents": "> > Well, In all of the major Databases that I have worked with there is\n> > also the \"[character_set]\" matching operator.\n> > Does anybody know if the \"[character_set]\" stuff is part of the\n> > standard?\n> \n> Hoping against hope, eh? afaik those are all extensions (though SQL3\n> ha... |
[
{
"msg_contents": "> Jackson, DeJuan wrote:\n> > > > Does the SQL92 standard have to be purchased from the ANSI\n> Board?\n> > > afaik, yes.\n> > >\n> > > > Well, my actual question has to do with LIKE. Could anyone who\n> has\n> > > a\n> > > > copy of a standard send me the PATTERN syntax/meanings for LIKE\n>... |
[
{
"msg_contents": "I'm getting:\nmake -C pl clean\nmake[1]: Entering directory `/home/djackson/pgsql/src/pl'\nmake[1]: *** No rule to make target `clean'. Stop.\nmake[1]: Leaving directory `/home/djackson/pgsql/src/pl'\nmake: *** [clean] Error 2\non a 'make distclean', same error on a 'make all'.\nDid a cvs up... |
[
{
"msg_contents": "unsubscribe serbr@tin.it\n\n",
"msg_date": "Wed, 30 Sep 1998 17:18:40 +0100",
"msg_from": "Sergio Brandano <serbr@dcs.qmw.ac.uk>",
"msg_from_op": true,
"msg_subject": "None"
}
] |
[
{
"msg_contents": "> > I'm getting:\n> > make -C pl clean\n> > make[1]: Entering directory `/home/djackson/pgsql/src/pl'\n> > make[1]: *** No rule to make target `clean'. Stop.\n> > make[1]: Leaving directory `/home/djackson/pgsql/src/pl'\n> > make: *** [clean] Error 2\n> > on a 'make distclean', same error on... |
[
{
"msg_contents": "unsubscribe\n\n\n",
"msg_date": "Fri, 8 Feb 2036 08:20:54 +0200 (EET)",
"msg_from": "Alexzander Blashko <black@lins.ospu.odessa.ua>",
"msg_from_op": true,
"msg_subject": "None"
}
] |
[
{
"msg_contents": "> > > > With the current implementation, I don't beleive it will make a\n> > > difference -\n> > > > I don't think that any part of the Winsock system is\n> > > actually hidden if\n> > > you\n> > > > ask for a lower version. But it is _permitted_ by the\n> > > specification that\n> > > the\n>... |
[
{
"msg_contents": "Hi,\n\n found a little bug in libpgtcl/pgtclCmds.c causing a\n segmentation fault. Please apply.\n\n\nJan\n\n-- \n\n#======================================================================#\n# It's easier to get forgiveness for being wrong than for being right. #\n# Let's break this rule... |
[
{
"msg_contents": "Hi postgres gurus,\n\nI have problems with running initdb. As I mentioned in a precious message I\ncannot run postgres on a Linux machine at this moment so I have to ask\ninstead of trying myself. And in making the situation worse, for some reason\nI cannot debug the program if input is redir... |
[
{
"msg_contents": "\n\n Hi everyone.\n\n I am new to postgres. I need a relational db that can be used with\na web client\nfrom any plataform, and this seems to be it, BUT.....\n\n Our lab has ONLY sgi machines. Indigo 2s running Irix 6.2, an\nOrigin 200 running\nIRIX 6.4, and a lonely Indigo runn... |
[
{
"msg_contents": "Well 1st problem --prefix is not where the source code is at but where\nyou want the binaries to go once the compile is finished.\nThe syntax errors that you are getting on snprintf.c I'm not\nexperiencing here. I'm using gcc v2.7.2.3 (you can do gcc --version to\ncheck yours).\nYou might wa... |
[
{
"msg_contents": "Well,\n\nAfter looking at the code for pg_dump, it appears that all identifiers\ngo through fmtId which does as you thougt, it looks to see if a character\nis non-lower case, a digit, or an '_' then it double quotes it.\nI am going to change this behavior to always double quote it and see \ni... |
[
{
"msg_contents": "Here is a report regarding the backend-crash from a user in Japan.\nIncluded shell script should reproduce the phenomenon.\nNote that\n\tselect * from getting; vacuum;\ndoes cause a crash, while\n\tselect * from getting;\n\tvacuum;\nnot.\n--\nTatsuo Ishii\nt-ishii@sra.co.jp\n\n===============... |
[
{
"msg_contents": "I have implemented a regproc fix.\n\nNow, if you supply just the pg_proc.proname, and it is unique, you can\nuse it.\n\nIf there is more than one match for that proname, it prints a message\nsaying you have to supply the oid in quotes:\n\n\ttest=> create table testr(x regproc);\n\tCREATE\n\tt... |
[
{
"msg_contents": "We still have some release-stoppper items on this list.\n\nI need to integrate the cidr type into the system. \n\n---------------------------------------------------------------------------\n\nPossible additions\n------------------\ncidr/IP address type(Tom Helbekkmo)\nrewrite system(Jan)\nn... |
[
{
"msg_contents": "Attached is the new IP type that Tom wants installed in the current type\nsystem. I am planning to do it, but if someone else has time to do it,\nthat would be nice.\n\n-- \n Bruce Momjian | http://www.op.net/~candle\n maillist@candle.pha.pa.us | (610) 8... |
[
{
"msg_contents": "Hi all,\n\nI supposed v6.4 were released on October 1, but today is already Oct 2,\nand I see only postgresql.snapshot.tar.gz.\n\nIs there any delay ?\n\nJose'\n",
"msg_date": "Fri, 02 Oct 1998 09:53:15 +0200",
"msg_from": "\"Jose' Soares\" <jose@sferacarta.com>",
"msg_from_op": t... |
[
{
"msg_contents": "Hi,\n\n the following little patch adds array references to query\n parameters. With it applied a function like\n\n CREATE FUNCTION getname(oid8, int4) RETURNS name AS\n 'SELECT typname FROM pg_type WHERE oid = $1[$2]'\n LANGUAGE 'sql';\n\n is possible. Mainly I ... |
[
{
"msg_contents": "Dear Henrique,\n\tI have been using PostgreSQL on Irix for several years, and it\nworks very well. The Perl interface (src/interfaces/perl5) works\nnicely too, especially for CGI scripts. The problem you have run into\nstems from the use of the current developmental snapshot instead of\nthe ... |
[
{
"msg_contents": "\nThomas,\n\nGo ahead and commit your patches for the double quote stuff.\nI need to resync with CVS. I inadverently deleted the original\nfiles that I was using. I will create new patches after the\ncommits from you and Jan.\n\nMatt\n> > After looking at the code for pg_dump, it appears that... |
[
{
"msg_contents": "Is it too late to consider distributing a patching mechanism with the\nupcoming release? \n\nProbably everyone has some sort of utility for doing this; I've got\nGenPatches and ApplyPatches which traverse the source tree looking for\n\".orig\" files and running diff on any it finds, saving th... |
[
{
"msg_contents": "> > > > You need The SQL3 SIMILAR\n> > > > in this case pattern can involve additional special characters,\n> not \n> > > > just % and _ as in LIKE,\n> > > TODO item changed to:\n> > > * add SIMILAR to allow character classes, 'pg_[a-c]%'\n> > \n> > The annoying thing is that our rege... |
[
{
"msg_contents": "> > The SQL92 LIKE:\n> > \n> > character-string-expression [NOT] LIKE pattern [ESCAPE\n> > 'escape-char']\n> > \n> > allows only the special characters % and _\n> > \n> > You need The SQL3 SIMILAR\n> > \n> > character-string-expression [NOT] SIMILAR TO pattern [ESCAPE\n> > 'escape... |
[
{
"msg_contents": "hullo,\n\nive two serious problems with postgresql (latest version):\n\n1.) i seem to be unable (well, i _am_ ;-) to create an index\n on a text field and then have that index being used if\n i perform a search using ~*, ~~, and related operators.\n i found out that these operators c... |
[
{
"msg_contents": "Where to start ... base system:\nRed Hat 4.2, flex 2.5.4, 2.0.35 kernel\n(3 differant boxes, all Pentium+, all 90MB+ RAM)\n\npg version:\n6.4 snap shot, several over the last few weeks.\n(the last install went perfect, passing all regresion tests)\n\nProblem:\nA script that does an insert, th... |
[
{
"msg_contents": "Hiya. Compiled current CVS of postgres. Haven't dl'd a CVS in a while -\nsince about july I guess - and that one worked right up 'till recently...\n\npostgres server seems to work fine.\ninitdb also works fine.\ncreatedb fails, I don't (yet) know how to convince it to tell me -WHY- it\nfail... |
[
{
"msg_contents": "There is a bug in check_foreign_key of refint.c which is bundled with\nthe standard distribution. It occurs when a trigger calling this\nfunction recursively fires another trigger which calls the same\nfunction. The calling check_foreign_key loses its plan informantion and\nwhen it tries to u... |
[
{
"msg_contents": "Possible additions\n------------------\ncidr/IP address type(Tom Helbekkmo, Bruce Momjian)\nrewrite system(Jan)\nnotify fixes(Tom)\n\nSerious Items\n------------\nchange pg args for platforms that don't support argv changes\n\t(setproctitle()?, sendmail hack?)\nhave psql dump out rules text w... |
[
{
"msg_contents": "Merged into the current source tree. Please test.\n\n\n> Bruce Momjian <maillist@candle.pha.pa.us> writes:\n> \n> > Is this the version you want me to install in the current source tree?\n> \n> Yup. It seems to work right, so it's what I'm using right now. As\n> soon as I've got an IPV6 ki... |
[
{
"msg_contents": "> Bruce Momjian <maillist@candle.pha.pa.us> writes:\n> \n> > Possible additions\n> > ------------------\n> > cidr/IP address type(Tom Helbekkmo)\n> \n> It looks like the code I sent you is working fine -- if you want to\n> integrate it into the backend, I'd say go ahead. Also, if you at the\... |
[
{
"msg_contents": "Additions\n------------------\ntest new cidr/IP address type(Tom Helbekkmo)\ncomplete rewrite system changes(Jan)\nnotify fixes(Tom)\n\nSerious Items\n------------\nchange pg args for platforms that don't support argv changes\n\t(setproctitle()?, sendmail hack?)\nhave psql dump out rules text... |
[
{
"msg_contents": "Hi, there's a small bug in inv_fetchup().\nIn the following do-while loop, res is freed at the very\nend of the loop. However, after getting out of the loop,\nit gets freed again. Not good. Possible fix would be\nchanging the pfree(res) in the loop to:\n\n if (tuple == (HeapTuple)NULL) pfree... |
[
{
"msg_contents": "> > Added Files:\n> > README.ipaddr\n> > Log Message:\n> > Integrate new IP type from Tom Ivar Helbekkmo.\n> \n> I'm going to take this and move it to the datatypes docs, OK?\n> \n> - Tom\n> \n\nGood.\n\n-- \n Bruce Momjian | http://www.op... |
[
{
"msg_contents": "I'm trying to fix up initlocation to accept an environment variable as\nan input parameter (in addition to the absolute path name it already\naccepts). \n\nI'd like to be able to say:\n\n setenv PGDATA2 /home/postgres/data\n initlocation PGDATA2\n\nHowever, initlocation sets a local variabl... |
[
{
"msg_contents": "Hi all\n\nIs it too late to add a feature to pg_dump for 6.4??\n\nI just spent most of the day learning pg_dump and modifing it so it would\ndump views also.\n\nThis is the first time I have ever contributed any code changes, so I'm\nnot sure of how to submit it.\n\nThe diff's and a readme as... |
[
{
"msg_contents": "Attached is the IP type test program supplied by Tom Ivar Helbekkmo. \nThis can be used for testing, and for integration into the regression\ntests.\n\n\n-- \n Bruce Momjian | http://www.op.net/~candle\n maillist@candle.pha.pa.us | (610) 853-3000\n + If... |
[
{
"msg_contents": "Recent additions to the PostgreSQL 6.4 tree broke the UnixWare 7.x port. Here \nare the patches to fix them:\n\n1. In 'src/backend/utils/adt/ip.c', the functions 'ipaddr_eq()' and\n 'ipaddr_ge()' were used before being defined. I reordered the functions so\n that they were defined be... |
[
{
"msg_contents": "unsubscribr serbr@tin.it\n\n",
"msg_date": "Sun, 04 Oct 1998 15:13:57 +0100",
"msg_from": "Sergio Brandano <serbr@dcs.qmw.ac.uk>",
"msg_from_op": true,
"msg_subject": "None"
}
] |
[
{
"msg_contents": "\nunsubscribe serbr@tin.it\n\n\n",
"msg_date": "Sun, 04 Oct 1998 15:15:12 +0100",
"msg_from": "Sergio Brandano <serbr@dcs.qmw.ac.uk>",
"msg_from_op": true,
"msg_subject": "None"
}
] |
[
{
"msg_contents": "... it does not build on HPUX, nor on any other platform that requires\nspecialized switches to build shared libraries. I recommend the author\nconsult the makefile for libpq, and transpose the necessary fooling\naround into plpgsql. (On HPUX it fails for lack of -fPIC in the compile\ncomma... |
[
{
"msg_contents": "There is some code in libpgtcl that purports to convert Postgres array\ndata values into Tcl lists. Is anyone prepared to argue that that code\ndoes something useful in its present state? I can name half a dozen\nbugs in it without breathing hard:\n\n1. Blithely assumes that any data value ... |
[
{
"msg_contents": "> Did you update the man pages or docs? I don't see the man page \n> changed. Do you want me to do it?\n\nFunny you should ask...\n\nI'm just in the process of converting all of the \"utilities\" man pages\nto sgml. For this release, we should keep the man pages as-is, but we\nwill have equi... |
[
{
"msg_contents": "> Modified Files:\n> protocol.sgml\n> Log Message:\n> Add note explaining that NoticeResponse messages can\n> arrive even while idle.\n\nOh boy! Another unsolicited patch for sgml docs. I'm so excited!\n\nIf anyone feels inspired, there is probably another one week window when\nwe can... |
[
{
"msg_contents": "Hi,\n\ncvs still has problem with vacuum analyze on my Linux machine:\nafter completion of regression test which passed fine I tried\nvacuum analyze on regression db and got \n\nNOTICE: AbortTransaction and not in in-progress state \nNOTICE: AbortTransaction and not in in-progress state \n\... |
[
{
"msg_contents": "\nThanks Daniele, thanks to everyone who replied, and to those who considered...\n\nNothing helps. Disabling fsync does speed up COPY, but not with the table in question. It does not even seem to be the question of speed anymore. Even if COPY terminates, the table and the database containnig ... |
[
{
"msg_contents": "When I dumped (via pg_dump) a database that had PL/pgsql functions defined, \nthe following happened:\n\n CREATE FUNCTION val0_id (int4 ) RETURNS text AS 'unknown' LANGUAGE 'unknown';\n CREATE FUNCTION val1_id (int4 ) RETURNS text AS 'unknown' LANGUAGE 'unknown';\n CREATE FUNCTION val0_sec... |
[
{
"msg_contents": "Hi all.\nI'm looking forward to the appearance of LLL in PostgreSQL 6.5 and have a\nquestion about the sensitivity of cursors in LLL.\n\nIn LLL cursors are INSENSITIVE as Oracle ?\n\nCurrently cursors are indeterminate and in some cases they are strangely\nsensitive(for me).\nIn LLL the behav... |
[
{
"msg_contents": "\nI am re-posting this query to the Interfaces and hackers mailing lists\nwith a little more information...\n\nOS: HP_UX 10.2\nVersion of JDK : 1.1.5\nVersion of Postgres: 6.3.2\nDate Style : ISO\n\nI have a default record with a 'timestamp' field. Postgres saves 'epoch'\nas the default value... |
[
{
"msg_contents": "> Just did full and clean cvs'ing, cleaning, recompiling on 2 Linux \n> machines.\n> The problem with vacuum analyze on regression db dissapears, but it's\n> still exists when I run postmaster with -B 1024 option.\n> usually I start postmaster as\n> \n> /usr/local/pgsql/bin/postmaster -i -B 1... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.