threads
listlengths
1
2.99k
[ { "msg_contents": "> > Well, I've dropped index but INSERTs still take 70 sec and \n> > COPY just 1sec -:(((\n> \n> Well, for those that have fsync turned off we could actually \n> avoid most of the writes, could'nt we ? Just leave the page\n> marked dirty. We would only need to write each new page once.\n> The...
[ { "msg_contents": "Can someone point me to where I can obtain libpq-fe.h? I'm trying to build the postgres driver for AOL server and this file is missing from the AOL source code. I downloaded postgres 7.0 source code and couldn't find it there. \n\nthanks in advance,\n\n-andrew joseph\n\n\n\n\n\n\n\nCan som...
[ { "msg_contents": "\nIn preparation for a v7.0.1 release on Monday, we've just branched off\nv7.0 from the working tree ...\n\nThose that want access to the \"STABLE\" version, please use\n-rREL7_0_PATCHES when you do your check out ...\n\nElse, you'll get the development tree ... :)\n\n\nMarc G. Fournier ...
[ { "msg_contents": "I'm finally up and running (sort of) after upgrading my formerly\nrevlocked Linux system at home.\n\nTatsuo, I've got one last problem I was hoping someone could help me\nwith:\n\nI've got a Fujitsu MO640 SCSI disk drive. At the moment, the system is\nvery unhappy with it; when I write to it ...
[ { "msg_contents": "\nI've made changes to gram.y to reduce the conflicts down to a couple of\nharmless shift/reduce conflicts, but I don't seem to have the right\nblack-magic incantations to remove these last ones. They seem to be\nrelated to ONLY syntax. Can anybody help?\n\n\nftp://ftp.tech.com.au/pub/gram.y....
[ { "msg_contents": "Can I rename the directory pl/tcl to pl/pltcl? Is that OK?\n\n-- \n Bruce Momjian | http://www.op.net/~candle\n pgman@candle.pha.pa.us | (610) 853-3000\n + If your life is a hard drive, | 830 Blythe Avenue\n + Christ can be your backup. ...
[ { "msg_contents": "When will we see inner/outer join support? How far away is that?\n\n:)\n\nCraig\n\n", "msg_date": "Sat, 27 May 2000 06:44:11 -0400", "msg_from": "CB <craigbe@ids.net>", "msg_from_op": true, "msg_subject": "Probably already asked but" }, { "msg_contents": "\nLast sched...
[ { "msg_contents": "I have a table:\n\nCREATE TABLE \"link_tst\" (\n \"c_id\" int4,\n \"s_date\" timestamp,\n \"r_id\" int4,\n \"r_tally\" int8\n);\n\ncreate unique INDEX \"link_tst_idx\" on \"link_tst\"\n USING btree (r_id, c_id, s_date);\n\ncreate rule link_tst_rule\n as on...
[ { "msg_contents": "> > Well, I've dropped index but INSERTs still take 70 sec and \n> > COPY just 1sec -:(((\n> >\n> \n> Did you run vacuum after dropping indexes ?\n> Because DROP INDEX doesn't update relhasindex of pg_class,\n> planner/executer may still look up pg_index.\n\nActually, I dropped and re-created...
[ { "msg_contents": "Hi,\n\nI saw some errors on the regression test, and they are new to me.\nHere are the output from checkresults.\n\n====== rules ======\n1168d1167\n< pg_indexes | SELECT c.relname AS tablename, i.relname AS indexname, pg_get_indexdef(x.indexrelid) AS indexdef FROM pg_index x, pg_...
[ { "msg_contents": " There was some talk a while back of changing the blocksize to 32k in\norder to increase possible row size, I need to do this (and don't want to\nscrew anything up) but am unsure about how to go about it.. Is BLKSZ (if\nthat's even correct) simply a PG variable somewhere?\n\nI see this in ...
[ { "msg_contents": "It's bothered me for some time that backend files need to be compiled\nwith -I src/backend as well as -I src/include. AFAICT this is just\nbecause the two header files that are generated on-the-fly (parse.h\nand fmgroids.h, formerly known as fmgr.h) are included from src/backend\nrather than...
[ { "msg_contents": "Well I have to say that I'm pretty impressed with PostgreSQL after this..\nStill, I'd like some input from the experts as I may not be doing the best I\ncan..\n\nI setup the full text indexing (as described in contrib/fulltextindex) and\nsee some amazing results but like I said earlier, I mig...
[ { "msg_contents": "I am working fixing vacuum so analyze is done with shared lock.\n\n-- \n Bruce Momjian | http://www.op.net/~candle\n pgman@candle.pha.pa.us | (610) 853-3000\n + If your life is a hard drive, | 830 Blythe Avenue\n + Christ can be your backup. ...
[ { "msg_contents": "On Sat, 20 May 2000, Thomas Lockhart wrote:\n\n> > I modified the current ODBC driver for\n> > * referential integrity error reporting,\n> > * SELECT in transactions and\n> > * disabling autocommit.\n> > I tested these changes with Borland C++ Builder -> ODBCExpress ->\n> > WinODBC driver (DL...
[ { "msg_contents": "Hello all,\n\ntoday I've started to change the structure of one of my databases and\nremoved everything from it. Created new tables, come through database with\nvacuumlo, say vacuum; vacuum analyze; I expected that I will have quite small\ndisk space occupied after this... And the result was ...
[ { "msg_contents": "Please help!\n\nI'm having troubles with the timestamp type:\nhere's a psql output :\n\nScript started on Mon May 29 13:32:08 2000\n~ 13:32:08: psql pyrenet\nWelcome to psql, the PostgreSQL interactive terminal.\n\nType: \\copyright for distribution terms\n \\h for help with SQL comman...
[ { "msg_contents": "There is a cvs-faq.html in the html/doc directory, but it seems the web\npage uses the version from the programmer's manual, which has the old\nCVSROOT information. Not sure what the file cvs-faq.html is for.\n\nI will update the cvs.sgml today.\n\n-- \n Bruce Momjian ...
[ { "msg_contents": "Hi,\n\n now that we have the branch for 7.0, I could apply my actual\n work on TOAST to the CURRENT development tree. Before doing\n so, I'd like to discuss some related details.\n\n 1. In the actual version, the lztext datatype is stripped\n down to something more s...
[ { "msg_contents": "I have changed vacuum so analyze now uses AccessShareLock. (Is this the\nproper lock for analyze?)\n\nThe code will now vacuum all requested relations. It will then analyze\neach relation. This way, all the exclusive vacuum work is done first,\nthen analyze can continue with shared locks.\...
[ { "msg_contents": "Tom, you mentioned you needed more system indexes. I would be glad to\ncreate them for you. Can you tell me which ones?\n\nAlso, I see a heap_getnext on pg_attribute in vacuum.c that should be\nusing index scan. Are there other places in the code where this needs\nto be changed?\n\n-- \n ...
[ { "msg_contents": "As an on-going process starting now I would like to begin cleaning up the\nconfiguration and build process, in particular to eventually have\n\n* Separate build directory\n\n* Automatic dependency tracking\n\n* Semi-automatic packaging\n\nas well as to\n\n* Remove a number of hacks, bogositie...
[ { "msg_contents": "Enlighten me:\n\nWhy use #include \"header.h\" over #include <header.h> for exported interface\nheader files? I've read the man and info page, and understand the differences\nfrom a C preprocessor standpoint, so, suggestions to read those sources will be\npiped to /dev/null -- I'm looking fo...
[ { "msg_contents": "First of all congratulation to all the developers ...\n\nI would like to know if you are planning to implement the SQL fetch\ncommand in combination with memory variables ( fetch <cursor> into \n<variables list>; ). This would be useful for educational reasons.\n\nRegards from Greece\nAntony...
[ { "msg_contents": "> So while the parse/plan overhead looks kinda bad next to a bare COPY,\n> it's not anything like a 70:1 penalty. But an fsync per insert is\n\nIsn't it because of your table has 16 columns and my table has only 2?\n\n> that bad and worse.\n\nOf course -:)\n\n2Hiroshi - yes, I've used 6.5.3....
[ { "msg_contents": "\n-- \n Bruce Momjian | http://www.op.net/~candle\n pgman@candle.pha.pa.us | (610) 853-3000\n + If your life is a hard drive, | 830 Blythe Avenue\n + Christ can be your backup. | Drexel Hill, Pennsylvania 19026\n", "msg_date": "Mon...
[ { "msg_contents": "I have removed some duplicate include files and did some cleanup. It\nhas been a while since this was done, and I hope I have learned how to\ndo this without causing any problems.\n\n-- \n Bruce Momjian | http://www.op.net/~candle\n pgman@candle.pha.pa.us ...
[ { "msg_contents": "Is there a way in CVS to see only the logs of files in a certain branch?\n\n-- \n Bruce Momjian | http://www.op.net/~candle\n pgman@candle.pha.pa.us | (610) 853-3000\n + If your life is a hard drive, | 830 Blythe Avenue\n + Christ can be your ...
[ { "msg_contents": "Sorry for the delay - 3 day weekend here in the UK ;-)\n\nAs usual when replying from here, replies prefixed with PM:\n\n-- \nPeter Mount\nEnterprise Support\nMaidstone Borough Council\nAny views stated are my own, and not those of Maidstone Borough Council. \n\n\n-----Original Message-----\n...
[ { "msg_contents": "Hi jeff,\nI'm not sure but may be that's because you are using select distinct and so \nthere would be a few rows with same \"gid\" but different \"created\" fields in \nyour table . And PG does not know which one to select and compare for ORDER \nBY clause. If that ,you would need to change ...
[ { "msg_contents": "Hi,\n\nI'm trying to convert an application from MS SQL / ASP / IIS to\nPostgreSQL / PHP / Apache. I am having trouble getting efficient\nqueries on one of my main tables, which tends to have some fairly large\nrecords in it. Currently there are around 20000 records, and it looks\nlike they...
[ { "msg_contents": "\nI have looked (briefly) through the general, sql, and hackers archives,and\ncould not find anything the addressed the ability to rename a database.\nMost of the posts resorted to using pg_dump to rebuild the database under a\nnew name.\n\nI appreciate that (AFAIK) SQL does not have 'alter s...
[ { "msg_contents": "\n> > Imho this is an area where it does make sense to look at what other\n> > db's do, because it makes the toolwriters life so much easier if pg\n> > behaves like some other common db.\n> \n> The defined interface to the privilege system is GRANT, REVOKE, and\n> \"access denied\" (and a cou...
[ { "msg_contents": "hi folks,\n\nthis query works fine in 6.5 but screwie in 7.0\n\n7.0 \n\ngm=> SELECT DISTINCT gid FROM members\ngm-> WHERE active = 't'\ngm-> AND (gender = 0\ngm-> AND (wantrstypemale LIKE '%Short Term%'\ngm-> OR wantrstypemale like '%Marriage%'\ngm-> ...
[ { "msg_contents": "\n> > Of course the grant revoke is the same. But administrative tools\n> > usually allow you to dump schema, all rights, triggers ... for an\n> > object and thus need access to the system tables containing the\n> > grants.\n> \n> That's what you use the information schema views for. \n\nOk.\...
[ { "msg_contents": "\n> > > > Other db's usually use a char array for priaction and don't have\n> > > > priisgrantable, but code it into priaction. Or they use \n> a bitfield.\n> > > > This has the advantage of only producing one row per table.\n> > > \n> > > That's the price I'm willing to pay for abstraction, ...
[ { "msg_contents": "I am still stuck. I can't figure out how to get a log of just file from\na CVS branch. Anyone?\n\n-- \n Bruce Momjian | http://www.op.net/~candle\n pgman@candle.pha.pa.us | (610) 853-3000\n + If your life is a hard drive, | 830 Blythe Avenue\n...
[ { "msg_contents": "Marc has explained this to me. Seems I have to get a log of all the\nchanges from the 7.0 release until we created the REL7_0_PATCHES branch,\nthen get the changes added just to TREL7_0_PATCHES.\n\nNow that it is explained to me, it makes perfect sense. Thanks. I will\nget on it now.\n\n--...
[ { "msg_contents": "Seeing that the book will be printed in the fall, should I mention the\npostgres -F flag in the book?\n\n-- \n Bruce Momjian | http://www.op.net/~candle\n pgman@candle.pha.pa.us | (610) 853-3000\n + If your life is a hard drive, | 830 Blythe Ave...
[ { "msg_contents": "\n\n\t>Hi all,\n\n\t>I'm trying to create a type password; the goal is to have a table\nlike:\n\n\t>CREATE TABLE test (\n\t>username varchar,\n\t>pass passwd);\n\n\t>insert into test values ('me','secret');\n\n\t>and have \"secret\" being automagicly crypted.\n\n\t>What I want is to mimic the...
[ { "msg_contents": "Currently, pg_passwd allows the creation of secondary password file that\ncan be used as part of 'password' pg_hba.conf entries.\n\nWhy do we bother supporting passwords in pg_shadow and secondary files? \nSeems we could just allow usernames in the secondary files, and use the\nuser passwords...
[ { "msg_contents": "Seems we should have pg_hba.conf and other files in a separate\ndirectory, not /data.\n\nComments?\n\n-- \n Bruce Momjian | http://www.op.net/~candle\n pgman@candle.pha.pa.us | (610) 853-3000\n + If your life is a hard drive, | 830 Blythe Avenue...
[ { "msg_contents": "Has anyone tried using crypt authentication with pg_passwd files?\nDoes crypt just use the username in the file, and the password from\npg_shadow? I hope so.\n\n-- \n Bruce Momjian | http://www.op.net/~candle\n pgman@candle.pha.pa.us | (610) 853-3000\...
[ { "msg_contents": "The heralded grand unified configuration is now here. In essence things\nshould not behave differently if you don't use the new functionality but\nheavy users of debugging flags and pg_options might observe otherwise. If\nanything's amiss, tell me right away and it shall be fixed. (Sometimes ...
[ { "msg_contents": "In 7.0 release note, we have:\n\n\tAdd SET FSYNC and SHOW PG_OPTIONS commands(Massimo)\n\nI'm confused by this since we don't seem to have SET FSYNC command.\n\ntest=# set fsync to on;\nNOTICE: Unrecognized variable fsync\nSET VARIABLE\n\nAm I missing something?\n\nAlso if we have that comma...
[ { "msg_contents": "> > Well, of course the whole *point* of LIMIT is that it stops short of\n> > scanning the whole query result. So I'm afraid you're kind of stuck\n> > as far as the performance goes: you can't get a count() answer without\n> > scanning the whole query.\n\nRight, that's what I thought.\n\n> >...
[ { "msg_contents": "\nAnnounce: Release of PyGreSQL version 3.0\n===============================================\n\nPyGreSQL v3.0 has been released.\nIt is available at: ftp://ftp.druid.net/pub/distrib/PyGreSQL.tgz. If\nyou are running NetBSD, look in the packages directory under databases.\nThere is also a pac...
[ { "msg_contents": "> -----Original Message-----\n> From: Hiroshi Inoue [mailto:Inoue@tpf.co.jp]\n> > -----Original Message-----\n> > From: pgsql-hackers-owner@hub.org [mailto:pgsql-hackers-owner@hub.org]On\n> > Behalf Of Andrew McMillan\n> >\n> > Hi,\n> >\n> > I'm trying to convert an application from MS SQL / ...
[ { "msg_contents": "\n> Hmmm - thinking about that it doesn't sound bad if we allways\n> create a secondary relation at CREATE TABLE time, but NOT the\n> index for it. And at VACUUM time we create the index if it\n> doesn't exist AND there is external stored data.\n\nSeems we are trying to red...
[ { "msg_contents": "this is a pretty minor thing, but i just dropped a table that is acted\non by a rule declared as part of another table and i'm wondering if this\nis the expected (or more importantly the desired) behavior. basically\nthe rule deletes all of the rows of table two with same id as was\ndeleted ...
[ { "msg_contents": "OK, I figured out how to get a log of all changes from 7.0 to the branch\nsplit:\n\n\tcvs log -r REL7_0 -r REL7_0_PATCHES . \n\nNow, I need a list of log entries just in the REL7_0_PATCHES branch made\nafter the branch was split. I tried:\n\n\tcvs log -d '>2000-05-08 00:00:00 GMT' -r REL7_0...
[ { "msg_contents": "It seems that access methods nominally have an \"owner\", but that owner is\nnowhere else referenced. Since there is no user interface for adding\naccess methods anyway, would there be any problems with removing that\nfield?\n\n-- \nPeter Eisentraut Sernanders v�g 10:115\np...
[ { "msg_contents": "> On Wed, May 31, 2000 at 04:46:01PM -0400, Bruce Momjian wrote:\n> > OK, I figured out how to get a log of all changes from 7.0 to the branch\n> > split:\n> > \n> > \tcvs log -r REL7_0 -r REL7_0_PATCHES . \n> > \n> > Now, I need a list of log entries just in the REL7_0_PATCHES branch made\n...
[ { "msg_contents": "Greetings,\n\nI have a question about pg6.4.2, I know it is old but upgrading is not an \noption at this point in time (not my decision). :(\n\nEvery night I run the following:\n\n<sql to drop all indexes>\nvacuum;\n<sql to create all indexes>\nvacuum analyze;\n\nThe problem I am having is th...
[ { "msg_contents": "I've been doing some poking at the full-text indexing code in\n/contrib/fulltextindex to try to get it to work with non-ASCII locales \n(among other things), but I'm having a bit of trouble trying to figure \nout how to properly parse non-ASCII strings from inside the fti() \ntrigger function...
[ { "msg_contents": "I have prepared the REL7_0_PATCHES tree for 7.0.1. Here are the changes.\n\n---------------------------------------------------------------------------\n\n\nRelease 7.0.1\n\nThis is basically a cleanup release for 7.0.1\n\nMigration to v7.0.1\n\nA dump/restore is not required for those runni...
[ { "msg_contents": "Bruce, some more additions:\n\nJDBC ResultSet.getTimestamp() fix (Gregory Krasnow & Floyd Marinescu)\n\nPeter\n\n-- \nPeter Mount\nEnterprise Support\nMaidstone Borough Council\nAny views stated are my own, and not those of Maidstone Borough Council. \n", "msg_date": "Thu, 1 Jun 2000 07:5...
[ { "msg_contents": "\ncan someone check over the tarballs I made for v7.0.1 that are available\non the ftp site? \n\nunder pub/dev, there are a few 7.0.1b1 tarballs ... if I hear nothing back\non these by 1pm my time (AST), I'm going to do a proper release ...\n\nMarc G. Fournier ICQ#7615664 ...
[ { "msg_contents": "The definition for \"ProcessConfigFile()\" in guc-file.l does not match the\nprototype in guc.h. The following patch corrects that.\n\n--------------------------8< CUT HERE >8--------------------------------\n*** src/backend/utils/misc/guc-file.l.orig\tWed May 31 16:46:43 2000\n--- src/backe...
[ { "msg_contents": "Hi,\n\n has anybody used libpq from a CORBA server? I've got a server\n(omniORB3) and try to write data to the database from the server. libpq\nseems to receive incorrect messages from the backend (\"Backend message\ntype 0x50 arrived while idle\"). As this is intermittent I'm wondering\nw...
[ { "msg_contents": "Thomas Lockhart wrote:\n\n> > > > I modified the current ODBC driver for\n> > > > * referential integrity error reporting,\n> > > > * SELECT in transactions and\n> > > > * disabling autocommit.\n> > > We are starting to think about organizing additional ODBC testing\n> > Yes, sure. I know tha...
[ { "msg_contents": "Has the problem resulting from length(pg_proc.prosrc) > 2700\" been fixed?\n\nRegards,\nEd Loehr\n", "msg_date": "Thu, 01 Jun 2000 11:54:28 -0500", "msg_from": "Ed Loehr <eloehr@austin.rr.com>", "msg_from_op": true, "msg_subject": "2700-byte prosrc limit fixed?" }, { "...
[ { "msg_contents": "Hi all,\n\nI regularly do a \"cvs update\" and compile and test PostgreSQL.\n\nRecently, since about 1 week, I've had a nasty problem.\n\nDoing an \"initdb\" seems to suck up all available memory and almost\nkills the system, before dying itself with a SEGV.\n\nThe problem postgress process i...
[ { "msg_contents": "Dear Friends,\n\nlast months I started to learn script programming a bit more.\nSince we work much with Postgres, I decided to write PGBrowse, an interactive\nPostgreSQL query program mainly for console browsing, written fully\nin bash script (just 5K). Don't expect too much. I find it fast a...
[ { "msg_contents": " I have used MySQL to do several database related things in the past\nusing PHP. In the past I have used a field \"row_id\" as a unique number\n(within that specific table) as a reference to a specific row. This\n\"row_id\" field was automatically placed in a table when it was created\ni...
[ { "msg_contents": "Oops, mailed it to myself instead of the list!\n\nIt's been a long day...\n\n\n------------- Begin Forwarded Message -------------\n\nDate: Thu, 1 Jun 2000 23:31:01 +0100 (BST)\nFrom: Keith Parks <emkxp01@mtcc.demon.co.uk>\nSubject: Re: [HACKERS] Problems with recent CVS versions and Solaris....
[ { "msg_contents": "Tom, since you check pg_statsistic in the optimizer for the most common\nvalue, should we downgrade the pg_attribute.attdisbursion value when we\nknow the value is not the most common value? Are you doing that\nalready?\n\n-- \n Bruce Momjian | http://www.op.net/~can...
[ { "msg_contents": "Tom,\n\nYou ain't arf clever.\n\nRunning Gen_fmgrtab.sh with a \"set -x\" shows:-\n\nconst FmgrBuiltin fmgr_builtins[] = {\n+ awk { printf (\" { %d, \\\"%s\\\", %d, %s, %s, %s },\\n\"), \\\n $1, $(NF-1), $9, \\\n ($8 == \"t\") ? \"true\" : \"false\", \\\n ($4 == \"11\") ...
[ { "msg_contents": "Also, Tom, should we preload the disbursion buckets with most common\nvalue from the previous run on the assumption we will get a better\nvalue?\n\n-- \n Bruce Momjian | http://www.op.net/~candle\n pgman@candle.pha.pa.us | (610) 853-3000\n + If your ...
[ { "msg_contents": "Hi,\n\nI have a PostgreSQL 6.5.3 database server working flawlessly under Linux\nMandrake 7.0\n\nHowever, when I try to use the pg_dump utility, I get this error:\n\n#pg_dump myDatabase > backup.db\n\nNOTICE: get_groname: group 87 not found\ngetTables(): SELECT failed. Explanation from back...
[ { "msg_contents": "I have an application in Java I use to insert records \ninto postgreSQL base. Java shows no errors, but\nrecords can't write into base.In pgsqrever.log \nI found entry :pg_recvbuf : unexpected EOF on client connection.\n\nThanks for any help.\nAdam\n\n\n\n\n\n\n\n\nI have an application in Ja...
[ { "msg_contents": "> > http://www.math.u-szeged.hu/~kovzol/PGBrowse/pgbrowse\n> Your link is invalid !\nOh, yes! I forgot to copy the script into the right directory...\nIt should be OK now.\n\nThanks!\n\nZoltan\n\n Kov\\'acs, Zolt\\'an\n kovacsz@pc10.radnoti-szeg...
[ { "msg_contents": "Thanks Tom,\n\nThat's fixed it.\n\nIt's a shame when you have to \"dumb-down\" your AWK programming\nto suit the lowest common standard :-(\n\nThanks again,\nKeith.\n\n\nTom Lane <tgl@sss.pgh.pa.us>\n> \n> > Ugh. I think that the former version of the script didn't use\n> > conditional expre...
[ { "msg_contents": "Hi all,\n\nI've had a table for years to keep radius connections to our NAS.\n\nNot havin inet type, I typed ip_adress as text. Now, I'em trying to change\nthis column type to no avail.\n\nselect inet(ip_addr)... : cannot cast type to inet\n\nHow can I change this column??\n\nTIA\n\n-- \nOliv...
[ { "msg_contents": "\n06-01-2000 - PostgreSQL v7.0.1 Released \n\nThe PostgreSQL Global Development Group is proud to announce the release\nof PostgreSQL v7.0.1. This is essentially acleanup of v7.0. A dump/restore\nis not required if you're moving from v7.0. If you're migrating from a\nrelease earlier than v7.0...
[ { "msg_contents": "Hi,\n\nCan you tell me trim() spec, please ? (This problem has been \ndiscussed in pgsql-jp ML. )\n\nIn trim(trailing 'abc' from '123cbabc') function, 'abc' means\n~'[abc]'. \n\npgbash> select trim(trailing 'abc' from '123cbabc');\nrtrim\n-----\n 123 <==== it is not \"123cb\"!!\n(1 row)\n\...
[ { "msg_contents": "I have committed new warning code to alert users who auto-create\nrelations without knowing it.\n\nThe new code does not throw a warning for:\n\n\tSELECT pg_language.*;\n\nbut does throw one for:\n\n\tSELECT pg_language.* FROM pg_class\n\nThe code issues the warning if it auto-creates a range...
[ { "msg_contents": "------- Blind-Carbon-Copy\n\nTo: pgsql-hackers@postgresql.org\nSubject: Re: Industrial-Strength Logging \nIn-reply-to: <Pine.LNX.4.21.0006021547090.406-100000@localhost.localdomain> \nDate: Sat, 03 Jun 2000 22:59:34 +1000\nMessage-ID: <16919.960037174@nemeton.com.au>\nFrom: Giles Lean <giles@...
[ { "msg_contents": "Hi,\n\nI just posted a message to the interfaces list about how this is causing\nproblems in th JDBC driver, and I'm wondering if there's a reason why\nthe EncodeDateTime function creates a different format string depending\non whether the date has milliseconds. Would it break anything if it...
[ { "msg_contents": "Does *anyone* get commit messages from some mailing list? The system\nclaims I'm subscribed to that list but I'm not getting any mail. No one is\nlistening at -owner either.\n\n-- \nPeter Eisentraut Sernanders v�g 10:115\npeter_e@gmx.net 75262 Uppsala\nhtt...
[ { "msg_contents": "Well, in attempting to build RPMs for 7.0.1, I have unearthed a 26\nmegabyte problem. 26 megabytes is the difference in the size of an\nunpacked 7.0.1 source tree versus 7.0. 7.0.1 is 26 MB _smaller_. \nWhat's missing?\n\nA diff of a du on each tree shows that the unpacked docs are missing ...
[ { "msg_contents": "On Sat, Jun 03, 2000 at 05:22:56PM +0200, Louis-David Mitterrand wrote:\n> When creating a child (through CREATE TABLE ... INHERIT (parent)) it\n> seems the child gets all of the parent's contraints _except_ its PRIMARY\n> KEY. Is this normal? Should I add a PRIMARY KEY(id) statement each tim...
[ { "msg_contents": "Hello all,\n\nI just upgraded from 7.0 to 7.0.1 and have the following in the log:\n/home/postgres/bin/postmaster child[18147]: starting with (/home/postgres/bin/postgres -d2 -B 64 -F -v131072 -p webmailstation )\nFindExec: found \"/home/postgres/bin/postgres\" using argv[0]\nstarted: host=lo...
[ { "msg_contents": "Issuing the followin SELECT crashes PG 7.0:\n\nauction=# SELECT a.id,a.title,a.id,(select CASE WHEN a.stopdate < 'now' THEN 'closed' ELSE 'open' end) as status,to_char(a.time,'DD-MM HH24:MI'),b.price FROM auction* a, bid b WHERE a.id = b.auctionid AND b.login = 'mito2';\npqReadData() -- backe...
[ { "msg_contents": "Who's maintaining the ODBC configure and build stuff?\n\nThere's a grave issue with ODBC linking in all kinds of makefiles,\ntemplates, header files, etc. from the main Postgres configure process.\nThat creates problems for both sides: The main tree couldn't care less\nwhat ODBC needs tested ...
[ { "msg_contents": "HI all,\n\nPGPORT seems to be ignored in current cvs.\nThe following code in postmaster.c has little meaing because\nPostPortName is already set twice(in its declaration and\nProcessConfigFIle()).\n\n\tif (PostPortName == 0)\n\t\tPostPortName = pq_getport();\n\nRegards.\n\nHiroshi Inoue\nInou...
[ { "msg_contents": "\njust upgraded to sendmail 8.10.1 for anti-spam features ... makign sure I\nhaven't affected the lists ...\n\n\nMarc G. Fournier ICQ#7615664 IRC Nick: Scrappy\nSystems Administrator @ hub.org \nprimary: scrappy@hub.org secondary: scrappy@{freebsd|pos...
[ { "msg_contents": "\n\na test, ignore ...\n\n", "msg_date": "Mon, 5 Jun 2000 01:21:16 -0300 (ADT)", "msg_from": "\"Marc G. Fournier\" <marc.fournier@acadiau.ca>", "msg_from_op": true, "msg_subject": "a test" } ]
[ { "msg_contents": "have people out there had equal success with both\nworkstation and server nt 4.0 ?\n\nalso what have success rates with 2000 been ?\n\njeff\n\n\n", "msg_date": "Mon, 5 Jun 2000 02:34:55 -0300 (ADT)", "msg_from": "Jeff MacDonald <jeff@pgsql.com>", "msg_from_op": true, "msg_subj...
[ { "msg_contents": "\njust ignore ...\n\n\nMarc G. Fournier ICQ#7615664 IRC Nick: Scrappy\nSystems Administrator @ hub.org \nprimary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org \n\n", "msg_date": "Mon, 5 Jun 2000 02:36:39 -0300 (ADT)", "msg_from"...
[ { "msg_contents": "\n\n\nMarc G. Fournier ICQ#7615664 IRC Nick: Scrappy\nSystems Administrator @ hub.org \nprimary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org \n\n", "msg_date": "Mon, 5 Jun 2000 02:38:13 -0300 (ADT)", "msg_from": "The Hermit Hac...
[ { "msg_contents": "\n\nMarc G. Fournier ICQ#7615664 IRC Nick: Scrappy\nSystems Administrator @ hub.org \nprimary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org \n\n", "msg_date": "Mon, 5 Jun 2000 03:00:58 -0300 (ADT)", "msg_from": "The Hermit Hacke...
[ { "msg_contents": "\n\nMarc G. Fournier ICQ#7615664 IRC Nick: Scrappy\nSystems Administrator @ hub.org \nprimary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org \n\n", "msg_date": "Mon, 5 Jun 2000 03:06:46 -0300 (ADT)", "msg_from": "The Hermit Hacke...
[ { "msg_contents": "\nleave alot to be desired ... \n\nMarc G. Fournier ICQ#7615664 IRC Nick: Scrappy\nSystems Administrator @ hub.org \nprimary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org \n\n", "msg_date": "Mon, 5 Jun 2000 03:15:22 -0300 (ADT)", ...
[ { "msg_contents": "\n> > >\tSELECT *\n> > >\t INTO TABLE tmp1\n> > >\t FROM tmp\n> > >\t WHERE onek.unique1 < 2;\n> > >\tNOTICE: Adding missing FROM-clause entry for table onek\n> \n> > Is is worth adding yet another setting, eg. set sql92=strict, which\n> > would disallow such flagrant breaches of the s...
[ { "msg_contents": "\n> -----Original Message-----\n> From: Jeff MacDonald [mailto:jeff@pgsql.com]\n> Sent: 05 June 2000 05:35\n> To: pgsql-hackers@postgresql.org\n> Subject: [HACKERS] pg on NT\n> \n> \n> have people out there had equal success with both\n> workstation and server nt 4.0 ?\n> \n> also what have s...
[ { "msg_contents": "In looking at the INSTALL/install.sgml files, I see that there are no\ninstructions for removing the /data directory after the backup, so \ninitdb will succeed. Should that be suggested after the backup is\nperformed? If not, initdb will fail. Also, I have to add something to\nthe initdb s...
[ { "msg_contents": "At 10:02 5/06/00 +0200, Zeugswetter Andreas SB wrote:\n>\n>> > >\tSELECT *\n>> > >\t INTO TABLE tmp1\n>> > >\t FROM tmp\n>> > >\t WHERE onek.unique1 < 2;\n>> > >\tNOTICE: Adding missing FROM-clause entry for table onek\n>> \n>\n>Yes, only Bruce and I are of the opinion that it *is* an ...
[ { "msg_contents": "Hello-\n\nI've noticed a difference in the behavior between how v6.5.3 and v7.0.0\nhandle NULL assignments for char arrays (see below for the simple\nexample). Maybe I should be using '{}' to nullify a char array instead of\nNULL? Either way, it would seem to me that the behavior with v7.0....
[ { "msg_contents": "\n\nWe have for same questions different answers now:\n\n(DAY OF WEEK)\n\ntest=# select date_part('dow', now());\n date_part\n-----------\n 1\n(1 row)\n\ntest=# select to_char(now(), 'D');\n to_char\n---------\n 2\n(1 row)\n\n\nFor to_char() I use POSIX definition of 'tm' where week s...