Re: Set server behaviors on a per-session basis?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Ken Johanson <pg-user(at)kensystem(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Set server behaviors on a per-session basis?
Date: 2008-02-09 23:48:33
Message-ID: 2658.1202600913@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Ken Johanson <pg-user(at)kensystem(dot)com> writes:
> A first question: will the current server design easily allow some
> change that lets us set behaviors (like standard_conforming_strings) on
> a per-connection basis?

See the SET command. Or maybe you should read the overview here:
http://www.postgresql.org/docs/8.3/static/config-setting.html

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Christopher Browne 2008-02-10 00:08:22 Re: [OT] "advanced" database design (long)
Previous Message Benjamin Arai 2008-02-09 23:30:01 Continual uptime while loading data ... COPY vs INSERTS within a transaction.