Re: Specific database vars, again...

From: Adrian von Bidder <avbidder(at)fortytwo(dot)ch>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Specific database vars, again...
Date: 2010-04-21 08:11:48
Message-ID: 201004211011.49840@fortytwo.ch
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-novice

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.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Rene Schickbauer 2010-04-21 08:14:02 Re: [NOVICE] Specific database vars, again...
Previous Message Adrian von Bidder 2010-04-21 08:07:28 Re: Specific Database Vars

Browse pgsql-novice by date

  From Date Subject
Next Message Rene Schickbauer 2010-04-21 08:14:02 Re: [NOVICE] Specific database vars, again...
Previous Message Glus Xof 2010-04-20 21:11:01 Re: [GENERAL] Specific database vars, again...