Connect to database.

From: TPCCUVA <TPCCUVA(at)terra(dot)es>
To: pgsql-general(at)postgresql(dot)org
Subject: Connect to database.
Date: 2002-04-12 10:40:09
Message-ID: 54ade4f97f.4f97f54ade@teleline.es
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Browse pgsql-general by date

  From Date Subject
Next Message Paulo Jan 2002-04-12 12:27:14 Re: Problems building 7.2.1 RPMs
Previous Message PGMailList 2002-04-12 07:15:43 Re: 7.2.1 PL/pgSQL issue