Re: pgoptions syntax?
- From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
- To: "Fernando Fontana" <fernando(dot)fontana(at)gmail(dot)com>
- Cc: pgsql-novice(at)postgresql(dot)org
- Subject: Re: pgoptions syntax?
- Date: Tue, 22 Apr 2008 19:59:00 -0400
- Message-id: <29323.1208908740@sss.pgh.pa.us> <text/plain>
"Fernando Fontana" <fernando(dot)fontana(at)gmail(dot)com> writes:
> what's the syntax of the PGOPTIONS environment variable?
> I'm trying to put something like 'autocommit=off', but more generally
> I want to know all the options that it has.
It's the same as command line options for the postgres executable,
eg "--autocommit=off" (or "-c autocommit=off" if you have a version
of getopt() that can't handle the former).
regards, tom lane
Home |
Main Index |
Thread Index