threads listlengths 1 2.99k |
|---|
[
{
"msg_contents": "I'm working on patches to implement the (slightly brain damaged) SQL9x\ntime zone spec. This allows one to specify a numeric time offset for the\ntime zone.\n\nThe changes do not affect system catalogs, touching the date/time\nroutines in a few places and affecting gram.y and variable.c. To g... |
[
{
"msg_contents": "Looks like Monday is our next beta target date. My mailbox is empty of\noutstanding patches except for an ecpg one I will apply tomorrow unless\nsomeone objects to it.\n\nThere are some patches still being worked on, but there always will be.\n\n-- \n Bruce Momjian | ... |
[
{
"msg_contents": "\n>What do folks think?\n>Take care,\n>Bill\n\nHello Bill,\n\nThe community have been waiting for packages for a long time. I don't \nbelieve you did it!!!\n\nIMHO most applications do not fully benefit from the power of PostgreSQL \nbecause transactions are performed at application lever \n(... |
[
{
"msg_contents": "Do we still need code to warn during VACUUM when you get near to OID\nwraparound? I know Tom has handled XID wraparound and has OID usage\ndecreased.\n\nI have a patch to warn about OID wraparound but don't know if it is\nstill desired.\n\n-- \n Bruce Momjian | http:/... |
[
{
"msg_contents": "While looking to implement the ODBC replace() function (replace occurences\nof $2 in $1 by $3), I found that it could be expressed as:\n\nCREATE FUNCTION replace(text, text, text) RETURNS text AS '\n select\n case when position($2 in $1) = 0 or char_length($2) = 0\n then ... |
[
{
"msg_contents": "I'm not sure what the answer to your problem is, but I'm sure you have the\nwrong approach.\n\nFor all practical purposes, client/server database programming is a\nmultiprocessing problem set. What you are trying to implement is a mutex. A\nmutex is a mutual exclusion tool. You can't reliably... |
[
{
"msg_contents": "Hi all,\n\nIt would be very nice if PL/PgSQL could return a record set (ie, set of\ntuples). This could be done in two ways as far as I can imagine: either\nPL/PgSQL just returns the rows as a normal query would or it could return\na cursor. The prior would be very useful, the latter easier t... |
[
{
"msg_contents": "\nThe http link to the snapshots no longer works on\nwww.ca.postgresql.org/ftpsite.\nIf you could correct that I would greatly appreciate it :-)\nAlso this link only works on some of the mirror sites, \nit would be great if all of them would have it (Germany works, Austria\ndoes not).\n\nI th... |
[
{
"msg_contents": "\nRight now, from what I can tell, the snapshot looks great to me:\n\npostgresql# ls -lt\ntotal 486\ndrwxrwxrwx 15 pgsql pgsql 512 Oct 15 04:04 src\ndrwxrwxrwx 43 pgsql pgsql 1024 Oct 15 04:04 contrib\ndrwxrwxrwx 4 pgsql pgsql 512 Oct 15 04:04 doc\ndrwxrwxrwx 2 pgsql pgsq... |
[
{
"msg_contents": "I can confirm that the nightly snapshots are still not pulling from\ncurrent CVS. The TODO file in the snapshot of October 14th shows a\n\"Last Updated\" of September 13th.\n\n-- \n Bruce Momjian | http://candle.pha.pa.us\n pgman@candle.pha.pa.us | (6... |
[
{
"msg_contents": "Are we ready to start beta on 7.2?\n\n-- \n Bruce Momjian | http://candle.pha.pa.us\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, Pennsylva... |
[
{
"msg_contents": "I've been watching for this for some time. First it was 7.0, then \n7.1. Does anyone have any idea on when the row re-use code will be \nready? \n\nCurrently I'm running into trouble with an OLTP database. It grows \nlike crazy, has only 3,000,000 rows and vacuum takes a good 1/2 hour. \nGive... |
[
{
"msg_contents": "Hello everybody.\n\nI'm Daniel Varela, the developer of DBBalancer, a load balancing connection \npool for PostgreSQL (http://www.sourceforge.net/projects/dbbalancer), and \nI've recently been faced to a problem with protocol versions. DBBalancer \nspeaks itself Postgres protocol to open and ... |
[
{
"msg_contents": "I'm sure this is not the correct place to ask this, but:\n\n\nI've been looking for documents and other info on replication efforts in \nPostgreSQL. If anyone here can point me to places where I can find \nthese, it would be really appreciated.\n\nAlso, if any of you have any comments and war... |
[
{
"msg_contents": "Hi!\n\nWithout this patch I couldn't compile PostgreSQL on Solaris 8 x86 using\nSun's compiler. May be it will be usefull for someone else?\n\nRegards\nDenis Ustimenko\nOldham\n\n---------------------------------------------------------------\ndenis@tracer$ diff configure.orig configure\n744c... |
[
{
"msg_contents": "In moving from 7.1.3 to 7.2devel (for bug fixes) we've encountered a\nproblem with a, previously valid, column name: time. In 7.1.3 the\nfollowing worked:\n\n CREATE TABLE test(time INTEGER);\n\nwhile in 7.2devel it results in a parse error:\n\n ERROR: parser: parse error at or near \"time... |
[
{
"msg_contents": "I saw over 7 hours delay between postgresql.org and sever1.pgsql.org.\nDoes anynone know what's happening here?\n\nReceived: from postgresql.org (webmail.postgresql.org [216.126.85.28])\n\tby server1.pgsql.org (8.11.6/8.11.6) with ESMTP id f9GBurU27235\n\tfor <t-ishii@sra.co.jp>; Tue, 16 Oct ... |
[
{
"msg_contents": "Break the SQL code that has been implemented for prior versions??\n Bummer ;((.\n",
"msg_date": "16 Oct 2001 08:24:12 -0700",
"msg_from": "huongch@bigfoot.com (Flancer)",
"msg_from_op": true,
"msg_subject": "To Postgres Devs : Wouldn't changing the select limit syntax ...."
... |
[
{
"msg_contents": "Hi All,\n\nJust wondering if someone could give me an indication as to how to create a\nnew regression test, for the ADD UNIQUE stuff I did?\n\nI intend to do a regression test during the beta, and try to produce a patch\nthat addresses some of the concerns Tom had with the code.\n\nCheers,\n... |
[
{
"msg_contents": "Here is my patches for libpq++ compiling by Sun C++:\n--------------------------------------------------------------------------\n*** ../postgresql-7.1.3.orig//src/Makefile.shlib О©╫О©╫ О©╫О©╫О©╫ 15 10:25:07\n2001\n--- .//src/Makefile.shlib О©╫О©╫ О©╫О©╫О©╫ 17 12:23:41 2001\n****... |
[
{
"msg_contents": "Hello,\n\n I am trying to install and run DBBalancer-0.3.0.tar .gz file on\nRedHat Linux 7.0 . I am using PostgreSQL 7.0 which comes with RedHat\nLinux 7.0 distribution. As per the INSTALL file I have installed\nACE-5.2.tar.gz file sucessfully under /usr/local/src. But when I am\niss... |
[
{
"msg_contents": "Sorry, previous patch was wrong.\n\nDenis Ustimenko\n--------------------------------------\n*** orig/postgresql-7.1.3//src/makefiles/Makefile.solaris О©╫О©╫ О©╫О©╫О©╫ 17\n00:14:25 2000\n--- postgresql-7.1.3//src/makefiles/Makefile.solaris О©╫О©╫ О©╫О©╫О©╫ 17 14:33:11\n2001\n********... |
[
{
"msg_contents": "All,\n\nHow do I get a list of DB's or Tables with a postgres SQL statement?\nIt needs to be an SQL statement otherwise perl/DBI/prepare won't parse it.\nI know there is some funtions in psql:\n\n\\l (show databases)\n\\d (show tables)\n\nwhich work fine from psql, but these\nstatements... |
[
{
"msg_contents": "I have tons of old files with names like base/db/pg_sorttemp####.##. I\n assume that they are temporary sorting files but somehow they never got\ncleared out. Is it safe to delete these from a running system. The files\nare months old.\n\n-- \nD'Arcy J.M. Cain <darcy@{druid|vex}.net> | ... |
[
{
"msg_contents": "Greetings,\n\nPostgreSQL 7.1.3, FreeBSD-4.3-RELEASE, gcc 2.95.3\n\nI'm trying to attempt to detect a failed backend connection, but a call to \nPQstatus() always returns the state of the backend when the call was \nmade. For example, take this test code:\n\n\tPGconn *pgConn;\n\tPGresult *pgR... |
[
{
"msg_contents": "Hello\nTrying to dump all databases \n> ./pg_dumpall -h baze.zenon.net -p 63010 -u > $HOME/pg_dumpall\n\nGet error :\npsql: connectDBStart() -- connect() failed: No such file or directory\n Is the postmaster running at 'localhost'\n and accepting connections on Unix socket '5432... |
[
{
"msg_contents": "I'm working on making some changes to the top level configure.in and m4\nhas now been running for 17 minutes on a 1.4G tbird. Am I missing\nsomething or is this know to take forever?\n\nThanks guys,\n- Brandon\n\n\n----------------------------------------------------------------------------\... |
[
{
"msg_contents": "Apologies if you think this mail is a little long-winded but I want to be as\nclear as possible on this.\n\nPostgreSQL - 7.1.3 (installed on Linux 2.4.2-2)\nPSQLODBC.DLL - 07.01.0007\nVisual C++ - 6.0\n\nI have a C++ app running on WINDOWS2000 and I am trying to use\nSQLBindParamater with a ... |
[
{
"msg_contents": "Accept an INTERVAL argument for SET TIME ZONE per SQL99.\n Modified the parser and the SET handlers to use full Node structures\n rather than simply a character string argument.\nI've implemented and committed changes to improve the feature set for\nINTERVAL, as well as making other bug fixes... |
[
{
"msg_contents": "peter=# drop function test();\nDROP\n\npeter=# create or replace function test() returns int as 'return 1;' language plperl;\nCREATE\npeter=# select test();\n test\n------\n 1\n(1 row)\n\npeter=# create or replace function test() returns int as 'return 2;' language plperl;\nCREATE\npeter=#... |
[
{
"msg_contents": "... work for you with code built from the cvs tip? I did an update and\nbuild tonight and see\n\nmyst$ postmaster -i\npostgres: invalid option -- r\nUsage:\n postgres -boot [-d] [-D datadir] [-F] [-o file] [-x num] dbname\n -d debug mode\n -D datadir data directory\n -... |
[
{
"msg_contents": "\n> Matthew Hagerty <mhagerty@voyager.net> writes:\n> > but I also want to check the connection *before* submitting a\nquery...\n\nIf you mean directly before the query, then forget it, as Tom already\nsaid :-)\n\n> This strikes me as utterly pointless. You'll need to be able to\nrecover\n> ... |
[
{
"msg_contents": "Any idea to get a human readable list with column descriptions like\ntype,size,key,default,null.\nIt would be nice if it would look simular to the mysql variant:\n\nmysql> describe employee;\n+-----------+----------+------+-----+---------+----------------+\n| Field | Type | Null | Key... |
[
{
"msg_contents": "---------- Forwarded message ----------\nDate: Fri, 19 Oct 2001 08:22:46 -0600\nFrom: David Eduardo Gomez Noguera <davidgn@servidor.unam.mx>\nTo: \"Ron de Jong\" <Ron.Antispam@news.tht.net>\nCc: davidgn@servidor.unam.mx\nSubject: Re: [HACKERS] Is there no \"DESCRIBE <TABLE>;\" on PGSQL? ... |
[
{
"msg_contents": "Marc,\n\nI've noticed (and not only me) significant slowdown of search at\nfts.postgresql.org.\n\n From our logs:\n\n...\nSun Aug 19 03:32:00 EDT 2001\n/usr/local/mailware/CORE/bin/vacuum_analyze: /usr/local/pgsql/bin/psql: No such\nfile or directory\n...\nSun Oct 14 03:32:00 EDT 2001\n/usr/l... |
[
{
"msg_contents": "I have traced down the postmaster-option-processing failure that Thomas\nreported this morning. It appears to be specific to systems running\nglibc: the problem is that resetting optind to 1 is not enough to\nput glibc's getopt() subroutine into a good state to process a fresh\nset of option... |
[
{
"msg_contents": "Using current sources, the following sequence:\n\nset DateStyle TO 'Postgres';\nset TimeZone TO 'PST8PDT';\nselect '2001-09-22T18:19:20'::timestamp(2);\n\nproduces\n\n timestamptz\n------------------------------\n Sat Sep 22 11:19:20 2001 PDT\n\non my HPUX box, and evidently also on y... |
[
{
"msg_contents": "Hi,\n\nVersion 7.1.3, Linux 2.2.18\n\nFollowing procedure:\n\n1. pg_dump dbname > outfile\nEverything is fine.\n\n2. Recreating the database on another system (same Versions)\npsql dbname < infile\n\nI get once:\nERROR: parser: parse error at or near \",\"\nThe rest works fine.\n\nDebug -d2 ... |
[
{
"msg_contents": "\nYes, we inherited these arrays from Berkeley and haven't had any need to\nremove them. Are you trying to do things that the other interfaces like\nODBC and JDBC don't handle?\n\nThe group array is a hack but the pg_proc array would be hard to replace\nbecauseit acts as part of the unique k... |
[
{
"msg_contents": "\n>No argument here. But the proposed Oracle \"packages\" are something\n>completely different and don't solve any of the problems you list.\n\nHello,\n\nI agree packages are not designed primarily for library installation. I \nalso agree packages might need dependency checking. But packages... |
[
{
"msg_contents": "\nI just checked out postgresql from CVS, built it and\ndid a pg_dumpall of my 7.1.3 databases.\nWhen I try and load the data into 7.2 it gives\na bunch of errors like\n\\N command not found\nI guess they are nulls and it can't recognise them\nor something.\n\n",
"msg_date": "Sat, 20 Oct ... |
[
{
"msg_contents": "I'm proud to announce you that the latest release of TWDBA now includes\nPGSQL as well.\n\nDownload it from:\n\nhttp://home.planet.nl/~radejong/\n\nFurther I would like to thank all those users for testing TWDBA and positive\nfeedback.\nListening to users is the only way to come to a good pro... |
[
{
"msg_contents": "\"Johann Zuschlag\" <zuschlag@online.de> writes:\n> Here is an excerpt of the original dump-file.\n\nThat's what you showed us already. What I'd like to see is the\noriginal database contents, particularly\n\n\tselect * from pg_operator where oid = 280343;\n\tselect * from pg_operator where ... |
[
{
"msg_contents": "Can a rule see the where statement in a query which it has been triggered by? or is it simply ignored?? what happens?\n\ni.e.\n\nCREATE TABLE foo (\n\tid INTEGER PRIMARY KEY,\n\tname TEXT\n);\n\nCREATE VIEW bar AS SELECT * FROM foo; -- Great view?\n\nCREATE RULE bar_update AS ON UPDATE TO bar... |
[
{
"msg_contents": "Shouldn't there be some form of CREATE TABLE AS / WITHOUT OIDS?\n\n-- \nPeter Eisentraut peter_e@gmx.net http://funkturm.homeip.net/~peter\n\n",
"msg_date": "Sun, 21 Oct 2001 14:27:18 +0200 (CEST)",
"msg_from": "Peter Eisentraut <peter_e@gmx.net>",
"msg_from_op": true,
"ms... |
[
{
"msg_contents": "Shouldn't this work?\n\ncreate table test ( a int, unique (oid) );\nERROR: CREATE TABLE: column \"oid\" named in key does not exist\n\nBecause this works:\n\ncreate table test ( a int );\nCREATE\n\nalter table test add unique (oid);\nNOTICE: ALTER TABLE/UNIQUE will create implicit index 'te... |
[
{
"msg_contents": "On Sat, 20 Oct 2001 12:36:16 -0400, Tom Lane wrote:\n\n>That's what you showed us already. What I'd like to see is the\n>original database contents, particularly\n>\n>\tselect * from pg_operator where oid = 280343;\n>\tselect * from pg_operator where oid = 280344;\n>\n>so we can see why pg_d... |
[
{
"msg_contents": "Dear all,\n \nI am trying to install PostgreSQL 7.1.3 on Win98 with APACHE\nand PHP (both installed and running), and\nam getting errors with \"make\" and \"make install\" (see below).\n \nWhat are the differences in installations for Win98, WinNT and Win2000?\nThere are so many procedures ar... |
[
{
"msg_contents": "Reply-To: sender\n\nHi. I was surprised to discover today that postgres's\ncharacter types don't support zero bytes. That is,\nPostgres isn't 8-bit clean. Why is that?\n\nMore to the point, I need to store about 1k bytes per row\nof varying-length 8-bit binary data. I have a few options:\... |
[
{
"msg_contents": "Postgresql 7.1.3\n\nI'm having a problem with createlang.\n\nCommands:\n\n[postgres@boxy postgres]$ createdb test1\nPassword: <----- Correct\npassword\nCREATE DATABASE\n[postgres@boxy postgres]$ createlang plpgsql test1\nPassword: ... |
[
{
"msg_contents": "Hello PostgreSQl Users!\n\nPostSQL V 7.1.1:\n\nI have defined a table and the necessary indices.\nBut the index is not used in every SELECT. (Therefore, the selects are\n*very* slow, due to seq scan on\n20 million entries, which is a test setup up to now)\n\nThe definitions can be seen in the... |
[
{
"msg_contents": "Hi Bruce,\n\nyou might add that I did the following useful enhancement to ECPG:\n\n- EXECUTE ... INTO ... implemented\n- multiple row descriptor support (e.g. CARDINALITY)\n\nI don't feel that my humble contribution of a few lines is important but\nthe improvement made really is important ... |
[
{
"msg_contents": "Your <enigma@sevensages.org> address bounced. Do you have another one?\n\nThanks,\n\nBill\n\n",
"msg_date": "Mon, 22 Oct 2001 03:59:29 -0700 (PDT)",
"msg_from": "Bill Studenmund <wrstuden@netbsd.org>",
"msg_from_op": true,
"msg_subject": "For John Havard, please ignore otherwi... |
[
{
"msg_contents": "On Tue, 23 Oct 2001, Bruce Momjian wrote:\n\n> > Dear all,\n> >\n> > Would it be possible to implement CREATE OR REPLACE VIEW / TRIGGER in\n> > PostgreSQL 7.2?\n\nProbably not, it's rather late in the cycle (isn't beta imminent?). Oh,\nI'd vote for \"OR REPLACE\" as there's already an opt_or_... |
[
{
"msg_contents": "I just checked:\n\n\tftp://ftp.us.postgresql.org/dev/postgresql-base-snapshot.tar.gz\n\nand the snapshot has the proper file contents, showing doc/TODO with a\ndate of October 19th.\n\n-- \n Bruce Momjian | http://candle.pha.pa.us\n pgman@candle.pha.pa.us ... |
[
{
"msg_contents": "Hello, I'm trying to set up a trigger on insert or update\nbut when using the predefined variable ``OLD'' I get a\nNOTICE from the trigger function about OLD not being defined yet.\n\nOf course OLD is not defined when the function is triggered on INSERT\nevent, and I did not mention it if not... |
[
{
"msg_contents": "Folks,\n\nWe have some big tables (1.2 billion records) and indexing is quite\ntime consuming. Since we have this running on dual Athlon box, it\nwould be great to make indices in parallel.\n\nOn Postgresql 7.1.3, it seems that the table is locked after the \nfirst \"create index\" is starte... |
[
{
"msg_contents": "> > I don't think that enough votes are needed to reverse \n> > the change. You broke the discussion first rule.\n\nAre you subscribed to general? We had a big discussion there and there\nwas almost universal agreement that the LIMIT #,# syntax is too\nerror-prone, and the only reason to hav... |
[
{
"msg_contents": "Dear all,\n\nI am trying to install PostgreSQL 7.1.3 on Win98 with APACHE\nand PHP (both installed and running), and\nam getting errors with \"make\" and \"make install\" (see below).\n\nWhat are the differences in installations for Win98, WinNT and Win2000?\nThere are so many procedures arou... |
[
{
"msg_contents": "[ BCC to general ]\n\nAdded to TODO:\n\n* Remove LIMIT #,# and force use LIMIT and OFFSET clauses in 7.3 (Bruce)\n\n-- \n Bruce Momjian | http://candle.pha.pa.us\n pgman@candle.pha.pa.us | (610) 853-3000\n + If your life is a hard drive, | 830 B... |
[
{
"msg_contents": "Thanks, but latest Cygwin installation (using internet \"setup.exe\"),\nalthough saying it includes PostgreSQL, does NOT.\n\nThere is a \"nmake /f win32.mak\" to be run under Visual C++ explained in\nPostgreSQL Docs=Windows installation in order to build \"libpq.dll\" which\nneeds to be place... |
[
{
"msg_contents": "I have an idea for creating a Perl script, but I just wanted to make\nsure that no one has already created something similar.\nWhen doing a full row select, it's necessary to create all the bind\nvariables, and then do a column by column select statement. Ugly. I\nwant to automagically crea... |
[
{
"msg_contents": "I'd like to propose a new command, CREATE OPERATOR CLASS. Its purpose is\nto create a named operator class, so that you can create new types of\nindex ops. Also, its inclusion would remove the section of the\ndocumentation where we tell people how to manually manipulate the system\ntables.\n\... |
[
{
"msg_contents": "> >> Um, Vadim? Still of the opinion that elog(STOP) is a good\n> >> idea here? That's two people now for whom that decision has\n> >> turned localized corruption into complete database failure.\n> >> I don't think it's a good tradeoff.\n> \n> > One is able to use pg_resetxlog so I don't see ... |
[
{
"msg_contents": "Hi All,\n\nIn the LOCK TABLE docs it documents the SELECT...FOR UPDATE as follows:\n\n\n----\nROW SHARE MODE\nNote: Automatically acquired by SELECT...FOR UPDATE. While it is a shared\nlock, may be upgraded later to a ROW EXCLUSIVE lock.\n\nConflicts with EXCLUSIVE and ACCESS EXCLUSIVE lock m... |
[
{
"msg_contents": "I've got a bit of a problem. I added a fast SIGALRM handler in my \nproject to do various maintenance and this broke PQconnectStart().\n\nOct 23 21:56:36 james BlueList: connectDBStart() -- connect() failed: \nInterrupted system call ^IIs the postmaster running (with -i) at \n'archives.blue-... |
[
{
"msg_contents": "I'm working on an application where it is necessary to make copies of large\nobjects, and now I wonder if it is safe\nto use this (symbolic, somewhat PHP like) code. Say I've a LOB with OID=1234\n\n$oid = db_exec(\"select lo_create(....)\")\ndb_exec(\"delete from pg_largeobject where loid=$oi... |
[
{
"msg_contents": "\n> > > *very* slow, due to seq scan on\n> > > 20 million entries, which is a test setup up to now)\n> >\n> > Perennial first question: did you VACUUM ANALYZE?\n> \n> Can there, or could there, be a notion of \"rule based\" optimization of\n> queries in PostgreSQL? The \"not using index\" pro... |
[
{
"msg_contents": "Hi all,\n\nI was just looking for the code which checks for the memory available on \nmachine before writing the data.\nAny related information will be appreciated.\n\nThanks,\nKKG\n\n_________________________________________________________________\nGet your FREE download of MSN Explorer at ... |
[
{
"msg_contents": "I'm working on an application where it is necessary to make copies of large\nobjects, and now I wonder if it is safe\nto use this (symbolic, somewhat PHP like) code. Say I've a LOB with OID=1234\n\n$oid = db_exec(\"select lo_create(....)\")\ndb_exec(\"delete from pg_largeobject where loid=$oi... |
[
{
"msg_contents": "\nIt seems Sybase has dropped the BETWEEN search condition. I thought\nit was part of SQL92, has it been dropped from the spec since then or\nwasn't it ever in there?\n\nVince.\n-- \n==========================================================================\nVince Vielhaber -- KA8CSH emai... |
[
{
"msg_contents": "Hi all,\n\nI was just looking for the code which checks for the memory available on\nmachine before writing the data.\nAny related information will be appreciated.\n\nThanks,\nKKG\n\n_________________________________________________________________\nGet your FREE download of MSN Explorer at h... |
[
{
"msg_contents": "HELP\n\nleft outer join intruction working or not on POSTGRES 7\n\nZenon Karol\n\n\n\n\n",
"msg_date": "Wed, 24 Oct 2001 15:02:15 +0200",
"msg_from": "\"Zenon\" <anatol@raptor.bci.krakow.pl>",
"msg_from_op": true,
"msg_subject": "join instruction"
},
{
"msg_contents... |
[
{
"msg_contents": "\nThe minor featurette seems to have crept into current sources; it is\nprobably the cause of pg_dump being unable to reinstate disabled triggers.\n\n\n----------------------------------------------------------------\nPhilip Warner | __---_____\nAlbatross Consulting Pty... |
[
{
"msg_contents": "If PostgreSQL failed to compile on your computer or you found a bug that\nis likely to be specific to one platform then please fill out this form\nand e-mail it to pgsql-ports@postgresql.org.\n\nTo report any other bug, fill out the form below and e-mail it to\npgsql-bugs@postgresql.org.\n\nI... |
[
{
"msg_contents": " Hi all,\n\nI need to perform a tree traversal on a big table (millions of rows).\nTo avoid recursive queries, one for each non-leaf node, this table has,\nin addition to its 70 columns, a VARCHAR(30000) column that is used\nexclusively to sort the rows with the required order. The actual co... |
[
{
"msg_contents": "\nI have been asked to run pgindent in preparation for beta starting\ntomorrow. In this run, I will also reformat the jdbc files as agreed to\nby the jdbc list. I don't have much time to wait before starting the\npgindent run. I hope people don't have outstanding patches sitting\naround.\n... |
[
{
"msg_contents": "Is something amiss with the CVS server? I'm running an strace to watch \na cvs update and it's forbiddingly slow. It zooms along until it slams \ninto a brick wall for minutes, sometimes 10+ minutes, then it flys on.\n\nDavid\n\n\n",
"msg_date": "Wed, 24 Oct 2001 16:52:37 -0400",
"m... |
[
{
"msg_contents": "I have been looking at the way that deferred triggers slow down when the\nsame row is updated multiple times within a transaction. The problem\nappears to be entirely due to calling deferredTriggerGetPreviousEvent()\nto find the trigger list entry for the previous update of the row: we\ndo a... |
[
{
"msg_contents": "i was wondering if the jan's work on SPI portal creation of prepared/saved\nplans has something to do with caching query plan ?\n\nthx in advance.\n\n\n",
"msg_date": "Thu, 25 Oct 2001 01:37:44 +0200",
"msg_from": "\"Christian Meunier\" <jelan@magelo.com>",
"msg_from_op": true,
... |
[
{
"msg_contents": "OK, I see my email got through to the list. Running pgindent now and\nwill commit changes.\n\n-- \n Bruce Momjian | http://candle.pha.pa.us\n pgman@candle.pha.pa.us | (610) 853-3000\n + If your life is a hard drive, | 830 Blythe Avenue\n + Ch... |
[
{
"msg_contents": "Just noticed this QT software:\n\nhttp://www.globecom.net/tora/\n\nIt's a very lovely administrative tool for Oracle. I wonder if anyone would\nbe interested in porting it to Postgres?\n\nDon't think many of the funky administrative functions can be acheived\nremotely in Postgres yet tho?\n\... |
[
{
"msg_contents": "\nIs there a way to automatically ROLLBACK transactions that are \nin \"idle in transaction\" for too long ?\n\nI remember it has been discussed on this list, but what is the current\nstatus ?\n\nThis is a problem that has haunted me on several web applicatons using \napplication servers that... |
[
{
"msg_contents": "I have run pgindent on the C files and run pgjindent on the jdbc files\nas requested by the jdbc list. You can package up beta now. I will\nupdate the HISTORY file tomorrow with recent changes.\n\n-- \n Bruce Momjian | http://candle.pha.pa.us\n pgman@candle.pha.pa.... |
[
{
"msg_contents": "\nHi!\n\nI say kind of, as I am not sure about it, or whether there is a newer\nversion that does not show up the bug. Here's the description:\n\nWhen I use the following request (either on psql or using JDBC), the\nbackend crashes, making the other backends fail spectacularly.\n\nThe beast:\... |
[
{
"msg_contents": "\n> Of course the question \"did you vacuum\" (better, did you analyze) is\n> annoying, just as the requirement to analyze is annoying in the first\n> place, but unless someone designs a better query planner it \n> will have to do. The reason why we always ask that question first is \n> that... |
[
{
"msg_contents": "Hi All,\n\n my database server has very high load in this morning.\nI've found the problem. One of my index was not used so far!\nit's interesting:\n\naddb=> \\d banners\n Table \"banners\"\n Attribute | Type | Mod... |
[
{
"msg_contents": "Tom Lane writes:\n> \"Zeugswetter Andreas SB SD\" <ZeugswetterA@spardat.at> writes:\n> > Imho one of the biggest sources for problems is people creating new\n> > indexes on populated tables when the rest of the db/table has badly\n> > outdated statistics or even only default statistics in pla... |
[
{
"msg_contents": "Hello all\n\nI asked this question a while back but got no response - is there any way of \ncreating a Java stored procedure in a postgres database ? I can see that \nthere is a built-in PL/sql type of environment and a python one but it would \nbe nice if I could migrate Java stored procedu... |
[
{
"msg_contents": "\n... is now packaged ... mirrors will pick it up soon, but if anyone wants\nto do a quick check, its in /pub/beta ...\n\n\n\n",
"msg_date": "Thu, 25 Oct 2001 12:48:08 -0400 (EDT)",
"msg_from": "\"Marc G. Fournier\" <scrappy@hub.org>",
"msg_from_op": true,
"msg_subject": "7.2b... |
[
{
"msg_contents": "\nHello,\n\nI've tried to search some postgresql mailing lists and i haven't found\nan answer to my problem...\n\nI create a function with the setof keyword...\n\ncreate function employee(int) returns setof employee as 'select * from\nemployee where $1 = id'\nlanguage 'sql';\n\n\nInstead of r... |
[
{
"msg_contents": "I have updated the HISTORY file to be current as of today. Marc, it may\nbe nice to repackage beta1 with that one file changed, but my guess is\nthat we will have a beta2 soon enough.\n\n-- \n Bruce Momjian | http://candle.pha.pa.us\n pgman@candle.pha.pa.us ... |
[
{
"msg_contents": "\nHello,\n\nThis is my first post here.\nI've tried to search the archive and i haven't found\nan answer to my problem...here it is...\n\nI created a function with the \"create function+setof\" keywords...\n\ncreate function employee(int) returns setof employee as 'select * from\nemployee whe... |
[
{
"msg_contents": "Hi,\n\nIn my application I use 'LOCK seq'. In 7.0.2 it worked fine but in\n7.1.2 Postgres complains that 'seq is not a table'. Is this\n(disabling to lock a sequences) an intended change?\n\nThanks\nMikhail\n",
"msg_date": "Thu, 25 Oct 2001 17:02:23 -0400",
"msg_from": "Mikhail Terekh... |
[
{
"msg_contents": "I'm fresh in the code, but this has solved my issues with PQconnect* \nfailing when interrupted by signals. Some of it is sloppy and not to my \nliking yet, but I'm still digging through to see if anything else needs \ntouched. Comments appreciated.\n\nHonestly, I'm a bit surprised that thi... |
[
{
"msg_contents": "I think I read somewhere that you CANNOT access a table view etc. in another\ndatabase.\nI wanted to confirm that this was the case or see if there was a method\n(hack) to create\nan alias to another database.\n\nFor example:\n\npsql foo\nfoo# CREATE VIEW v1 AS SELECT * FROM BAR.t1;\n\nwhere ... |
[
{
"msg_contents": ">\n>\n>\n>It wouldn't surprise me in the least if this behavior is\n>platform-dependent. It may well be that David's kernel will allow\n>connect() to be interrupted by SIGALRM while yours won't. (Which\n>reminds me that neither of you specified what platforms you were\n>testing on. For sha... |
[
{
"msg_contents": ">\n>\n>After further thought, though, it's unclear to me why this solves\n>David's problem. If he's got a repeating SIGALRM on a cycle short\n>enough to interrupt a connect(), seems like it'd just fail again\n>on the next try.\n>\n\nOk, a few things. The connect() call is just an interface ... |
[
{
"msg_contents": ">\n>\n>This does not actually *say* that the appropriate behavior after EINTR\n>is to retry, but reading between the lines one might infer that it will\n>work like the nonblocking case, wherein a retry of connect tries to link\n>to the existing connection attempt, not start a new one.\n>\n>Wh... |
[
{
"msg_contents": "Hi!\n\nWould you please give me some comments about this subject? This proposal\nwas sent to you, attached to a previous mail, few weeks ago.\nI'll appreciate so much your opinion, because we are using the\nPostgreSQL for an important project at the University, and the\nincorporation of this ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.