Re: Alternate Database Locations - Mailing list pgsql-sql

From Tom Lane
Subject Re: Alternate Database Locations
Date
Msg-id 5755.972573704@sss.pgh.pa.us
Whole thread Raw
In response to Re: Alternate Database Locations  ("Brian C. Doyle" <bcdoyle@mindspring.com>)
List pgsql-sql
"Brian C. Doyle" <bcdoyle@mindspring.com> writes:
> createdb user1 -D 'PGDATA2'
> it creates but it is putting it in /home/user/database
> the first alt location i set up!!!

Um, are you sure createdb is connecting to the right postmaster?
When you use multiple postmasters you have to keep a close eye
on clients' PGPORT settings ...

If it is the right postmaster but wrong interpretation of PGDATA2,
the odds are that you started that postmaster with the wrong value
of PGDATA2.  Remember that it's the postmaster's environment, not
the client's, in which alternate-DB environment variables are expanded.
(initlocation is an exception because it doesn't contact the postmaster)
        regards, tom lane


pgsql-sql by date:

Previous
From: Tom Lane
Date:
Subject: Re: Query Problem
Next
From: Tom Lane
Date:
Subject: Re: pg_atoi: error in "template1": can't parse "template1"