threads
listlengths
1
2.99k
[ { "msg_contents": "The last two lines of VACUUM VERBOSE are:\n\n INFO: free space map: 49 relations, 32 pages stored; 784 total pages needed\n DETAIL: Allocated FSM size: 1000 relations + 20000 pages = 182 kB shared memory.\n\nI think \"total pages needed\" should be \"total pages used\" or \"total\npages r...
[ { "msg_contents": "I would like to ask the more experienced users on Postgres database a \ncouple of questions I have on a db I manage with a lot of data. A lot of \ndata means something like 15.000.000 rows in a table. I will try to \ndescribe the tables and what I will have to do on them :)\nThere is a table...
[ { "msg_contents": "Why not just change the function all together to 'select $1 from $2\norder by $1 desc limit 1;'\n\nIs there ANY situation where max(col) as it is, would be faster?\n\n... John\n", "msg_date": "Thu, 11 Nov 2004 17:52:19 +1100", "msg_from": "\"John Hansen\" <john@geeknet.com.au>", "...
[ { "msg_contents": "John,\n\nOn Thu, 11 Nov 2004, John Hansen wrote:\n\n> Hello folks,\n>\n> It seems that the ltree module does not support the data for which is\n> was (aparantly) created.\n>\n> The DMOZ data is encoded in UTF8, but ISALNUM() does not support unicode\n> characters...\n> In fact, it does not su...
[ { "msg_contents": "Oleg,\n\nFor example:\n\nThe DMOZ topic: Top/World/Español/Países/México/Referencia/Bibliotecas/Nacionales\n\nselect text2ltree(replace('Top/World/Español/Países/México/Referencia/Bibliotecas/Nacionales','/','.'));\nERROR: syntax error at position 14 near \"Ã\"\n\nI've also found that ...
[ { "msg_contents": "\n> How are you planning to represent the association between MIN/MAX and\n> particular index orderings in the system catalogs?\n\nDon't we already have that info to decide whether an index handles \nan \"ORDER BY\" without a sort node ?\n\nAndreas\n", "msg_date": "Thu, 11 Nov 2004 11:18:...
[ { "msg_contents": "Dear Folks,\n\nCould someone please tell what I am doing wrong?\n\n \n\nI made some minor changes to \n\nmain.c then\n\nmake then\n\nmake install\n\n \n\nwhen I want to start the postmaster I get\n\n \n\nThe program \"postmaster\" was found by\n\"/home/gevik/postgres/build2/bin/pg_ctl\"\n\n...
[ { "msg_contents": "Dear Folks,\n\nCould someone please tell me what I am doing wrong here?\n\nI made some minor changes to\nmain.c then\nmake then\nmake install\n\nwhen I want to start the postmaster I get\n\n**************************************************\nThe program \"postmaster\" was found by\n\"/home/...
[ { "msg_contents": "I have the following in my postgresql.conf\n\ncustom_variable_classes = 'pljava'\npljava.classpath = \n'C:\\\\Tada\\\\Workspace\\\\org.postgresql.pljava\\\\build\\\\pljava.jar'\n\nIt worked fine with 8.0.0beta2. The beta4 however, gives me the \nfollowing message:\n\n FATAL: unrecognized ...
[ { "msg_contents": "Excuse me for a possible offtopic,\n\nBut can anybody help me to understand why Sybase Power Designer 10.1 does\nnot understand serials and inheritance when reverse engineer Postgres\ndatabase from script.\n\nIs it possible to teach PowerDesigner to reverse engineer correctly ?\n\nOr can anyb...
[ { "msg_contents": "Excuse me for a possible offtopic,\n\nbut can anybody help me to understand why Sybase Power Designer 10.1 does\nnot understand serials and inheritance when reverse engineer Postgres\ndatabase from script.\n\nIs it possible to teach PowerDesigner to reverse engineer correctly ?\n\nOr can anyb...
[ { "msg_contents": "Hi,\n\nI just like to give POSITIVE feedback that postgresql-8.0.0beta4 \ncompiles, installs and works fine under Mac OSX 10.3.6\n(root:xnu/xnu-517.9.4.obj~1/RELEASE_PPC) as long as you have readline \nand a decent bison installed (1.875).\n\nThe regession test passes all steps:\n\n==========...
[ { "msg_contents": "Josh,\n\nwhat is a status of press release \nhttp://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.0/en/release\nand it's translations ? Does it somehow confirmed ? \nWhat do you mean under \n\"To find out more about PostgreSQL or to download it, please visit:\n In <your lan...
[ { "msg_contents": "Our customer reported a problem with Postgres v.7.3.2 server on Solaris 8\nI asked them to run a quick query and it looks like the database is\ncorrupted:\n\nselect count (1) from t_revisioncontrol\nERROR: Relation 17236 does not exist\n \nWhat can I do next?\nThanks,\nMike\n\n\n\n\n\nRelatio...
[ { "msg_contents": "Does this 'script' belong in the tree anymore? It relies on the existence\nof src/tools/SQL_keywords -- which no longer exists.\n\ngavin\n", "msg_date": "Sat, 13 Nov 2004 23:14:28 +1100 (EST)", "msg_from": "Gavin Sherry <swm@linuxworld.com.au>", "msg_from_op": true, "msg_subje...
[ { "msg_contents": "\nI have an underpowered server running 7.2.6 that backs a website which\noccasionally gets hit by a bunch of traffic and starts firing off \"FATAL\n1: Sorry, too many clients already\" messages. This is all as expected,\nbut sometimes it just crashes. I had no clue what was going on until...
[ { "msg_contents": "I'm not sure exactly what has changed, nor at the moment how to fix it, \nbut I'm finding that pgxs no longer works for PL/R or dblink. Error as \nfollows:\n\nmake: *** No rule to make target \n`/usr/local/pgsql-dev/lib/pgxs/src/makefiles/../../src/port/pg_config_paths.h', \nneeded by `all-st...
[ { "msg_contents": "Oleg & Teodor,\n\nIf I understand the code correctly, GiST will only pass the first \nattribute of each index tuple to the user-defined PickSplit method when \nit wants to split a node. (see circa line 1269 of gist.c)\n\nIs this a wise design decision? Granted, in many situations the first \n...
[ { "msg_contents": "Hi,\n\nthis query makes postmaster (beta4) die with signal 11:\n\n(echo \"CREATE TABLE footest(\";\n\tfor i in `seq 0 66000`; do\n\t\techo \"col$i int NOT NULL,\";\n\tdone;\necho \"PRIMARY KEY(col0));\") | psql test\n\n\nERROR: tables can have at most 1600 columns\nLOG: server process (PID ...
[ { "msg_contents": "When 8.0 is released, TIP 9 should change from\n\nTIP 9: the planner will ignore your desire to choose an index scan if\nyour joining column's datatypes do not match\n\nto \n\nTIP 9: the planner will ignore your desire to choose an index scan if\nyour joining column's datatypes do not match (...
[ { "msg_contents": "A remember specifically that I somewhat recently fixed psql to accept \neditors with arguments, say EDITOR=\"pico -t\". This was apparently \nbroken again during some Windows-related reshuffling. It now takes the \neditor as one quoted string rather than possibly several shell tokens. \nCo...
[ { "msg_contents": "> > 1. Quote only on Windows.\n> >\n> > 2. Expect user to put quotes in the EDITOR value if it contains a \n> > space-containing path.\n\n\nAs far I I'm aware, the options on windows are very much like those on\nunix:\n\n\"path containing spaces\" or\npath\\ containing\\ spaces\n\nKind Regard...
[ { "msg_contents": "Hello Peter,\n\nI was about to update initdb translation, but noticed\nthat newly introduced error messages in the code have \nGerman-style quotes. These propagated to the .po files now... \nIt happened in this commit:\n\nhttp://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/initdb/initdb...
[ { "msg_contents": "On 7.4:\n\nThis is what we wanted to do:\n\nIF TG_OP = 'INSERT' OR (TG_OP = 'UPDATE' AND NEW.name != OLD.name) THEN\n EXECUTE x;\nEND IF;\n\nHowever, we had to write it like this:\n\nIF TG_OP = 'INSERT' THEN\n EXECUTE x;\nELSIF TG_OP = 'UPDATE' AND NEW.name != OLD.name THEN\n EXECUTE x;\nE...
[ { "msg_contents": "\n>> The EDITOR variable seems to have a fairly standard meaning on Unix \n>> systems. I've been using that EDITOR value for years without problems, \n>> only when I use psql's \\e once in a while it breaks. I don't think we \n>> should deviate from what seems to be a standard practice.\n>\...
[ { "msg_contents": "\n> We could maybe compromise with (again, for Windows only) a policy like\n> \"double-quote unless the value already contains at least one\n> double-quote\". This should work conveniently for everybody except the\n> user who wants EDITOR='gvim.exe -y' on Windows; he'll have to add\n> some u...
[ { "msg_contents": "> >> Agreed, no quotes on Unix. I'm just wondering what to do \n> on Windows.\n> \n> > I would require the user to add quotes around his \n> executable if it has \n> > spaces.\n> \n> > set EDITOR=\"C:/Program Files/vim/vim63/gvim.exe\" -y\n> \n> I think this policy is OK for the Mac OS X cas...
[ { "msg_contents": "> > We could maybe compromise with (again, for Windows only) a \n> policy like \n> > \"double-quote unless the value already contains at least one \n> > double-quote\". This should work conveniently for everybody \n> except the \n> > user who wants EDITOR='gvim.exe -y' on Windows; he'll have...
[ { "msg_contents": "> >> Agreed, no quotes on Unix. I'm just wondering what to do \n> on Windows.\n> \n> > I don't think I've seen a single windows program that uses \n> the EDITOR \n> > variable. There are some ported unix tools, but that's it. Native \n> > windows program will have a per-program setting for t...
[ { "msg_contents": "libpq compiled with --enable-thread-safety thinks it can set the SIGPIPE\nsignal handler. It thinks once is enough.\n\npsql thinks it can arbitrarily flip the signal handler between SIG_IGN\nand SIG_DFL. Ergo, after the first use of the pager for output, libpq's\nSIGPIPE handling will be br...
[ { "msg_contents": "From: Peter Eisentraut [mailto:peter_e@gmx.net]\n> \n> Is there a Windows port of the command-line cvs tool? That \n> would be a \n> good thing to compare with.\n> \n\nThe one that I see most often ( and use here ) is CVSGUI (\nhttp://www.wincvs.org/ ), which includes a CVS command-line clie...
[ { "msg_contents": "Our customer running Postgres v. 7.3.2 reported a problem, occurring\ncouple times a week on three different servers, all on Solaris 9.\nWe enabled debugging in postgresql.conf, now it happened again;\nhere's the excerpt from the database log:\n\n2004-11-13 10:01:06 [10456] DEBUG: child pro...
[ { "msg_contents": "> \"Brusser, Michael\" <Michael.Brusser@matrixone.com> writes:\n> > Our customer running Postgres v. 7.3.2 reported a problem, occurring\n> > couple times a week on three different servers, all on Solaris 9.\n> \n> > 2004-11-13 10:01:06 [10456] DEBUG: child process (pid 19285) was\n> > term...
[ { "msg_contents": "> -----Original Message-----\n> From: Tom Lane [mailto:tgl@sss.pgh.pa.us]\n> Sent: Monday, November 15, 2004 3:34 PM\n> To: Brusser, Michael\n> Cc: Pgsql-Hackers (E-mail)\n> Subject: Re: [HACKERS] backend died \n> \n> \n> \"Brusser, Michael\" <Michael.Brusser@matrixone.com> writes:\n> > 2004-...
[ { "msg_contents": "\n>> So I thought I'd try a few scenarios, since I have it installed:\n>> [ none of which work ]\n>> So to answer your question, at least in part, there is no current good\n>> behavior to emulate. At least on this version of CVS:\n\n> I think this is fairly graphic proof that (1) a straight p...
[ { "msg_contents": "Hi All,\n\ntoday I ve got this error during a backup:\n\n[root@foradada root]# pg_dump -U postgres radiuslog | gzip -c > \nradiuslog-20041116.gz\npg_dump: ERROR: unknown address family (3)\npg_dump: lost synchronization with server, resetting connection\npg_dump: SQL command to dump the cont...
[ { "msg_contents": "From: Zeugswetter Andreas DAZ SD [mailto:ZeugswetterA@spardat.at]\n> \n> I am not sure the test is valid, since %EDITOR% was used on \n> the command line,\n> which does it's own magic on quotes. Is there a command that \n> would use the \n> envvar EDITOR without putting it on the commandline ...
[ { "msg_contents": ">> I like Kevin Brown's suggestion of writing out a temporary .txt file and\n>> 'executing' it. It will follow the principle of least suprise for Windows\n>> users.\n>\n> Note that the current default behavior (assuming you've not set EDITOR)\n> is \"vi foo.txt\" which is quite unlikely to be...
[ { "msg_contents": "hi,\nI was writing my own data type, and, I have to write aggregare function like\nmin() and max() for my datatype. I googled for the user defined aggregate\nfunctions, but I could not find any examples for the sfunc and ffunc. \nCan any of you provide me the source/structure in C or SQL for ...
[ { "msg_contents": "I have a minor issue with Makefile.shlib. Compiling with win32 it spits \nout these warnings (the same is true for Cygwin)\n\n Makefile.shlib:327: warning: overriding commands for target `libpljava.a'\n Makefile.shlib:262: warning: ignoring old commands for target \n`libpljava.a'\n\nAs it...
[ { "msg_contents": "I sent this to -patches, but it has not shown up, so I resend to -hackers.\nComments on the matter so we can get this issue resolved welcome.\n\nKind Regards,\n\nJohn Hansen\n\n--------------------------------------------------------------------------\nHello,\n\nSeing that the limit is still ...
[ { "msg_contents": "hi,\nI have programmed a rational datatype and provided it with an output function\nrational_out. \nThe output function takes a rational data type as input and returns cstring as\noutput. \nThe postgres is giving an error \n\nserver closed the connection unexpectedly\n This probably me...
[ { "msg_contents": "I was reading the email trail about this error message posted by and Ernst\nJan and Dave Cramer on: Date: 10 Feb 2003 16:37:51 -0500 \n and I can't figure out what the advice is to fix the problem.\n \nCould you please help?\n \nI get the this error:\njava.lang.ClassNotFoundException: org.pos...
[ { "msg_contents": "I've run across a bug in pg_hba.conf routines which is repeatable in\nboth 32bit intel on Linux and 64bit AMD on FreeBSD with both 7.4.5 and\n7.4.6. It results in the postmaster crashing which is quite annoying\nwhen it leaves behind it's children.\n\ncreate a file dev.users within the data d...
[ { "msg_contents": "The first public beta for pgEdit is now available (see product \ndescription below). If you would like to participate in the beta \nprogram, evaluate the software and send some feedback to me (e.g. \ncriticism, bug reports, feature requests). The first responders will \nreceive a 30 day trial...
[ { "msg_contents": "I'd like to propose removing -Wold-style-definition from the default gcc\nflags. It is cluttering my make logs with warnings that can't be got\nrid of because they are about code generated by flex.\n\n\t\t\tregards, tom lane\n", "msg_date": "Wed, 17 Nov 2004 13:50:00 -0500", "msg_fro...
[ { "msg_contents": "\nI have a query where I want to override one of the output column names. The\nproblem is that the columns are coming from a subquery. So I have do something\nlike:\n\nselect *, coalesce(a,b) as a\n from <subquery>\n\nThe problem is that * still includes column a. And replacing * with a comp...
[ { "msg_contents": "Hi,\n\n Sorry if this problem seems stupid but I would appreciate it if \nsomeone helps.\n\n I've been implementing several user-defined types and their \ncorresponding GiST index in postgresql 7.4.3. They worked well. However, \nI have noticed there are several changes in SPI functions a...
[ { "msg_contents": "PostgreSQL 8.0b4 as released.\n\nselect split_part('a b c d e f g h i j k l m n o p q r s t u v w x y\nz',' ',1);\nselect split_part('a b c d e f g h i j k l m n o p q r s t u v w x y\nz',' ',2);\nselect split_part('a b c d e f g h i j k l m n o p q r s t u v w x y\nz',' ',3);\nselect split_p...
[ { "msg_contents": "Hi!\n\nI'm not a linking guru... Is there a penalty for setting LDFLAGS+= -lstdc++ \nwhen building postgresql?\n\n> Postgis includes a bunch of useful functions for manipulating spatial\n> data. Some of them are provided by geos, a separate c++ library, with\n> postgis providing wrappers.\n>\...
[ { "msg_contents": "I was wondering if there's a bug/issue tracking system for pgsql? (e.g. \nsomething like http://www.bugzilla.org) Is the TODO list all that there is?\n\nBest Regards,\n-arman\n", "msg_date": "Wed, 17 Nov 2004 17:39:58 -0800", "msg_from": "Arman Bostani <arman@twinsun.com>", "msg...
[ { "msg_contents": "This was posted in news.groups, but it was not posted to the list.\n\n REQUEST FOR DISCUSSION (RFD)\n unmoderated group comp.databases.postgresql.admin\n unmoderated group comp.databases.postgresql.general\n unmoderated group comp.databases.postgre...
[ { "msg_contents": "Hi,\n\n I implemented a user-defined type, say X, and when I want to do the \nfollowing queries, Postgresql will complain\n\nCREATE TABLE Table1 ( id integer, object X );\n\nSELECT X, count(*) from Table1\nGROUP BY X;\n\n> ERROR: could not identify an ordering operator for type X\n> HINT: ...
[ { "msg_contents": "I try to use lo_import and lo_export for manage large object on\nPostgreSQL. I found that all files must be process on server with these\ncommands.\n\nCould I make lo_import and lo_export to use file on client local\nmachine?\nAnd How?\n\nOr Is it has other ways to manage large object that pr...
[ { "msg_contents": "\n>> Some other time maybe. Meanwhile, this patch ought to make it compile\n>> more cleanly on Windows - not sure why I get errors there but not\n>> Linux.\n> \n> Because getopt() is normally declared in unistd.h, not getopt.h (Windows \n> being an exception?).\n\ngetopt is not in any standar...
[ { "msg_contents": "Hi,\n\nI got extremely frustrated with having to create a temp table every time\nI wanted to access an arbitrary column from a record plpgsql. After\nseeing a note on the developers TODO about accessing plpgsql records\nwith a 'dot bracket' notation I started digging into the plpgsql source.\...
[ { "msg_contents": "It seems that 8.0B4's plpgsql does not diagnose 'ELSIF' being \nmisspelled as 'ELSEIF' nearly as readily as did 7.4.x. 7.4 emits a \ncompile error at the right place, whereas 8.0b4 seems to treat \nmisspelled 'ELSEIF' blocks as unreachable code, making it quite hard to \ndiagnose what is actu...
[ { "msg_contents": "Guys,\n \n Sorry for writing here. The point is that google does not helps very much with this error message, and the lists also, cause they throw different posible diagnosis for the same problem. And I think that the creators of the \"beast\" will further know what it's going on, or at lea...
[ { "msg_contents": "What I think is happening with the missing pg_statistic entries:\n\nThe install of our application involves a lot of data importing (via\nJDBC) in one large transaction, which can take up to 30 minutes. (I\nrealize I left out this key piece of info in my original post...)\n\nThe pg_autovacuum...
[ { "msg_contents": "\nThe fix for unflushed changed to pg_database records seems to have fixed \nthe problem we were seeing on spoonbill ... but it is now seeing \nproblems with the seg module:\n\nhttp://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=spoonbill&dt=2004-11-18%2016:02:58\n\ncheers\n\nandrew\n", "ms...
[ { "msg_contents": "Tom,\n\n> This seems like a good change to me.  Does anyone not like it?\n\n+1\n\n-- \nJosh Berkus\nAglio Database Solutions\nSan Francisco\n", "msg_date": "Thu, 18 Nov 2004 10:04:55 -0800", "msg_from": "Josh Berkus <josh@agliodbs.com>", "msg_from_op": true, "msg_subject": "Re...
[ { "msg_contents": "Has anyone else had any problem installing plpgsql into a 7.4.6\ndatabase? When I try (on NetBSD 2.0RC5) I get the following message:\n\ncreatelang: language installation failed: server closed the connection\nunexpectedly\n\nThis does not happen on 7.4.3, the other system that I have install...
[ { "msg_contents": "Thanks all for the quick reply.\n \nCheers, Regards, and muchas gracias!!\n\nGuido.\n\n> On Thu, Nov 18, 2004 at 10:45:53 -0500,\n> Tom Lane <tgl@sss.pgh.pa.us> wrote:\n> > G u i d o B a r o s i o <gbarosio@uolsinectis.com.ar> writes:\n> > > I am worry about a hardware problem. \n> > \n>...
[ { "msg_contents": "Folks,\n\nSome issues have come up repeatedly on IRC with new users, enough so that they \nmight be worth addressing in the code:\na) new users try just to \"psql\" as postgres, and get a \"no such database \npostgres\";\nb) new users use template1 as a testing database, and then have to re-i...
[ { "msg_contents": "Hi all,\n\n I encountered a problem when I'm implementing my user-defined type. \nMy user-defined type is defined as\n\nCREATE TYPE X\n(\n INTERNALLENGTH = 10\n INPUT = X_in,\n OUTPUT = X_out\n);\n\nIn my X_in() function, I want to access other table to do some \nbookkeeping stuff...
[ { "msg_contents": "I am running of postgresql database servers with generally 30-50 users \nat a time per server. I have noticed one thing for web based databases \nthat they fail to initialse a pg_connection connection every now and \nagain and return no error message at all. Though one of hte developers \nt...
[ { "msg_contents": "Hello,\n\nI'm working on a thesis project where I explore the addition of a\nspecialized, bioinformatics-related data type to a RDBMS. My choice of\nRDBMS is PostgreSQL, of course, and I've started by adding a \"dnaseq\" (DNA\nsequence) data type, using PostgreSQL's APIs for type additions.\n...
[ { "msg_contents": "\n>> I am running of postgresql database servers with generally 30-50 users \n>> at a time per server. I have noticed one thing for web based databases \n>> that they fail to initialse a pg_connection connection every now and \n>> again and return no error message at all.\n\nI am thinking o...
[ { "msg_contents": "The answer is: it's a gcc bug. The attached program should print\nx = 12.3\ny = 12.3\n\nbut if compiled with -O or -O2 on Stefan's machine, I get garbage:\n\n$ gcc -O ftest.c\n$ ./a.out\nx = 12.3\ny = 1.47203e-39\n$ gcc -v\nReading specs from /usr/lib/gcc-lib/sparc64-unknown-openbsd3.6/3.3....
[ { "msg_contents": "\nJust a quick note, since we obviously passed the previous date we were \naiming for ... we're aiming for Sunday evening to roll Beta5 ... all the \nmajor stuff that we felt were outstanding have been committed, and a \n*large* # of the smaller patches, but Bruce is working through his list ...
[ { "msg_contents": "plperl's error handling is not completely broken, but it's close :-(\nConsider for example the following sequence on a machine with a\nrelatively old Perl installation:\n\nregression=# create or replace function foo(int) returns int as $$\nregression$# return $_[0] + 1 $$ language plperl;\nCR...
[ { "msg_contents": "Kris,\n\nEnvironment #1: WinXP 8.0beta4 server, 8.0jdbc client\n\nI get random failures with the following errors:\n$ grep ERROR postgresql-2004-11-19_091524.log \n2004-11-19 12:19:06 ERROR: unrecognized node type: 25344832\n2004-11-19 12:20:06 ERROR: unrecognized node type: 25344832\n2004...
[ { "msg_contents": "Hi !\n\nI am quite confused of the results on a SELECT max...\n\nMy environment:\nConectiva Linux 10, PostgreSQL 7.4.6 (compiled from the sources)\n\nMy problem is the \"select max(id) FROM test\" the result is 20 but the \nright is 1020. Is this a BUG or I am crazy ??\n\nCheers,\n\nRodrigo C...
[ { "msg_contents": "I am seeing the following compile warnings in CVS. I am using for perl:\n\n\tSummary of my perl5 (5.0 patchlevel 5 subversion 3) configuration:\n\n---------------------------------------------------------------------------\n\ngmake[2]: Leaving directory `/usr/var/local/src/gen/pgsql/CURRENT/p...
[ { "msg_contents": "I am willing to add NOWAIT to a couple of commands and I have tried to \nresolve a bison problem for quite some time now:\n\nAs a first step I wanted to add NOWAIT to DELETE:\n\nDELETE FROM ... WHERE ... NOWAIT;\n\nTherefore I used:\n\n/********************************************************...
[ { "msg_contents": "Hi,\n\nFirst, I have the following question on Set Returning Functions:\n\nRegarding the return type, there are two ways of defining it:\n\nEither set it to: \"setof _some_predifined_type\" \nor \nset it to: \"setof records\" and then define the expected results with \"as(attr1 type, ..., ...
[ { "msg_contents": "> \"Brusser, Michael\" <Michael.Brusser@matrixone.com> writes:\n> > Our customer reported a problem with Postgres v.7.3.2 \n> server on Solaris 8\n> > I asked them to run a quick query and it looks like the database is\n> > corrupted:\n> \n> > select count (1) from t_revisioncontrol\n> > ERRO...
[ { "msg_contents": "Anyone else seeing problems with cvs web? For at least the past week, \nI'm seeing:\n\nError: pgsql/pgsql/src/Makefile.shlib.diff: no such file or directory\n\nwhenever I try to do \"Diff to previous\". It is also gawdawful slow in \narriving at that error.\n\nJoe\n", "msg_date": "Sat, 20...
[ { "msg_contents": "Updated patch,.... Disregard old one, it broke ucs2.\n\n\n... John", "msg_date": "Sun, 21 Nov 2004 20:19:13 +1100", "msg_from": "\"John Hansen\" <john@geeknet.com.au>", "msg_from_op": true, "msg_subject": "Re: Unicode characters above 0x10000 #2" } ]
[ { "msg_contents": "3 times lucky?\n\nLast one broke utf8.... Grrrr\n\nThis one works,.... Too tired, sorry for the inconvenience..\n\n... John", "msg_date": "Sun, 21 Nov 2004 21:50:09 +1100", "msg_from": "\"John Hansen\" <john@geeknet.com.au>", "msg_from_op": true, "msg_subject": "Re: Unicode ch...
[ { "msg_contents": "In a PL language it's sometimes desirable to prevent execution of some \ncommands. I would like to prevent the commands \"begin [work or \ntransaction]\", \"commit\", and \"rollback\", completely and I would like to \nforce the user to use explicit methods for the savepoint methods.\n\nI won...
[ { "msg_contents": "\nHi,\n\nEnvironment:\n\n SunOS 5.7 Generic_106541-29 sun4u sparc SUNW,UltraSPARC-IIi-Engine\n Postgresql-7.4.6\n Build config: --with-java --enable-thread-safety\n gcc version 3.3.1\n less-381\n readline-4.3\n\n $ echo $PAGER\n /usr/local/bin/less\n $ echo $LES...
[ { "msg_contents": "\nJust as a heads up, I'm going to roll it in about 4hrs (~02:00GMT) ...\n\n----\nMarc G. Fournier Hub.Org Networking Services (http://www.hub.org)\nEmail: scrappy@hub.org Yahoo!: yscrappy ICQ: 7615664\n", "msg_date": "Sun, 21 Nov 2004 18:17:36 -0400 (AST)...
[ { "msg_contents": "\nCheck her out and let me know if there are any problems ... I've changed \nthe mk script to pull in the beta3 man pages that I found in the dev/doc \ndirectory ...\n\n----\nMarc G. Fournier Hub.Org Networking Services (http://www.hub.org)\nEmail: scrappy@hub.org Yahoo!:...
[ { "msg_contents": "Hello to everybody again,\n\n \n\nthought you didn't hear any news from me for a very long time, the news are\ngood :-)\n\nI'm still here and promoting PostgreSQL.\n\n \n\nI am involved in the developing of a big romanian project for the vets that\nwill put Linux & PostgreSQL on 3500 computer...
[ { "msg_contents": "Hello,\nI saw discussion about bitmap indexes few weeks ago. I wonder if\nany of you is working on it (in secret)? I will be chosing subject\nof my master thesis and thougth about implementing bitmap indexes.\n\n-- \n**Paweďż˝ Niewiadomski**, new()foo-baz.com, http://new.foo-baz.com/\nPodrďż˝...
[ { "msg_contents": "Our local admin tried compiling a 64bit PostgreSQL on Solaris 9 using\nthe below environment:\n\n export\n PATH=:/usr/bin/sparcv9:/usr/ccs/bin/sparcv9:/usr/sfw/bin/sparcv9:/usr/local/bin/sparcv9:/usr/bin:/usr/local/bin:/usr/sfw/bin:/usr/ccs/bin\n export\n LD_LIBRAR...
[ { "msg_contents": "Hello\nI need to \"pg_dump\" my database, but i want only to receive sql commands \nwhich will insert row which were inserted into database today. Is there \nany way to do it ?\nI have large database and i want to make \"incremential backups\".\n\nThanx\nMichal\n\n", "msg_date": "Mon, 22 ...
[ { "msg_contents": "I have been unable to come up with a simple test case for this problem\n(yet). But here is some additional information.\n\nToday I setup a 7.4.6 and an 8.0.0beta5 on linux (RH9) and could also\nreproduce the problem. However there were some new twists.\n\nI now sometimes get the following e...
[ { "msg_contents": "OK, getting closer. The error happens if in jdbc I reuse\nPreparedStatement objects to reexecute the same set of queries multiple\ntimes. Specifically if I do the following set of queries:\n\nDeclare cursor\nClose cursor\nDeclare cursor\nClose cursor\nDeclare cursor\nClose cursor\nDeclare c...
[ { "msg_contents": "As somebody already noticed i'm working on view update rules for (currently \nSQL92 only) updateable views. There are some issues i would like to hear \nthe opinion of experienced pgsql-hackers about (and maybe get some pointers \nto solve them):\n\nColumn DEFAULT values aren't automatically ...
[ { "msg_contents": "> The impression I had was that disk drives no longer pay the slightest\n> attention to interleave specs, because the logical model \n> implied by the\n> concept is too far removed from modern reality (on-disk buffering,\n> variable numbers of sectors per track, transparently remapped bad\n> ...
[ { "msg_contents": "> From: Doug McNaught [mailto:doug@mcnaught.org]\n> \n> \"Bort, Paul\" <pbort@tmwsystems.com> writes:\n> \n> > One other thought: How does static RAM compare to disk \n> speed nowadays?\n> > A 1Gb flash drive might be reasonable for the WAL if it \n> can keep up.\n> \n> Flash RAM \"wear...
[ { "msg_contents": "Here are the diffs for the regression test failures on Solaris 8.\nThe tests work fine on Redhat9 and Redhat Enterprise Linux 3.\n\nKen Marshall\n\n*** ./expected/errors.out\tSat Mar 13 22:25:17 2004\n--- ./results/errors.out\tTue Nov 23 14:09:45 2004\n***************\n*** 297,303 ****\n -- ...
[ { "msg_contents": "For a while I've been keeping a bittorrent client running with some of\nthe common postgresql torrents that are available, but grabbing the\n.torrent files is a bit of a pain. Is there an easy way to download all\nof the appropriate .torrent files that are available?\n-- \nJim C. Nasby, Datab...
[ { "msg_contents": "It seems that the check in src/pl/plperl/plperl.c\n\n eval_pv((safe_version < 2.09 ? safe_bad : safe_ok), FALSE);\n\nis not working quite as expected (CVS HEAD from today):\n\nI have Safe.pm at version 2.09, yet any plperl function I run fails with :\n\nERROR: error from function: trusted p...
[ { "msg_contents": "Tom,\n\nHere is what you requested. (Thanks to Oliver for the good logging in\nthe jdbc driver).\n\nI also have the test case (in java) down to the bare minimum that\ngenerated the following output (that test case is attached). (Note that\nif the FETCH in the test case is not executed then ...
[ { "msg_contents": "The \"--help\" output for most of the binaries we install does not include\nthe \"-V\" option (just its alias, --version). Is this intentional?\n\n(Note that we still document this option in the reference pages for some\ncommands, and initdb's help output does include \"-V\".)\n\nSpeaking of ...
[ { "msg_contents": "Hello, Michael Fuhr\n\nI've changed my clock. Back to future now. ^_^\n\n\n\nThanks & Regards!\n\t\t\t \nArnold.Zhu\n2004-11-24\n\n\n======= 2004-11-24 13:52:05 You wrote: =======\n\n>On Tue, Nov 23, 2004 at 10:46:54PM -0700, Michael Fuhr wrote:\n>\n>> On Thu, Nov 23, 2000 at 11:59:58AM +0800...
[ { "msg_contents": "Hello, Michael Fuhr\n\nThank you very much for your reply, I'm looking for a method to port our application\nwith .Net and Sql Server 2000 to linux and mono.\n\nSql server 2000's stored procedure take parameter like @Id, @Name etc. Then in our C#\nprograms, use @Id, @Name as Select, Insert, D...