[EMAIL PROTECTED] (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
- [GENERAL] How to use postgres 7.0.3 with -F? Konstantinos Agouros
- Re: [GENERAL] How to use postgres 7.0.3 with -F? Tom Lane
- Re: [GENERAL] How to use postgres 7.0.3 with... Konstantinos Agouros
- Re: [GENERAL] How to use postgres 7.0.3 ... Tom Lane
- Re: [GENERAL] How to use postgres 7.... Doug McNaught
