[BUGS] ESQL/C TRUNCATE TABLE results in DROP TABLE

2001-10-01 Thread Lee Kindness
Your name : Lee Kindness Your email address : [EMAIL PROTECTED] System Configuration - Architecture (example: Intel Pentium) : Intel Pentium Operating System (example: Linux 2.0.26 ELF) : Linux 2.2.16-22, RedHat 7.0 PostgreSQL version (example

Re: [BUGS] Website, mailing list

2001-10-01 Thread Bruce Momjian
> Vince Vielhaber <[EMAIL PROTECTED]> writes: > >> It would seem that that page is out of date. Vince, can you fix it? > > > Actually the instructions are correct. > > Are they? The last time I subscribed to a new list, the right > incantation was to mail > subscribe list-name my-addres

Re: [BUGS] CVS rejected me

2001-10-01 Thread Vince Vielhaber
On Fri, 21 Sep 2001, John Summerfield wrote: > On Tue, 18 Sep 2001, Marc G. Fournier wrote: > > > > > > > > go to anoncvs.postgresql.org, not postgresql.org .. > > See the instructions at >http://www.ca.postgresql.org/devel-corner/docs/postgres/cvs.html > > If your advice is correct (I've not tr

[BUGS] initdb must have write access to /tmp

2001-10-01 Thread Rich Bodo
Hi, I was just installing postgres 7.1.2 on my linux mandrake 7.2 system and the build and install went fine up to the point I had to run: initdb -D /usr/local/pgsql/data which segfaulted. I changed the permissions on /tmp to 777 and all was we

[BUGS] pg_get_indexdef (PostgreSQL 7.2 Snapshot)

2001-10-01 Thread Dave Page
Hi, I've been playing with a 7.2 snapshot downloaded from a mirror on 24 Sept. During the addition of support in pgAdmin II for constraint clauses in index definitions, I've found that for an index created with: CREATE UNIQUE INDEX "constraint_index" ON "test" USING btree ("data") WHERE id < 123

[BUGS] MM Bug in libecpg

2001-10-01 Thread Sascha Demetrio
Hi, I'd like to report a bug in the memory management of libecpg (PostgreSQL version 7.1.3). The ECPGLog() call in ./src/interfaces/ecpg/lib/connect.c line 428 uses variables pointing to free()'ed storage (`realname', `host', `port', and `options', see patch below). regards, Sascha Deme

Re: [BUGS] pg_get_indexdef (PostgreSQL 7.2 Snapshot)

2001-10-01 Thread Tom Lane
Dave Page <[EMAIL PROTECTED]> writes: > [ pg_get_indexdef doesn't report the predicate for a partial index ] Hmm, looks like an oversight. I agree it should do that. Thanks for the report! regards, tom lane ---(end of broadcast)--

Re: [BUGS] initdb must have write access to /tmp

2001-10-01 Thread Tom Lane
Rich Bodo <[EMAIL PROTECTED]> writes: > I was just installing postgres 7.1.2 on my linux mandrake 7.2 > system and the build and install went fine up to the point I > had to run: >initdb -D /usr/local/pgsql/data > which segfaulted. I changed the permissions on /tmp

[BUGS] SPI linking problems on Win32

2001-10-01 Thread Ronald Kuczek
Hi, I'm using Postgresql 7.1.3 on NTServer. I have tried to compile my functions using SPI on my Windows box. Under Linux these functions are compiling and working but Windows I can't compile (or better say link) even fulltextindex function (from contrib/fulltextindex) - they are using SPI too

Re: [BUGS] CVS rejected me

2001-10-01 Thread Bruce Momjian
> > > > > go to anoncvs.postgresql.org, not postgresql.org .. > > > > > > > > See the instructions at >http://www.ca.postgresql.org/devel-corner/docs/postgres/cvs.html > > > > > > > > If your advice is correct (I've not tried it yet) then the rules are changed >and the werbsite's out of date. >

Re: [BUGS] CVS rejected me

2001-10-01 Thread Bruce Momjian
> On Fri, 21 Sep 2001, John Summerfield wrote: > > > On Tue, 18 Sep 2001, Marc G. Fournier wrote: > > > > > > > > > > > > > go to anoncvs.postgresql.org, not postgresql.org .. > > > > See the instructions at >http://www.ca.postgresql.org/devel-corner/docs/postgres/cvs.html > > > > If your advice