[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

Reply via email to