=?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
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
Ð ÐÑÐ, 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