Re: [BUGS] I have problem with Postgres.

2002-11-15 Thread Rod Taylor
On Thu, 2002-11-14 at 03:40, ðÏÐÏ× áÎÄÒÅÊ wrote: > Hi. > I have problem with Postgres. > I have perl script, that add 2 records in 2 tables. This script I run > from web throught web server Apache (on FreeBSD). > (perl version 5.005) You would be better off using the sequence rather than trying to

[BUGS] I have problem with Postgres.

2002-11-15 Thread Попов Андрей
Hi. I have problem with Postgres. I have perl script, that add 2 records in 2 tables. This script I run from web throught web server Apache (on FreeBSD). (perl version 5.005) Tables structure: create table object_list ( obj_id serial primary key, obj_name varchar(100) ); create table texts (