Re: How to use postgres 7.0.3 with -F?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: How to use postgres 7.0.3 with -F?
Дата
Msg-id 1612.982382184@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: How to use postgres 7.0.3 with -F?  (elwood@agouros.de (Konstantinos Agouros))
Список 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 по дате отправления:

Предыдущее
От: elwood@agouros.de (Konstantinos Agouros)
Дата:
Сообщение: Re: How to use postgres 7.0.3 with -F?
Следующее
От: Anand Raman
Дата:
Сообщение: Re: strange query results