Connect to database. - Mailing list pgsql-general

From TPCCUVA
Subject Connect to database.
Date
Msg-id 54ade4f97f.4f97f54ade@teleline.es
Whole thread Raw
List pgsql-general
Hello.

I making a program that connects with the database by means of:

EXEC SQL CONNECT TO 'database' USER  'user';

When you put after that :

EXEC SQL SET AUTOCOMMIT on;

Does that sentence afect only to this connection? Otherwise ,Does it
affect to all connections?

I'm using postgres 7.1.3.

Thanks.



pgsql-general by date:

Previous
From: "PGMailList"
Date:
Subject: Re: 7.2.1 PL/pgSQL issue
Next
From: Paulo Jan
Date:
Subject: Re: Problems building 7.2.1 RPMs