Re: How to use postgres 7.0.3 with -F? - Mailing list pgsql-general

From Tom Lane
Subject Re: How to use postgres 7.0.3 with -F?
Date
Msg-id 1612.982382184@sss.pgh.pa.us
Whole thread Raw
In response to Re: How to use postgres 7.0.3 with -F?  (elwood@agouros.de (Konstantinos Agouros))
List pgsql-general
elwood@agouros.de (Konstantinos Agouros) writes:
>> export PGOPTIONS="-F"
>> psql mydb

> Ahhhh Ohhhh thanks for the help I was confused. Does this also work
> that way, if I use it from DBI::Pg from perl? Like setting
> $ENV{'PGOPTIONS'}

Yeah, I think that should work if you do it before opening a connection,
but a more straightforward way is to set options=-F in the
DBI->connect() command ...

            regards, tom lane

pgsql-general by date:

Previous
From: elwood@agouros.de (Konstantinos Agouros)
Date:
Subject: Re: How to use postgres 7.0.3 with -F?
Next
From: Anand Raman
Date:
Subject: Re: strange query results