Re: How to use postgres 7.0.3 with -F?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: elwood(at)agouros(dot)de (Konstantinos Agouros)
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: How to use postgres 7.0.3 with -F?
Date: 2001-02-17 03:56:24
Message-ID: 1612.982382184@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

elwood(at)agouros(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Martijn van Oosterhout 2001-02-17 04:21:40 Are partial indicies supported?
Previous Message Tatsuo Ishii 2001-02-17 03:00:05 Re: Storing double-byte strings in text fields.