threads listlengths 1 2.99k |
|---|
[
{
"msg_contents": "\n\n> -----Original Message-----\n> From: Adam H. Pendleton [mailto:fmonkey@fmonkey.net] \n> Sent: 20 May 2003 03:44\n> To: Andreas Pflug\n> Cc: Dave Page\n> Subject: Re: -L${WX_HOME}/lib missing!\n> \n> \n> I don't have CVS access so I didn't do it. :-) Looking at the cvs \n> logs, your ch... |
[
{
"msg_contents": "Hi\n\nI would like to notify a server whenever a certain table is updated.\n\nI wonder if this hasn't been solved before. I looked at contrib and Gborg with \nno success. Maybe it could be a function that would be called with parameters \nlike host, port and message.\n\nI wouldn't like to use... |
[
{
"msg_contents": "bash-2.05b$ cat CVS/Root\n:pserver:anoncvs@anoncvs.postgresql.org:/projects/cvsroot\nbash-2.05b$ cvs update -dP\n/projects/cvsroot: no such repository\nbash-2.05b$ host anoncvs.postgresql.org\nanoncvs.postgresql.org is a nickname for svr3.postgresql.org\nsvr3.postgresql.org has address 64.117... |
[
{
"msg_contents": "Pgsql developers:\n\nBased on a question posed me by David Fetter of Bricolage, I realized that we \nhave what looks to me to be a serious inconsistency in our permissions model. \nPlease ignore me if this has already been proposed and acted on.\n\nSELECT, UPDATE, DELETE, RULE, TRIGGER can a... |
[
{
"msg_contents": "The following may be of interest to those involved with the Win32\nPostgreSQL port:\n\n http://cygwin.com/ml/cygwin/2003-05/msg00282.html\n\nBoth Cygwin and cygipc were recently enhanced to properly handle the\nmultiple kernel object namespaces introduced by XP's Fast User Switching\nfeatu... |
[
{
"msg_contents": "I was poking around to see if you can come up with an estimate for free\nspace in a table... Not having much luck..\n\nBest I found was the below, which is only anywhere near close on tables\nthat store stats on all columns -- which isn't normal.\n\nselect relname\n , relpages * 8192 as s... |
[
{
"msg_contents": "Hi,\r\nHow can I get the tuples one of whose attributes is NULL?\r\nFor example,\r\n First, create table tb(id int,name text);\r\n Then insert into tb values(1); \r\ninsert into tb values(2,'Rose');\r\n I want to select the tuples whose attribute name= NULL,\r\nHow to write the sql ?\r\n... |
[
{
"msg_contents": "[Please CC any responses]\n\nOne optimisation is for the query planner to drop tables whose output do not\naffect the final result (where the WHERE clauses and the CHECK constraints\nprove that no rows can be returned). While this is not the case for simple\nqueries, when involving views and ... |
[
{
"msg_contents": "I've been studying a log file that Rao Kumar sent me, showing a 7.3.2\nsystem having some serious difficulties :-(. I believe it exposes an\nerror in the startup-id logic in xlog.c. The system is crashing\nregularly due to apparent data corruption in heavily-used tables.\nNow watch this:\n\... |
[
{
"msg_contents": "Hello all.\n\nNot sure where to ask this, but its kind of a source code issue. \nI am just wondering what is up with anonymous cvs? Using the techniques\ndescribed in the docs which have worked for a year or so, I can't get updates.\nAll I get is \"/projects/cvsroot: no such repository\". \... |
[
{
"msg_contents": "As an FYI, and in case I blew peter's address....\n\n\n\n------------ Forwarded Message ------------\nDate: Wednesday, May 21, 2003 17:19:39 -0500\nFrom: Larry Rosenman <ler@lerctr.org>\nTo: peter_e@postgresql.org\nCc:\nSubject: pl/sh\n\nI am using the pl/sh for 7.3, and when I use YOUR creat... |
[
{
"msg_contents": "Would anyone object to replacing $Header$ and $Id$ with $PostgreSQL$ for\na file version marker?\n\nThis would some of us to work in our own repo's without losing the\nPostgreSQL version information -- not to mention making diffs easier to\nmake.\n\nThe CVSROOT change consists of adding the b... |
[
{
"msg_contents": "Dear all,\n\nA friend of mine needs to import and query a very large amount of data, coming \nfrom real-time acquisition systems. The database is growing fast, several \nTetra-bytes a day.\n\nWhat is the advancement of the community in the field of very large databases? \nCould you point out ... |
[
{
"msg_contents": "\n\n> -----Original Message-----\n> From: frank_lupo [mailto:frank_lupo@email.it] \n> Sent: 22 May 2003 09:45\n> To: Dave Page\n> Subject: problem to send mail\n> \n> \n> Hi Dave,\n> I have a problem to sand mail to mail list pgadmin.\n> \n> pgadmin2\n> \n> frmmain \n> add drop object u... |
[
{
"msg_contents": "Is postgres 7.2.1 safe if there is a power fail.\nThe system is running 24/7/365 and I have had occassional problems with\nduplicate records including oids. This happened in two different tables at\nthe same time, it seems to have appeared immediately after a power (and ups)\nfail. Is it a kn... |
[
{
"msg_contents": "In src/include/mb/pg_wchar.h we have:\n\n#define PG_ENCODING_BE_LAST PG_ISO_8859_8\n#define PG_ENCODING_FE_LAST PG_WIN1256\n\nbut the last client encoding in the enum list is actually PG_GB18030 and\nit seems that \n\n#define PG_ENCODING_IS_CLIEN_ONLY(_enc) \\\n (((_enc) > PG_E... |
[
{
"msg_contents": "\n> > One optimisation is for the query planner to drop tables whose output do not\n> > affect the final result (where the WHERE clauses and the CHECK constraints\n> > prove that no rows can be returned). While this is not the case for simple\n> > queries, when involving views and inheritance... |
[
{
"msg_contents": "Is there going to be a way to get schema security with a \\ command in 7.4\npsql? I tried using \\dn+ and \\z and neither worked. I didn't see any\nother commands that appeared likely to provide this information.\n",
"msg_date": "Thu, 22 May 2003 07:34:01 -0500",
"msg_from": "Bruno Wo... |
[
{
"msg_contents": "BSD/OS 4.3 is missing the define EAI_ADDRFAMILY as referenced in ip.c. \nIt is marked as obscolete. However, it is still mentioned in the\ngetaddrinfo() manual page. I have filed a bug report with BSDi.\n\nBSD/OS 4.2 had it defined.\n\nI have added the proper define to our port/bsdi.h, att... |
[
{
"msg_contents": "After an away time to focus on Win32, I am now back to going through my\nemail box and applying outstanding patches. Thanks for the patience.\n\nI will return to Win32 late next week.\n\n-- \n Bruce Momjian | http://candle.pha.pa.us\n pgman@candle.pha.pa.us ... |
[
{
"msg_contents": "I have stopped working on Win32 for a week while I catch up on email and\npatches.\n\nCurrent status is that the backend compiles, but doesn't link. We need\nexec() and signals, and Jan is working on the first, and hopefully the\nsecond.\n\nInterfaces compiles, and I will get to compile soon.... |
[
{
"msg_contents": "I was just reading the manual on password authentication and\nencryption.\n\nIn pg_hba.conf you can say either \"password\", \"md5\", or \"crypt\",\nand says that controls how it goes over the line.\n\nIn create/alter user you can say \"encrypted\" or \"unencrypted\",\nand it will be stored l... |
[
{
"msg_contents": "It seems to me that there's no way of Unclustering an index once it's\nclustered? ie. You cannot turn off ALL clustering on a table?\n\nChris\n\n",
"msg_date": "Fri, 23 May 2003 10:28:59 +0800",
"msg_from": "\"Christopher Kings-Lynne\" <chriskl@familyhealth.com.au>",
"msg_from_o... |
[
{
"msg_contents": "Hi,\n\nI'm doing a course project extending PostgreSQL\nsomehow. One part of this is using an index on a\nfunction. I thought it's easy to create an function\nindex initially. But later found that PostgreSQL only\nallow functions taking one or more columns. But the\nfunction I need to create ... |
[
{
"msg_contents": "Hi everybody,\nwe wrote a dynamically loaded function using the\nAccess Methods but we have a problem we don't know how\nto tackle. \nOur function reads data from an existing table (with a\nsimple table scan) and, for each tuple, it performs\nseveral recursive (and memory-intensive) operation... |
[
{
"msg_contents": "We're running into problem with vacuum analyze. We first noticed that\nwith Postgres v.7.2.1. Now with v.7.3.2 it appears again.\nAfter nightly maintenance application isn't functioning. It looks that\ncorruption occurs (at least) on one table.\n\nI was able to narrow down the problem by drop... |
[
{
"msg_contents": "Something we've discussed repeatedly is adding a log rotation program to\nthe distribution so that we don't have to hand-wave in the part of the\ndocumentation that talks about setting up non-syslog-based logging.\nA few weeks ago Andrew Sullivan offered the rotator his company uses,\nbut the... |
[
{
"msg_contents": "My client has some SUN server type SUN Server Enterprise4500 (64bits).\n\nHe proposes me to install Postgresql on his server instead of buying a Dell Server Poweredge 4600 (32bits)\n\nWhat is the difference in terms of installation, running and maintenance of installing postgresql on a 64bit ... |
[
{
"msg_contents": "I have made some changes to the buffer manager of postgresql-7.1.3 in\n/storage/buffer and relcache.c in utils/cache. The\ncode makes fine but when i try to run initdb, it crashes. I have localized\nthe problem to template1.bki and the error seems to be occurring at the\nINSERT statements. It... |
[
{
"msg_contents": "This particular case arose during work on the information schema:\n\n-- good\n\nselect cast(55::oid AS varchar);\n varchar\n---------\n 55\n(1 row)\n\n-- bad\n\ncreate domain test as varchar;\nCREATE DOMAIN\nselect cast(55::oid AS test);\nERROR: Cannot cast type oid to test\n\n-- \nPeter Eis... |
[
{
"msg_contents": "I have:\n\n---------------------------------------------------------------------\n\ntemplate1=# select * from pg_language;\n\n lanname | lanispl | lanpltrusted | lanplcallfoid | lancompiler\n----------+---------+--------------+---------------+-------------\n internal | f | f ... |
[
{
"msg_contents": "We need to track sequence usage in things like defaults. nextval()\nfunction calls don't easily allow this to happen.\n\nThe 200N spec has NEXT VALUE FOR <seqname> as the equivalent to\nnextval(), which would allow this to happen.\n\nI can make VALUE an IDENT in gram.y to prevent it from bec... |
[
{
"msg_contents": "\nIn its usual location ... I'm going to announce it late Sunday evening\nunless I hear of any problems ...\n",
"msg_date": "Sun, 25 May 2003 01:14:14 -0300 (ADT)",
"msg_from": "\"Marc G. Fournier\" <scrappy@hub.org>",
"msg_from_op": true,
"msg_subject": "v7.3.3 bundled ... pl... |
[
{
"msg_contents": "Bruce, the TODO list should probably link the SQL99 unsupported feature\nlist as a source of more items.\n\nhttp://developer.postgresql.org/docs/postgres/unsupported-features-sql99.html\n\n\n-- \nRod Taylor <rbt@rbt.ca>\n\nPGP Key: http://www.rbt.ca/rbtpub.asc",
"msg_date": "25 May 2003 0... |
[
{
"msg_contents": "The discussion below has been taking place on the PATCHES list. I'm \nforwarding it to HACKERS to get a wider audience. We're looking for \nopinions on (at a minimum):\n\n1) Which of these functions should exist *and* be included in user\n documentation\n2) Which of these functions are not... |
[
{
"msg_contents": "This is what I have seen in the SAP DB mailing list this weekend ...\nMaybe all of us should have some fun.\n\nSAP has finally gone completely insane.\nI can already see Monty on every SAP advertisment *nocomment*.\nThis is the worst thing I have ever seen.\n\n\tHans\n\n\nSAP bets on MySQL\nT... |
[
{
"msg_contents": "My understanding (from the documentation and from a quick code check is\nthat the PL/Python code uses Python's \"rexec\" ability to provide a\nrestricted execution environment for the Python code.\n\nFor those unfamiliar with it, rexec provides a restricted execution\nenvironment, limiting ac... |
[
{
"msg_contents": ">... Again, how about a debugger stack trace?\n> Also, the pg_stats rows for the table would be interesting.\n>\n\n---------\nTom,\nthanks for feedback.\n\nThis time I started postgres directly and ran 'analyze nla;'\nfollowed by 'select ... where ... like..' clause with debugger attached -\n... |
[
{
"msg_contents": "\n\nHi Hackers,\n\nIt takes *quite* a lot of time to describe database\nobject over remote connections.\n\nDoes improvements on FE/BE protocol addresses\nthis issues?\n\nregds\nmallah.\n\n-- \nRajesh Kumar Mallah,\nProject Manager (Development)\nInfocom Network Limited, New Delhi\nphone: +91... |
[
{
"msg_contents": "Hi!\n\nSimple test suite for current CVS:\n%initdb ...\n%createdb q\n%psql q\nq=# select * from pg_class limit 1;\nSELECT\nq=# select * from pg_class limit 2;\nserver sent data (\"D\" message) without prior row description (\"T\" message)\nSELECT\nq=# select * from pg_class limit 3;\nserver s... |
[
{
"msg_contents": "Hi Tom and Fernando!\n\nI can see on the todo-list, that you have subscribed to the item regarding \"WITH RECURSIVE\" select statements. I really look forward to this feature, but can't find anything mentioning it's current status nor an estimate for when it will be implemented in postgresql.... |
[
{
"msg_contents": "What capabilities do we have for removing a user's password? The only\nway I can see to do it is to insert a NULL into pg_shadow, but clearly\nthat is pretty ugly. I don't see any mention in the ALTER USER manual\npage, and assigning a password of NULL using ALTER user fails.\n\n-- \n Bruc... |
[
{
"msg_contents": "Did this ever get fixed in 7.3.3 or 7.4?\n\n\n\n------------ Forwarded Message ------------\nDate: Thursday, May 22, 2003 19:47:11 -0500\nFrom: Larry Rosenman <ler@lerctr.org>\nTo: pgman@candle.pha.pa.us\nCc:\nSubject: re: pl/sh (fwd) (fwd) (fwd)\n\nCan you answer?\n\n\n\n------------ Forward... |
[
{
"msg_contents": ">I don't have a preliminary\n>patch for you as I've been working on getting the non-recursive case\n>working first (ie. a plain WITH). I will keep you posted as my progress\n>continues.\n\nDo you know if your implementation will support multiple childs for each \nnode or will the implementat... |
[
{
"msg_contents": "While playing with the array stuff earlier, I noticed this (using a \nnon-array example to be sure it wasn't related to anything unique to my \ndevelopment environment):\n\nregression=# create function int4(varchar) returns int4 as 'select \nint4($1)' language 'sql';\nCREATE FUNCTION\nregress... |
[
{
"msg_contents": "Enables syntax: NEXT VALUE FOR <seqname> and CURRENT VALUE FOR <seqname>\n\nThe 200N spec is based on DB2, not MSSQL, so it is very likely NEXT\nVALUE FOR will be the official syntax.\n\nhttp://216.239.37.100/search?q=cache:s5eWP72lHKcJ:www7b.software.ibm.com/dmdd/library/techarticle/0302fiel... |
[
{
"msg_contents": "\tIs there a way to execute function on user login and logout ???\nIf there is no such thing, I am willing to try to implement this. Where to \nstart ??? Any suggestions ?\n\nRegards !\n",
"msg_date": "Tue, 27 May 2003 11:53:38 +0200",
"msg_from": "Darko Prenosil <darko.prenosil@finte... |
[
{
"msg_contents": "Since several hours I'm getting errors on accessing\nhttp://techdocs.postgresql.org/\nSame on\nhttp://www.postgresql.org/\n\nDid I miss something?\n\nRegards, Christoph\n\n\n",
"msg_date": "Tue, 27 May 2003 14:39:01 +0200",
"msg_from": "Christoph Haller <ch@rodos.fzk.de>",
"msg_fr... |
[
{
"msg_contents": " > >> Since several hours I'm getting errors on accessing\n > >> http://techdocs.postgresql.org/\n > >> Same on\n > >> http://www.postgresql.org/\n >\n > Seems to be working for me now.\n >\nSame for me now. Thanks.\n\nRegards, Christoph\n\n\n",
"msg_date": "Tue, 27 May 2003 16:34:16 +020... |
[
{
"msg_contents": "\n*Way* off topic ... but I'm tired of processing through >300 messages\nnightly of which 10 are stuff that need to be approved for the lists, and\n290 are trash ...\n\nWhat are ppl using / trusting out there as far as Free RBLs are concerned?\n",
"msg_date": "Tue, 27 May 2003 17:41:37 -0... |
[
{
"msg_contents": "\nI know there are alot of people that really appreciate PG and all the work \nthat\nso many people have contributed. I am also sure that there are alot of \npeople\nwho would like to contribute to PG but don't feel they have any means except\nin the evangelism arena.\n\nThis is something you... |
[
{
"msg_contents": "Dear Sir, \n\n\n\tI want to know the compilaiton and execution of my \ncode. Suppose if i add a test printf statement in the \nsrc/backend/tcop/postgres.c and after compilation and \nexecution i should get that statement every time i give \na query to psql.\n\n\tAfter running make I even adde... |
[
{
"msg_contents": "Hi!\n\tI am interested in adding DATA-CUBE operator(Related to Data \nWarehousing) to postgresql. I just want to know wheather it is already \nadded to postgres or not. please reply to this mail if you have already \nworked or still working on it.\n\nBye\nSrikanth\n\n",
"msg_date": "Wed, ... |
[
{
"msg_contents": "PostgreSQL 7.3.2.\nThe parser does not seem to like semicolon between action queries:\n(Mismatched parentheses)\n\nSo, it makes impossible to create a rule with more than one action\nquery.\nOr am I missing something?\n\nCREATE RULE my_insert_rule AS ON INSERT \n TO my_view\n DO INSTEAD\n ... |
[
{
"msg_contents": "I'm working on a new client with the 3.0 protocol. I'm having a problem \nwith the data DataRow message from this select:\n\nselect oid, datconfig from pg_database\n\nThere seems to be a problem with text[] type for datconfig. The hex \ndump (from tcpflow) for 1 data row message is:\n\n44 000... |
[
{
"msg_contents": "The problem happens only when running this query from the plpgsql\nfunction... So it must be a bug specific to plpgsql parser.\n\n\n-----Original Message-----\nFrom: Yurgis Baykshtis \nSent: Wednesday, May 28, 2003 1:07 PM\nTo: pgsql-hackers@postgresql.org\nSubject: Mismatched parentheses whe... |
[
{
"msg_contents": "It is a common problem that a server uses a nontrivial character set\nencoding (e.g., Unicode) but users forget to set an appropriate\nclient-side encoding. Then they get bogus displays for non-ASCII\ncharacters because their client isn't actually prepared for Unicode.\n\nThere is a standard... |
[
{
"msg_contents": "I was asked a question about Red Hat's involvement in the PGDG RPM's by \ne-mail. Since at least one person was interested, I thought I would post to \nthe list to satisfy everyone's curiosity. At the end of this e-mail is a \nGrand Unified Changelog for the RPMset. It is massive.\n\nBack ... |
[
{
"msg_contents": "RH7.3 is a supported distribution for at least 6 months. Any plans to add\nPostgres 7.3.3 RPMs for RH7.3?\n\nThanks\n\n\n\n\n\n__________________________________\nDo you Yahoo!?\nYahoo! Calendar - Free online calendar with sync to Outlook(TM).\nhttp://calendar.yahoo.com\n",
"msg_date": "T... |
[
{
"msg_contents": "\tI have noticed that after \"/etc/init.d/postgresql restart\", postmaster is no \nlonger writes to \"serverlog\". (RedHat 9).\nHere is fixed \"restart\" section.\n\nrestart)\n\techo -n \"Restarting PostgreSQL: \"\n\tsu - $PGUSER -c \"$DAEMON restart -D '$PGDATA' -s -m fast -l $PGLOG\" \n\tec... |
[
{
"msg_contents": "I've been starting to look at assigning SQLSTATE values to all the\nbackend elog() calls, and have realized that the set of values defined\nby the spec is very, how you say, uneven. They have conditions as\nspecific as \"data exception/invalid time zone displacement value\"\n(22009) and yet ... |
[
{
"msg_contents": "Where do the elog information go in postgres7.3.2. I am still getting a\nSegmentation fault when trying to run my code after making changes to the\nbuffer folder and relcache.c. Someone mentioned using a stack before to\ntrace. Can someone give me some more info on this or other methods of\nt... |
[
{
"msg_contents": "Now that expressions can be used in indexes in 7.4 you can have multicolumn\nindexes that are ordered in different directions. However the planner\ndoesn't seem to understand that order by -col asc is the same as order by\ncol desc (for at least the normal -) so you have to be careful how you... |
[
{
"msg_contents": "Hello,\n\nIs there interest to storing and indexed access methods for xml in\npostgresql ? While I don't use xml in my applications but I see\npossible directions to develop contrib module with indexed access methods\nto xml-like data type. We have already contrib/ltree for tree-like\nstructu... |
[
{
"msg_contents": "http://www.infoworld.com/article/03/05/23/21OPconnection_1.html?platforms\n\nMy favorite line from the article is, \"In last week's column, I\nprovided an obligatory tease for PostgresSQL in my discussion of\nMySQL. A deeper examination of PostgresSQL suggests that it could be\nvastly under-h... |
[
{
"msg_contents": "Hello everybody,\n\nwe've developed a function which reads a huge amount\nof data from postgres and, being recursive, does\nseveral memory-intensive elaborations and writes the\nresults back on two postgres tables. No memory context\nswitch has been done in our function.\n\nNow we have to com... |
[
{
"msg_contents": "I was wondering if anyone has had occasion to hook up a compression scheme \n(Huffman/gzip/zlib/whatever) as a PostgreSQL function.\n\nI've got a case where there is a need to store fairly large chunks of XML in a \ndatabase. There seems little reason to parse it beforehand, as many seem won... |
[
{
"msg_contents": "Hello. I thought I'd just toss out a few thoughts:\n\n1) Should a link to the release changes for 7.3.3 be on the website? I\nhad to look into the web-interface of CVS to see what was actually\nchanged.\n\n2) It would be nice if some regular performance tests could be done\nupon every release... |
[
{
"msg_contents": "I'm not sure that this is the right list to ask - but after having googled a \nwhile it seems that the only ones that might be able to answer this question \nis the developers. Therefor, here we go:\n\nAs far as I have understood, postgres is autocommiting each typed statement \nUNLESS the u... |
[
{
"msg_contents": "A German computer magazine (c't 7/2003) tested the Intel C/C++ compiler\nsuite on Linux. Among the open-source projects they tried, PostgreSQL and\nKDE were the only ones they couldn't get to compile at all.\n\nI tried it out and made two simple changes (see below) to be able to\ncompile it.... |
[
{
"msg_contents": "I ran across a regression in unmodified cvs tip. On a 7.3.2 installation \nI can do:\n\ncreate table tse(f1 int, f2 int[], f3 text[]);\ninsert into tse values(1,'{69,42,54}', '{g,d,e}');\n# select * from tse where 1 in (select f1);\n f1 | f2 | f3\n----+------------+---------\n 1 ... |
[
{
"msg_contents": "...which is nice:\n\nhttp://www.theregister.co.uk/content/31/30959.html\n\nRegards, Dave\n\n\n",
"msg_date": "Sat, 31 May 2003 20:12:56 +0100 (BST)",
"msg_from": "\"Dave Page\" <dpage@vale-housing.co.uk>",
"msg_from_op": true,
"msg_subject": "The Register moving to Bricolage +... |
[
{
"msg_contents": ">We have been there, done that, and decided it was a bad idea. I suggest\n>you do a little reading in the mail list archives.\n\nI have searched the lists archives for the words \"commit\", \"autocommit\" and \n\"transaction\" but couldn't find any discussion on wheter to give a database \na... |
[
{
"msg_contents": "\nHi all,\nI just get postgresql from cvs and could compile perfectly on cygwin!!\nGreat work guys!!!\n\nBut when I run the initdb script, it fails with the following message:\n\n\nThe database cluster will be initialized with locale C.\n\nFixing permissions on existing directory /var/pgsqlcv... |
[
{
"msg_contents": "Hi Guys,\n\nI really need a solution to this one :(\n\nWhat is the encoding of the database names in the pg_database table? As far\nas I can tell, each row is saved in the encoding of the database from which\nit is created? In my application, the actual names change from gobbledygook\nto pr... |
[
{
"msg_contents": "Hi all,\n\nSomebody know if this version of PostgreSQL for win 32 ( ) work's under\nwindows 98?\nAnd, if it work's, how do I install?\n\nCause when I try to connect, I receive this error message:\n\"PSQL.EXE: could not connect to server: Socket error, no description\navailable. (\n0x0000274D)... |
[
{
"msg_contents": "As you can see below, after a rename the check constraint still refers\nto 'col' and not 'newname' as pg_constraint.consrc is not updated.\n\nOf course, this functions fine (conbin is still valid) but when it comes\ntime to do a pg_dump, the database is dumped using the old column name.\n\nIt... |
[
{
"msg_contents": "Here are my notes about what to do to extend libpq's API to support the\nnew features of the 3.0 frontend/backend protocol. Not very polished\nbut I trust you can follow it. Any objections?\n\n\t\t\tregards, tom lane\n\n\nLIBPQ updates for new protocol\n------------------------------\n\nNee... |
[
{
"msg_contents": ">One of the reasons for taking autocommit control out of the backend and\n>pushing it up to the client level is exactly to make it feasible to take\n>these sorts of application-level considerations into account when\n>choosing the behavior.\n\nOk, I can see some sense in that: Make the autoco... |
[
{
"msg_contents": "Note the first timezone change is taken, but the second one is ignored.\n\nrbt=# select * from t;\n col\n------------------------\n 2003-06-03 14:30:25-04\n(1 row)\n \nrbt=# set time zone udt;\nSET\nrbt=# select * from t;\n col\n------------------------\n 2003-06-03 18:30:25... |
[
{
"msg_contents": "Hello:\n\n > Sounds like you are sending junk following the Parse message.\n\n\nYou are right thanks very much, but now i have another problem, i don't \nget response from the postgresql server, hummm this is what i'm sending \nfor test:\n\n Byte1 ('P')\n\n Int32 (40)\n\n String (... |
[
{
"msg_contents": "Hello:\n\n > Sounds like you are sending junk following the Parse message.\n\n\nYou are right thanks very much, but now i have another problem, i don't \nget response from the postgresql server, hummm this is what i'm sending \nfor test:\n\n Byte1 ('P')\n\n Int32 (40)\n\n String (... |
[
{
"msg_contents": "Some of the Red Hat guys have been trying to work through the NIST SQL\ncompliance tests. So far they've found several things we already knew\nabout, and one we didn't:\n\n-- TEST:0434 GROUP BY with HAVING EXISTS-correlated set function!\n SELECT PNUM, SUM(HOURS) FROM WORKS\n GROU... |
[
{
"msg_contents": "Peter Eisentraut wrote:\n> Bruce Momjian writes:\n> \n> > Peter, I assume SET CONSTRAINTS can't control a domain's constraints ---\n> > it isn't actually a data object in the transaction. Am I right?\n> \n> No. SET CONSTRAINTS on a domain constraint should affect all constraints\n> on colum... |
[
{
"msg_contents": "Peter Eisentraut wrote:\n> Bruce Momjian writes:\n> \n> > How are people going to know to use these special LIKE indexes?\n> \n> The same way they presumably find out about anything else: RTFM. A couple\n> of more cross-references and index entries need to be added, though.\n\nWell, this isn... |
[
{
"msg_contents": "Does Postgres garantee repeatable-read (RR) during transactions? And does it \nimplement ARIES/KVL?\n\nIf so, why is the following possible?\n\nT1: begin;\nT1: select * from table;\n (notice the row with id = X)\nT2: begin;\nT2: delete from table where id = X;\nT1: select * from table;\n ... |
[
{
"msg_contents": "The CVS server seems to be working again, but logging in with an empty\npassword doesn't work. The web interface to anonymous CVS doesn't\nwork either.\n\n[bruno@bruno bruno]$ cvs -d :pserver:anoncvs@anoncvs.postgresql.org:/projects/cvsroot login\n(Logging in to anoncvs@anoncvs.postgresql.org... |
[
{
"msg_contents": "\n\nI realise large objects are liked anymore and that the wire protocol is\nchanging in 7.4 but I've just posted this message into the PHP documentation:\n\n-- begin\nUsing php 4.3.0 and PostgreSQL 7.3.1\n\nI can write a simple script in which pg_lo_write seems to always return 1 and not the... |
[
{
"msg_contents": ">I can't reproduce the above. Are you sure T2 isn't committing?\n\nArch, damn, yes, bugger...\n\n>If it were, since the default isolation level is read committed,\n\nOk, that explains it.\nBut my second question is still unanswered: Is the key value locking, that \nis implemented in postgres... |
[
{
"msg_contents": "Folks,\n\nLast we talked (before the mail server went down) Tom had agreed in principle \nto a re-ordering of postgresql.conf.sample and the \"Run-Time Configuration\" \ndocs page based on the attached ordering file.\n\nI would like to make this happen before feature-freeze on June 15. To d... |
[
{
"msg_contents": "Is there an easy way of doing this? Insert was simple as all that\nneeded to be done was to throw away the reference to the column.\n\nIt would seem a new primnode (change InsertDef into SetDefault or\nsimilar) will be required with some executor logic.\n-- \nRod Taylor <rbt@rbt.ca>\n\nPGP K... |
[
{
"msg_contents": "Does anyone know why apparently the 7.3beta1 version of the jdbc drivers \nare what is included in the 7.3.3 rpms?\n\n--Barry\n\n-------- Original Message --------\nSubject: Re: [JDBC] Official JDBC driver release ?\nDate: Thu, 05 Jun 2003 08:14:40 +0200\nFrom: Thomas Kellerer <spam_eater@gmx... |
[
{
"msg_contents": "On Mon, Jun 02, 2003 at 03:14:33PM -0400, Bruce Momjian wrote:\n> \n> Oh, yes, sorry, I was confusing psql -c and -f. -c is clearly different.\n\nBut if -f follows the ~/.psqlrc variable, then you'll definitively will\nhave to put back the \"SET AUTOCOMMIT to off\" to scripts... (vacuumdb an... |
[
{
"msg_contents": "I've gotten back to working on the SQL99 version of updateable views and\nI'ld like to confirm my current understanding of the parse tree data\nstructure. Is there a debugging-type tool for outputting the parse tree for\na given query?\n\nEric Nielsen\n",
"msg_date": "Fri, 06 Jun 2003 09... |
[
{
"msg_contents": "Hi!\n\tCould anyone tell me where excatly the result of a query is stored \nafter the query is passed to pg_exec_query_string function and before it \nis printed.\n\nPlease give me information about the Data structures where the result is \nstored\n\nBye\nSrikanth\n\n\n\n",
"msg_date": "F... |
[
{
"msg_contents": "I'm looking at representing privileges granted to groups in the\ninformation schema. For that purpose I would like to use the views that\nthe standard defines for \"roles\". Therefore I ask whether everyone agrees\nthat groups and roles are basically equivalent concepts (and perhaps that\nw... |
[
{
"msg_contents": "\nAdded to TODO:\n\n o Have COPY return number of rows loaded/unloaded\n\nThis is a backend change to return the number of rows affected as part\nof the command status string returned, like we do with UPDATE/INSERT/DELETE.\n\n------------------------------------------------------------... |
[
{
"msg_contents": "Please see the attached file.\n>From pgsql-hackers-owner@postgresql.org Sat Jun 7 03:48:14 2003\nX-Original-To: pgsql-hackers-postgresql.org@localhost.postgresql.org\nReceived: from localhost (developer.postgresql.org [64.117.224.193])\n\tby svr1.postgresql.org (Postfix) with ESMTP id E2238... |
[
{
"msg_contents": "Hi all,\n\nI wonder if it's a security problem: One of my customer noticed that he\ncould see all databases on the system with phppgadmin. not only he sees\ndatabases but tables, views, fonctions... Fortunatly he can't see any row.\n\nThis customer has the ability to create databases but not ... |
[
{
"msg_contents": "\t\n\tDoes the SQL(99?) spec specify that referential integrity checks should have the FROM ONLY limitation? I ask because(afiak; I've googled and such, only found 92 which apparently does not specify anything about inheritance.) I have no access to the specs without spending money that needs... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.