Re: [ADMIN] Losing my database connection

2004-07-04 Thread Tom Lane
=?iso-8859-1?q?Aryan=20Ariel=20Rodriguez=20Chalas?= <[EMAIL PROTECTED]> writes: > I'm having toubles with my PostgreSQL Database > Connection. I don't know why, but after more or less > 10 minutes I lose the connection to a PostgreSQL > Database which is running in a server in a remote > site. This

[ADMIN] Losing my database connection

2004-07-04 Thread Aryan Ariel Rodriguez Chalas
Hi every one!. I'm having toubles with my PostgreSQL Database Connection. I don't know why, but after more or less 10 minutes I lose the connection to a PostgreSQL Database which is running in a server in a remote site. This means that, if I'm not doing any query to the Database on the server, my

standard IDENTITY support (Was: Re: [ADMIN] SERIAL type not autoincremented)

2004-07-04 Thread Markus Bertheau
Ð ÐÑÐ, 02.07.2004, Ð 19:22, [EMAIL PROTECTED] ÐÐÑÐÑ: > Hello > i have: > create table student( > id SERIAL NOT NULL, > name VARCHAR(35) NOT NULL, > primary key (id) > ); > > and when i try to insert like this: > insert into student (name) values('me'); > i receiv