Re: Postmaster environment variables

From: Björn Lundin <bjorn(dot)lundin(at)swipnet(dot)se>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: Postmaster environment variables
Date: 2002-06-28 16:58:14
Message-ID: afi4ho$2kla$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

daniel m wrote:

> sh-2.04$ createdb planifgr -D 'PGDATA2'
> ERROR: Postmaster environment variable 'PGDATA2' not set
> createdb: database creation failed
>
> although :
>
> sh-2.04$ echo $PGDATA2
> /home/postgres/data

sholdn't it be
sh-2.04$ createdb planifgr -D $PGDATA2
?

/Björn

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Bruce Momjian 2002-06-28 18:30:02 Re: Are statistics gathered on function indexes?
Previous Message Alexaki Sofia 2002-06-28 16:17:23 Compile problem in PostgreSQL v7.2.1