Re: [GENERAL] NOTICE: (transaction aborted): queries ignored until END

1999-12-18 Thread Mike Mascari
Alex Guryanow wrote: > > Hi, > > I'm use Postgres-6.5.1 on Linux. My database contains two tables and two > indices. I wrote simple program on C that > - begins transaction: BEGIN WORK > - inserts many (10-500) rows in the first table > - commits the transaction: COMMIT > - begins transaction:

Re: [GENERAL] Postgres install problem

1999-12-18 Thread Charles Tassell
I think your missing the glibc crypt library, look for libcrypt.so.* in your /lib dir. If it's not there, you'll have to grab it from a Linux site like ftp://sunsite.unc.edu/pub/Linux or from Caldera's website. If you do have the file, try adding -lcrypt to the LIBS line of Makefile.global in

Re: [GENERAL] Postgres install problem

1999-12-18 Thread Peter Eisentraut
On 1999-12-18, Peter Ai mentioned: > gcc -o postgres access/SUBSYS.o bootstrap/SUBSYS.o catalog/SUBSYS.o > commands/SUBSYS.o executor/SUBSYS.o lib/SUBSYS.o libpq/SUBSYS.o > main/SUBSYS.o parser/SUBSYS.o nodes/SUBSYS.o optimizer/SUBSYS.o > port/SUBSYS.o postmaster/SUBSYS.o regex/SUBSYS.o rewrite/S

[GENERAL] NOTICE: (transaction aborted): queries ignored until END

1999-12-18 Thread Alex Guryanow
Hi, I'm use Postgres-6.5.1 on Linux. My database contains two tables and two indices. I wrote simple program on C that - begins transaction: BEGIN WORK - inserts many (10-500) rows in the first table - commits the transaction: COMMIT - begins transaction: BEGIN WORK - inserts many (1-50) rows in

[GENERAL] copy command -- foiled by pg_atoi

1999-12-18 Thread Mike Beller
Hi I'm using postgresql on RedHat/i386 from the RH6.1 RPMs (Linux 2.2.5-15 PostgreSQL-6.5.2). I've been evaluating it, and am quite excited about the possibilty of using this outstanding open-source code in my company's systems. I noticed the following and want to submit it for your considerat

Re: [GENERAL] how do you unsubscribe? thanks.

1999-12-18 Thread Ed Loehr
See http://www.PostgreSQL.ORG/mhonarc/pgsql-general/ Cheers.

[GENERAL] how do you unsubscribe? thanks.

1999-12-18 Thread david . gormley