threads listlengths 1 2.99k |
|---|
[
{
"msg_contents": "Hi,\nIm new to postgres and I'm about to implement the algorithm \"double \npipelined hash join\". I've started using SPI functions but soon I \nrealised that I 'm not at the right way (am I?). Is there a way that \nI'm not obliged to change code of the optimizer of postgres but to \nwrite... |
[
{
"msg_contents": "Log Message:\n-----------\nFix breakage in hashjoin from recent backpatch of left-join bug fix.\n(That's what I get for not testing the back branches *before* committing.)\n\nTags:\n----\nREL7_3_STABLE\n\nModified Files:\n--------------\n pgsql/src/backend/executor:\n nodeHashjoin.c... |
[
{
"msg_contents": "Dear Sirs,\n\nI would like to know if there are any discussions about\ncreating an embedded version on postgresql. My thoughts\ngo towards building/porting a sqlite equivalent of pg.\n\nRegards,\nGB.\n\n",
"msg_date": "Thu, 14 Oct 2004 09:49:47 +0200 (CEST)",
"msg_from": "gevik@xs4all... |
[
{
"msg_contents": "Hi,\n\nI'm trying to add a -project specific- networking feature to my postgres\nbuild (or database as function). What I want to do is to send a Query\ninstance (as a String-retrieved through an SPI function) to other\nmachines and (after they have executed it) to receive result tuples.\nIt's... |
[
{
"msg_contents": "Dear Sirs,\n\nI would like to know if there are any discussions about\ncreating an embedded version on postgresql. My thoughts\ngo towards building/porting a sqlite equivalent of pg.\n\nRegards,\nGB.\n\n\n\n",
"msg_date": "Thu, 14 Oct 2004 09:58:19 +0200 (CEST)",
"msg_from": "gevik@xs... |
[
{
"msg_contents": "\n> > create index people_male_gay_ix on people (city) where gender = 'male' and\n> > orientation = 'gay';\n> \n> You've forgotten part of my premise (based on a real case I discussed on IRC) \n> that there are EIGHTEEN criteria columns.\n\nThat is why I said maybe :-) Whether it helps depend... |
[
{
"msg_contents": "\nIt has just been brought to my attention that we are being very \nrestrictive about what we allow to be done in trusted plperl. Basically \nwe allow the :default and :base_math set of operations (run perldoc \nOpcode or see http://www.perldoc.com/perl5.8.0/lib/Opcode.html for \ndetails of w... |
[
{
"msg_contents": "> I saw your message on the postgresql mailing lists. The TelegraphCQ\n> project at Berkeley is implemented using the Postgres code base as a\n> starting point. TelegraphCQ has a generalized mechanism for receiving\n> data from remote data sources, and also for on demand request-response\n> s... |
[
{
"msg_contents": "Dann Corbit wrote:\n> Create a 64 bit hash (e.g. UMAC) of the prepared statement (removing\n> hardwired parameters as needed so that \"SELECT Col1, col2 FROM\nSome_Table\n> where FOO = 'BAR'\" becomes \"SELECT COL1, COL2 FROM SOME_TABLE WHERE\nFOO =\n> ?\", form consistent capitalization of t... |
[
{
"msg_contents": "\nMy original code for initdb stripped the .exe suffix off the progname \nstored, in this snippet of code:\n\n\tcarg0 = xstrdup(argv[0]);\n\tcanonicalise_path(carg0);\n\n\tlastsep = strrchr(carg0, *'/'*);\n\tprogname = lastsep ? xstrdup(lastsep + 1) : carg0;\n\n#*if* *defined*(__CYGWIN__) || ... |
[
{
"msg_contents": " \n\n> -----Original Message-----\n> From: pgsql-hackers-owner@postgresql.org \n> [mailto:pgsql-hackers-owner@postgresql.org] On Behalf Of \n> Andrew Dunstan\n> Sent: 15 October 2004 15:07\n> To: PostgreSQL-development\n> Subject: [HACKERS] get_progname and .exe suffix\n> \n> \n> Somewhere al... |
[
{
"msg_contents": "Hello!\n\nI wrote this css file 2 years ago. It's very useful when using docs.\nCan you add it in mainstream?\n\nThanks.\n\nNurlan Mukhanov",
"msg_date": "Sat, 16 Oct 2004 01:02:47 +0700",
"msg_from": "\"Nurlan M. Mukhanov\" <nurlan@tourist.kz>",
"msg_from_op": true,
"msg_subj... |
[
{
"msg_contents": "\nI think we are getting closer to a final release. I haven't seen many\n_major_ failures in a few weeks, and the open items list is shrinking. I\nwould like us to make a concentrated effort to address or fix all the\nopen items by November 1 and consider a final 8.0 release during November.... |
[
{
"msg_contents": "I'm having my first try at a PL/Python function. It is also a first try\nat Python, so the answer to this may be obvious.\n\nAccording to the docs (8.0):\n\n Calling plpy.execute with a query string and an optional limit\n argument causes that query to be run and the result to ... |
[
{
"msg_contents": "\nI have just started seeing the following on win32:\n\nmake[1]: Entering directory \n`/home/pgrunner/pgbuildfarm/root/HEAD/pgsql.blurfl/contrib/pg_autovacuum'\ngcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes \n-Wmissing-declarations pg_autovacuum.o -L../../src/interfaces/libpq -lpq \... |
[
{
"msg_contents": "\n\n>I have just started seeing the following on win32:\n>\n>make[1]: Entering directory \n>`/home/pgrunner/pgbuildfarm/root/HEAD/pgsql.blurfl/contrib/pg_a\n>utovacuum'\n>gcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes \n>-Wmissing-declarations pg_autovacuum.o \n>-L../../src/interface... |
[
{
"msg_contents": " \n\n> -----Original Message-----\n> From: pgsql-hackers-owner@postgresql.org \n> [mailto:pgsql-hackers-owner@postgresql.org] On Behalf Of Bruce Momjian\n> Sent: 16 October 2004 04:39\n> To: PostgreSQL-development\n> Subject: [HACKERS] Nearing final release?\n> \n> \n> \to fix MSVC build to e... |
[
{
"msg_contents": "It seems most logical to me to break the fundamental operations into:\n1. Prepare to create the compiled query plan\n2. Describe to bind the query input/output parameters\n3. Execute to produce a result set\n\nOr equivalent functionality. Then, you can bind all three parts into\none opera... |
[
{
"msg_contents": "Recent versions of GCC support some additional warning flags that I \nthink would be useful to enable for building PostgreSQL:\n\n-Wmissing-declarations (\"Warn if a global function is defined without a \nprevious declaration.\")\n\n-Wdeclaration-after-statement (Recent versions of GCC allow ... |
[
{
"msg_contents": "Currently, the assembly for TAS() on x86 does a non-locking test before \nusing an atomic operation to attempt to acquire the spinlock:\n\n\t__asm__ __volatile__(\n\t\t\"\tcmpb\t$0,%1\t\\n\"\n\t\t\"\tjne\t1f\t\\n\"\n\t\t\"\tlock\t\t\\n\"\n\t\t\"\txchgb\t%0,%1\t\\n\"\n\t\t\"1: \\n\"\n:\t\t\"+q... |
[
{
"msg_contents": "\nI have annotated the open items:\n\n---------------------------------------------------------------------------\n\n\n PostgreSQL 8.0 Open Items\n =========================\n\nCurrent version at http://candle.pha.pa.us/cgi-bin/pgope... |
[
{
"msg_contents": "\nI am seeing this (among other things) when running the seg contrib \nmodule regression:\n\n***************\n*** 418,425 ****\n ERROR: bad seg representation\n DETAIL: syntax error at or near \"e\"\n SELECT '1e700'::seg AS seg;\n! ERROR: syntax error\n! DETAIL: numeric value 1e700 unr... |
[
{
"msg_contents": "\nSeeing as I've missed the last N messages... I'll just reply to this\none, rather than each of them in turn...\n\nTom Lane <tgl@sss.pgh.pa.us> wrote on 16.10.2004, 18:54:17:\n> I wrote:\n> > Josh Berkus writes:\n> >> First off, two test runs with OProfile are available at:\n> >> http://kha... |
[
{
"msg_contents": "Hello,\n\nWhile reviewing PostgreSQL 8's SQL:2003 conformance (see the documentation\nmailing list), I've come across a - possibly - easy-to-implement\nconformance improvement for CREATE FUNCTION:\n\nSQL:2003 uses the word DETERMINISTIC where PostgreSQL uses IMMUTABLE.\nAnd SQL:2003 uses \"NO... |
[
{
"msg_contents": "\nThe makefile for tsearch2 has this rule:\n\ntsearch2.sql: tsearch.sql.in\n sed -e 's,MODULE_PATHNAME,$$libdir/$(MODULE_big),g' \\\n -e 's,DATA_PATH,$(datadir)/contrib,g' $< >$@\n\n\nThe problem is that on Windows, $(datadir) is typically a virtual Msys \npath (or least typically i... |
[
{
"msg_contents": "(Tom: this is not as severe a problem as I first thought)\n\nIf a client sends a V3 message that is sufficiently large to cause a \nmemory allocation failure on the backend when allocating space to read \nthe message, the backend gets out of sync with the protocol stream.\n\nFor example, send... |
[
{
"msg_contents": "I've got the CREATE TABLE AS restructuring almost finished, but came\nacross something that I could use some advice on. The current code\nstores the \"into\" relation (and whether or not that relation has OIDs)\nin the Query struct. This is ugly[1], but I'm not sure how to fix it.\n\nThe main... |
[
{
"msg_contents": "Hi everyone,\n\nI think I'll be taking some time off from the PostgreSQL project, to \nwork on other stuff that has my interest more at the moment :)\n\nI'll still be lurking around, but I won't really have much time to do \nactual coding.\n\nCheers,\n\nChris\n",
"msg_date": "Mon, 18 Oct ... |
[
{
"msg_contents": "The attached log from make on tsearch2 for windows demonstrates a \nfailure at the dllwrap stage, presumably as a result of changes just \nmade to handle the relative path thing discussed yesterday. It also \nillustrates some other make and compile warnings I am seeing quite \nfrequently, and... |
[
{
"msg_contents": "As has previously been pointed out, the strings marked up for gettext \ntranslation in the pgport library don't work and need to be moved back \nto where they once came from, unless someone wants to add gettext and \nlocale setup in pgport. (That might be silly, because in theory locale \nan... |
[
{
"msg_contents": "> \to fix shared memory on Win2k terminal server\n> \n> \tWe might be able to just mark this as not supported.\n\nI have attached a patch that I think fixes this. The problem I saw \nand fixed is, that the shmem created in a terminal services client is not \nvisible to the console (or service... |
[
{
"msg_contents": "Got this after a fresh cvs update -d -P:\n\n../../../../src/include/storage/s_lock.h: In function `tas':\n../../../../src/include/storage/s_lock.h:124: warning: read-write \nconstraint does not allow a register\n../../../../src/include/storage/s_lock.h:124: warning: read-write \nconstraint do... |
[
{
"msg_contents": "Hallo!\nI have a big problem, could you please help me?\n\nI am developing a DB System accociated with a File\nserver. The DB Server schould manage directories which\ncoulkd be, I thought, created through fired Triggers.\nI wrote a C function and compiled as -shared. But its\nnot working. Is ... |
[
{
"msg_contents": "\nWhen I run pg_ctl -w start I often see this on the log, which is less \nthan clear, if not downright confusing:\n\n....\nLOG: database system is ready\nFATAL: the database system is starting up\n\nAny ideas on how to improve this?\n\ncheers\n\nandrew\n",
"msg_date": "Mon, 18 Oct 2004 14... |
[
{
"msg_contents": ">> \to fix shared memory on Win2k terminal server\n>> \n>> \tWe might be able to just mark this as not supported.\n>\n>I have attached a patch that I think fixes this. The problem I saw \n>and fixed is, that the shmem created in a terminal services \n>client is not \n>visible to the console (... |
[
{
"msg_contents": "Hello all,\n\nI'm trying to modify the storage manager now.\n\nI found a number of smgrs are stored separately in the storage manager\nmodule (NSmgr in smgr.c and NStorageManagers in smgrtype.c),\nand names of storage managers are stored in smgrtype.c.\nAre there any reason for this?\n\nI thi... |
[
{
"msg_contents": " \nHallo!\nI would like to know if there are any discussions\nabout managing directories from Postgresql Datnbank\nSystem. Or knows anybody how to manage it? \n\n\n\nThanks \n\n\n\t\n\n\t\n\t\t\n___________________________________________________________\nGesendet von Yahoo! Mail - Jetzt ... |
[
{
"msg_contents": "Postgres 7.0.2 Problem\n-----------------------------------\n \nI am having a rather big problem with an installation of postgres 7.0.2 on\ncobalt, in that the db server is unable to see any of the data stored in the\n(only) database which is running (other than template1). I suspect that th... |
[
{
"msg_contents": "The command-line argument parsing in pg_ctl is not portable. This is the \noutput on a glibc system:\n\n$ pg_ctl start stop\npg_ctl: too many command-line arguments (first is \"start\")\n\nBut:\n\n$ POSIXLY_CORRECT=1 pg_ctl start stop\npg_ctl: too many command-line arguments (first is \"stop... |
[
{
"msg_contents": "\n> >> \to fix shared memory on Win2k terminal server\n> >> \n> >> \tWe might be able to just mark this as not supported.\n> >\n> >I have attached a patch that I think fixes this. The problem I saw \n> >and fixed is, that the shmem created in a terminal services client is not \n> >visible to ... |
[
{
"msg_contents": "GB:\n\n> I would like to know if there are any discussions about\n> creating an embedded version on postgresql. My thoughts\n> go towards building/porting a sqlite equivalent of pg.\n\nNot that I personally know of. While it would be nice to have an embeddable \ndatabase which was syntax-c... |
[
{
"msg_contents": "http://secunia.com/advisories/12860/\n\n\n",
"msg_date": "Tue, 19 Oct 2004 16:18:35 -0400",
"msg_from": "Rod Taylor <pg@rbt.ca>",
"msg_from_op": true,
"msg_subject": "Possible make_oidjoins_check Security Issue"
},
{
"msg_contents": "On Wed, 2004-10-20 at 06:18, Rod Ta... |
[
{
"msg_contents": "Hi,\nI've read a few of the recent posts about 2-phase-commit support. I \nnoticed some discussion related to persisting the state of in-doubt \ntransactions, and thought you might be able to take advantage of work that \nhas been going on in the area of transaction logs. \n\nI'm working on ... |
[
{
"msg_contents": "\nThe following bug has been logged online:\n\nBug reference: 1290\nLogged by: Troels Arvin\n\nEmail address: troels@arvin.dk\n\nPostgreSQL version: 8.0 Beta\n\nOperating system: Linux, Fedora Core 2 + stuff from Red Hat Rawhide\n\nDescription: Default value and AL... |
[
{
"msg_contents": "The buildfarm has identified yet another failure under SPARC/Solaris 8 as \noutlined in.\n\nhttp://oicu.homedns.org:81/cgi/show_log.pl?nm=potorooo&dt=2004-10-20%2002:30:01\n\ndblink causeing PG to die with sig11\n\n\n-- \nDarcy Buskermolen\nWavefire Technologies Corp.\nph: 250.717.0200\nfx: ... |
[
{
"msg_contents": "Hi\n\nWas already implemented the timeout on the \"SELECT ... FOR UPDATE\" (non-blocking lock) and/or is possible known if the lock exist on the specified ROW before executing the SELECT?\n\nPlease note: ours need is the timeout/verify at the ROW level, not at the table level. \n\nIs already ... |
[
{
"msg_contents": "I've made a partial implementation of a datatype \"timestamp with time\nzone\" as described in the sql standard. The current type \"timestamptz\" \ndoes not store the time zone as a standard one should do. So I've made a\nnew type I've called timestampstdtz that does store the time zone as t... |
[
{
"msg_contents": "Chris, Manfred, David, \"Mohawk\",\n\n> > What about a dblink style interface to a non-MVCC SQL database? I\n> > think someone on this list mentioned that there are open source\n> > in-memory SQL databases.\n>\n> Funny you should mention this. I'm working on a generalized one that\n> uses P... |
[
{
"msg_contents": "\nI'm thinking that this subject has some cross-overs with another topic\nmentioned recently: improving VACUUM performance.\n\nJust to recap: Frequently updated tables are a problem because they grow\nsignificantly, with many useless row versions in there. The usual\nsolution is to run freque... |
[
{
"msg_contents": "It was suggested to me off-list that libpq should do\n\"fcntl(fd, F_SETFD, FD_CLOEXEC)\" on the socket connecting to the server.\nThis would prevent any child program from accidentally or maliciously\ninterfering with the connection. It would also prevent people from\ndeliberately turning ov... |
[
{
"msg_contents": "The Slony-I team is proud to present the 1.0.4 release of the most\nadvanced replication solution for the most advanced Open Source\nDatabase in the world.\n\nThe release tarball is available for download \n http://developer.postgresql.org/~wieck/slony1/download/slony1-1.0.4.tar.gz\n\nThere... |
[
{
"msg_contents": "\nOn Sunday night, we're going to be looking at rolling up beta4, so that \neveryone is working with 'the same copy' as far as all of the changes that \nhave gone in over the past couple of weeks.\n\nIf anyone has any outstanding bug reports, or patches, that haven't been \naddressed yet, ple... |
[
{
"msg_contents": "Hello, \n\ni have installed postgres 8.0 beta3 as a program on my pc on windows xp. I\nhave read on the installation note file that postgres server will not run\nwith administrative permissions. I have read on your forum that this\nhappened because i have installed the beta version: is it tru... |
[
{
"msg_contents": "I'm having problems with cvs:\n\ncvs diff: failed to create lock directory for `/cvsroot/pgsql-server' (/cvsroot/pgsql-server/#cvs.lock): No such file or directory\ncvs diff: failed to obtain dir lock in repository `/cvsroot/pgsql-server'\ncvs [diff aborted]: read lock failed - giving up\n\n-... |
[
{
"msg_contents": "Is it just me or is this syntax very ugly?\n\n SET [ SESSION | LOCAL ] SESSION AUTHORIZATION username\n SET [ SESSION | LOCAL ] SESSION AUTHORIZATION DEFAULT\n\nso the parser accepts \n\n SET SESSION SESSION AUTHORIZATION DEFAULT;\n\nI know the SESSION/LOCAL part should be the same as the ... |
[
{
"msg_contents": "Would the version bump be a good time to fix the \"UNICODE\" encoding \nmisnomer in database creation and in the backend param status? I assume \nit should be \"UTFx\".\n\n",
"msg_date": "Fri, 22 Oct 2004 11:06:12 -0400",
"msg_from": "Agent M <agentm@themactionfaction.com>",
"msg_... |
[
{
"msg_contents": "I have an idea for a change to the contributed module pg_autovacuum that\nI would like to run by people. What I want to do is make sure that when\nvacuum (or analyze) runs that it takes no time from actual transactions.\n To this end I want to add an option (-n?) which runs nice(2) on the\np... |
[
{
"msg_contents": "Hi every one,\n\nI need help to debug the problem I have on Unixware 714 and beta3.\npostgresql make check hangs on plpgsql test when compiled with\n--enable-thread-safty.\n\nIt does hang on select block_me();\n\nThis select should be canceled by the set statement_timeout=1000, instead,\nthe ... |
[
{
"msg_contents": "I've been using the ARC debug options to analyse memory usage on the\nPostgreSQL 8.0 server. This is a precursor to more complex performance\nanalysis work on the OSDL test suite.\n\nI've simplified some of the ARC reporting into a single log line, which\nis enclosed here as a patch on freeli... |
[
{
"msg_contents": "Pursuant to prior discussion, I have added a flag to guc.c that marks\ncertain GUC variables as not to be shown to non-superusers. For the\nmoment it's just set on variables related to the server's filesystem\nlayout, such as the recently added data_directory and config_file\nvariables. But... |
[
{
"msg_contents": "\n\n----\nMarc G. Fournier Hub.Org Networking Services (http://www.hub.org)\nEmail: scrappy@hub.org Yahoo!: yscrappy ICQ: 7615664\n",
"msg_date": "Fri, 22 Oct 2004 17:45:26 -0300 (ADT)",
"msg_from": "\"Marc G. Fournier\" <scrappy@hub.org>",
"msg_fr... |
[
{
"msg_contents": "\nJust updated the ftp server for 7.2.6, 7.3.8 and 7.4.6 ... please check \nthe tar files over and report any problems ... assuming no bad reports \nback, I'll do a broader announce in a couple of hours ...\n\n\n\n----\nMarc G. Fournier Hub.Org Networking Services (http://www.hub.or... |
[
{
"msg_contents": "This is from one of the examples in the documentation:\n\nSELECT to_char(-485, '999S');\n to_char\n---------\n 485-\n\nThe reverse doesn't work as well:\n\nSEKLECT to_number('485-', '999S');\n to_number\n-----------\n 485\n\nIs this a bug or intentional?\n\n-- \nPeter Eisentraut\nhttp:/... |
[
{
"msg_contents": "People:\n\nHaving today spent 3.5 hours correcting a pg_dump file with permissions \nproblems, I've come to the inescapable realization that the \"SESSION \nAUTHORIZATION\" concept is WAY too fragile.\n\nInstead, we should have a \"CREATE .... WITH OWNER username\" extension to all \nof our C... |
[
{
"msg_contents": "I am seeing regression test failures on HPUX 11.23 (on ia64) using gcc\n3.4.1. The failures occur because refint.so fails to load:\n\n/usr/lib/hpux32/dld.so: Unsatisfied code symbol '__divdi3' in load module '/house/tgl/pgsql/src/test/regress/../../../contrib/spi/refint.so'.\nERROR: could n... |
[
{
"msg_contents": "I found a nice page about daylight saving time that I want to share:\n\n http://timeanddate.com/time/aboutdst.html\n\nHere are some fun quotes from the page:\n\n\"Sometimes DST is used for longer periods than just one summer, as in the \nUnited States during World War II. From 3 Feb 1942 to... |
[
{
"msg_contents": "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1\n\n\nHi,\n\nI get an error while building 7.2.6 RPMS on Fedora Core 1.\n\n# gcc --version\ngcc (GCC) 3.3.2 20031022 (Red Hat Linux 3.3.2-1)\n# bison --version\nbison (GNU Bison) 1.875\n\n===========================================================... |
[
{
"msg_contents": "\nWith the patches Tom applied today, regarding the seg and cube modules \nand get_progname(), cvs tip now fully (and for the first time) passes \nall the buildfarm tests, including contrib installcheck.\n\ncheers\n\nandrew\n",
"msg_date": "Sun, 24 Oct 2004 19:56:54 -0400",
"msg_from"... |
[
{
"msg_contents": "\nWill do a broad announce on Monday, but let me know if there are any \nproblems with it ...\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, 24 Oct 200... |
[
{
"msg_contents": " \n\n> -----Original Message-----\n> From: pgsql-hackers-owner@postgresql.org \n> [mailto:pgsql-hackers-owner@postgresql.org] On Behalf Of \n> Andrew Dunstan\n> Sent: 25 October 2004 00:57\n> To: PostgreSQL-development\n> Subject: [HACKERS] windows milestone\n> \n> \n> With the patches Tom ap... |
[
{
"msg_contents": "\nHouston, we have a problem.\n\nShown below is an extract from the traces of make installcheck in \ncontrib. It is decorated with some extra traces I built into \nsrc/port/dirmod.c::rmtree(). It shows quite reproducible failure of \nrmtree(), mostly at the rmdir calls, but even more worrying... |
[
{
"msg_contents": "Tom,\n\n> As far as I can tell, Dennis is planning slavish adherence to the spec,\n> which will mean that the datatype is unable to cope effectively with\n> daylight-savings issues. So I'm unconvinced that it will be very\n> helpful to you for remembering local time in addition to true\n> (u... |
[
{
"msg_contents": "It is with some sadness I write this message to this group of talented people \nthat I have come to think of as almost an extended family. \n\nAs release time for PostgreSQL 8.0 comes near, I find myself unable to spend \nas much time on RPMs as I once did; frankly, I find myself not quite a... |
[
{
"msg_contents": "Lamar,\n\nOn behalf of the Core Team, we thank Lamar for five years of making packages \navailable for PostgreSQL. His efforts have made a substantial difference in \nmany PostgreSQL users' jobs by making downloads available for those who are \nuncomfortable with source installs or use RPMs... |
[
{
"msg_contents": "Any chance of changing \\copy and COPY to allow\nspecifying what the fields are enclosed by (such as\nquotes) and to ignore the first x number of lines? I\nhave data like below and don't know of an easy way to\nfinesse it for importing (a simple regexp would remove\nquotes, but I just got tri... |
[
{
"msg_contents": "\nAh, looks like \"enclosed by\" will be in PG 8 :). Is\n\"QUOTE [ AS ] 'quote'\" for the \"enclosed by\"\ncharacter?\n\nIgnore x lines would be nice, but not as big of a\ndeal.\n\nhttp://developer.postgresql.org/docs/postgres/sql-copy.html\n\n\n\n--- CSN <cool_screen_name90001@yahoo.com> wro... |
[
{
"msg_contents": "hi.\nPlease help me. I compiled and install pgadmin 3 version 1.0.2 with\nwxGTK 2.4.2_r1 and when i tried to connect to any server this send a\nbeatiful error Segmentation default o something these. My distribution\nis gentoo 2004.2 \n\nI don't know how resolve this if you can tell me how i d... |
[
{
"msg_contents": "[sorry if this mail appears more than once, but it seems the others didn't \nmake it through the list]\n\nThis is a short preview on the view update code i'm currently working on. \nIt is far away from being ready, but i want to share the current code and \nget some hints, what things have to... |
[
{
"msg_contents": "--On Dienstag, Oktober 26, 2004 13:02:27 +0200 Bernd Helmle \n<mailings@oopsware.de> wrote:\n\n> [sorry if this mail appears more than once, but it seems the others\n> didn't make it through the list]\n>\n> This is a short preview on the view update code i'm currently working on.\n> It is far... |
[
{
"msg_contents": "Is there something wrong that makes it impossible to build the doc as a \npdf?\n\nI started a build 4 hours ago, and it has still not finished (stuck at\n100% CPU on my old 800Mhz 1G RAM machine).\n\nI know that openjade is very slow so for the first 3 hours I didn't worry.\nNow I'm starting ... |
[
{
"msg_contents": "Hello,\n\nI have a little question. Why performs Postgresql a Seq. Scan in the \nnext Select statement instead of a Index Read?\n\nI have an index on (ATTR1,ATTR2,ATTR3), so why is postgresql not \nperforming a Index Keyed Read in the SELECT?\n\nI agree that the tables are empty so maybe this... |
[
{
"msg_contents": "I just updated my CVS copy and am seeing four new warnings from\npgstat.c:\n\t\n\tpgstat.c:2352: warning: variable `dbentry' might be clobbered by\n\t`longjmp' or `vfork'\n\tpgstat.c:2360: warning: variable `havebackends' might be clobbered by\n\t`longjmp' or `vfork'\n\tpgstat.c:2362: warning... |
[
{
"msg_contents": "just wondering:\n\ntest=> select version();\n version\n------------------------------------------------------------------------------------------\n PostgreSQL 8.0.0beta4 on i686-pc-linux-gnu, compiled by GCC gcc (GCC)\n3.3.3 (SuSE Linux)\n(1 row)\n\ntes... |
[
{
"msg_contents": "I was doing some testing with DBT-3 on our 8-way STP systems and\nnoticed a significant difference in the execution of Query 2 using\n8.0beta3.\n\nHere is the query template we're using:\nselect s_acctbal, s_name, n_name, p_partkey, p_mfgr, s_address, s_phone,\n s_comment\nfrom part, su... |
[
{
"msg_contents": "In previous releases it was possible to observe whether an automatic\ncheckpoint was in progress by looking to see if there was a postmaster\nchild process doing one. In 8.0 this will not work because the bgwriter\nis always there. I am thinking that for tasks such as performance\ndebugging... |
[
{
"msg_contents": "Mark,\n\n> The plans are different and I suspect thats where the differences lie.\n> For brevity (and readability) I won't copy the plans here but I'll\n> provide the links. Search for 'PERF1.POWER.Q2' in the file, it's the\n> second query executed and you'll notice the differences under the... |
[
{
"msg_contents": "Hi guys,\n\nI just thought I'd let you know that i just dumped our production \ndatabase with 8.0's pg_dumpall and reloaded it into a test 8.0 database.\n\nIt worked.\n\nNo errors.\n\nFor the first time in our company's history with PostgreSQL, we can \nupgrade without editing the dump file!!... |
[
{
"msg_contents": "beta4 - cygwin:\npostgres.exe fails to build, because __imp__my_exec_path from \nsrc/timezone/pgtz.o cannot be resolved. previously it was not imported.\n\ndlltool --dllname postgres.exe --output-exp postgres.exp --def postgres.def\ngcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wendif-l... |
[
{
"msg_contents": "\n> >>> 300 secs (!) fs timeout is really broken.\n> >>> Looks more like a locking or network timeout issue.\n> >>> What error codes does unlink(3) return?\n> >>\n> >\n> >> success.\n> >\n> >\n> > Oops! 5min timeout for success is certainly problematic.\n> >\n> >\n> \n> You misunderstood. The... |
[
{
"msg_contents": "Hi folks,\n\n8.0beta3 has pg_autovacuum included, when I want to run this as a Windows\nservice, it says you can use the -I and -R options.\n\nWhen I do that and I specify a password with '-P' (uppercase) then in the\nregistry it's saved as '-p' (lowercase) in the service-commandline\n(ImageP... |
[
{
"msg_contents": "> beta4 - cygwin:\n> postgres.exe fails to build, because __imp__my_exec_path from \n> src/timezone/pgtz.o cannot be resolved. previously it was not \n> imported.\n\nThis could be related to the patch that went in last weekend to fix\ncompiles on Win32. DLLIMPORT was added to the header. If t... |
[
{
"msg_contents": "> >>beta4 - cygwin:\n> >>postgres.exe fails to build, because __imp__my_exec_path from \n> >>src/timezone/pgtz.o cannot be resolved. previously it was not \n> >>imported.\n> > \n> > This could be related to the patch that went in last weekend to fix \n> > compiles on Win32. DLLIMPORT was adde... |
[
{
"msg_contents": "Hackers,\n\njust an fyi, Beta 4 passed ALL tests on Debian Sarge for both MIPS (Indy) and MIPSEL (Cobalt RAQ)\n\nI can test Debian Sarge Sparc, Alpha, PowerPC, PA-RISC and M68K if no one else has reported on these systems yet.\n\nAlso, with a little work I could test Solaris, Tru64 (or what e... |
[
{
"msg_contents": "Hackers,\n\nI'm currently playing with implementing a \"shared dependency\" catalog,\nto keep track of objects pointing to global objects, currently users and\ntablespaces. So it is forbidden to drop a user that owns tables (or\nwhatever objects) on other databases.\n\nSo far, it works nicel... |
[
{
"msg_contents": "pg_get_serial_sequence() does dequoting/downcasing on its relation-name\nargument, but not on its column-name argument.\n\nregression=# create table \"FOO\" (\"Ff1\" serial);\nNOTICE: CREATE TABLE will create implicit sequence \"FOO_Ff1_seq\" for serial column \"FOO.Ff1\"\nCREATE TABLE\nregr... |
[
{
"msg_contents": "> > * Query cancel in psql\n> > \n> > I see two ways of doing this. One is to take the easy way \n> out and just \n> > add a console ctrl handler and let it do a standard query \n> cancel. The \n> > problem with this is that PQrequestCancel() is not \n> thread-safe. Which \n> > means we have ... |
[
{
"msg_contents": "Folks,\n\nIs there any reason that we don't have pg_functions, pg_users, pg_groups and \nother system views? pg_tables and pg_views is really useful, but it would \nbe good to cover the other items as well.\n\nIs there a reason not to have these other than that they're not coded? If \nno... |
[
{
"msg_contents": "psql's slash commands for schemas seem a little weird to me. For\nexample:\n\nneilc=# \\d nonexistent\nDid not find any relation named \"nonexistent\".\nneilc=# \\dt nonexistent\nNo matching relations found.\nneilc=# \\dn nonexistent\nList of schemas\n Name | Owner \n------+-------\n(0 rows)\... |
[
{
"msg_contents": "I'd like to provide a way for DBAs to specify that the temporary files\nneeded to for sorting, holdable cursors and similar operations should be\ncreated in a particular tablespace. (Right now these files are created\nin the tablespace associated with the current database.)\n\nTwo ways to do ... |
[
{
"msg_contents": "Hello:\n\nI have the same problem as Welly, when try to connect PostgreSQL it cause\nan error \"unable to load libsqlpg.so\".\nI am using postgresql 7.4.1 and Debian Sarge with kernels 2.4.27 and 2.6.8-1.\n\nA few weeks ago I get the connection work using Debian Woody with kernel 2.20,\nbut I... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.