Re: Specific database vars, again... - Mailing list pgsql-general

From Adrian von Bidder
Subject Re: Specific database vars, again...
Date
Msg-id 201004211011.49840@fortytwo.ch
Whole thread Raw
In response to Specific database vars, again...  (Glus Xof <gtglus@gmail.com>)
Responses Re: Specific database vars, again...  (Glus Xof <gtglus@gmail.com>)
List pgsql-general
On Tuesday 20 April 2010 19.53:34 Glus Xof wrote:
> Could I use the \set statements

\set is a feature of the "psql" commandline frontend.  These values are
never even seen by the database and are not preserved anywhere.  Also, if
you develop applications, you'll usually not use the psql frontend but use
PostgreSQL through some other interface (libpq, Perl DBD, JDBC, ...), so
there won't be a "\set" command.

cheers
-- vbi

--
If you continually give you will continually have.

Attachment

pgsql-general by date:

Previous
From: Adrian von Bidder
Date:
Subject: Re: Specific Database Vars
Next
From: Rene Schickbauer
Date:
Subject: Re: [NOVICE] Specific database vars, again...