Re: [ADMIN] PGOPTIONS and default_tablespace

2009-01-12 Thread Scott Marlowe
On Mon, Jan 12, 2009 at 2:34 AM, wrote: > Hello, > > without success I tried to set the default tablespace via the environment > variable PGOPTIONS. > > My tries: > set PGOPTIONS="default_tablespace='pgdata'" > set PGOPTIONS=default_tablespace='pgdata' > set PGOPTIONS=default_tablespace(pgdata)

Re: [ADMIN] PGOPTIONS and default_tablespace

2009-01-12 Thread Jan-Peter . Seifert
Hello Thomas, thank you very much for your quick reply. However, this version doesn't work either - at least on Windows. Peter > try > > set PGOPTIONS="-c default_tablespace='pgdata'" > > without success I tried to set the default tablespace via the > environment variable PGOPTIONS. > > > > M

Re: [ADMIN] PGOPTIONS and default_tablespace

2009-01-12 Thread Thomas Markus
hi, try set PGOPTIONS="-c default_tablespace='pgdata'" regards thomas [email protected] schrieb: Hello, without success I tried to set the default tablespace via the environment variable PGOPTIONS. My tries: set PGOPTIONS="default_tablespace='pgdata'" set PGOPTIONS=default_tablesp

[ADMIN] PGOPTIONS and default_tablespace

2009-01-12 Thread Jan-Peter . Seifert
Hello, without success I tried to set the default tablespace via the environment variable PGOPTIONS. My tries: set PGOPTIONS="default_tablespace='pgdata'" set PGOPTIONS=default_tablespace='pgdata' set PGOPTIONS=default_tablespace(pgdata) set PGOPTIONS=default_tablespace('pgdata') When I try to