initdb regression ?

Started by Laurent Ballesterover 21 years ago4 messages
#1Laurent Ballester
postgresql.ballester@wanadoo.fr

Hello,

I am compile with msys and running a recent snapshot date on june 22,
setting PGDATA environment variable. After initialise database with initdb
(without parameters), I run pgAdmin III and just after connect to the server
I have an error popup : ERROR column "datpath" does not exist.

Postgresql tools like createdb or psql works correctly.
I run PostgreSQL and pgAdmin III on Windows platform.

Any idea ?

regards
Laurent Ballester

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Laurent Ballester (#1)
Re: [pgsql-hackers-win32] initdb regression ?

"Laurent Ballester" <postgresql.ballester@wanadoo.fr> writes:

I am compile with msys and running a recent snapshot date on june 22,
setting PGDATA environment variable. After initialise database with initdb
(without parameters), I run pgAdmin III and just after connect to the server
I have an error popup : ERROR column "datpath" does not exist.

pgadmin needs fixed.

regards, tom lane

#3Christopher Kings-Lynne
chriskl@familyhealth.com.au
In reply to: Laurent Ballester (#1)
Re: initdb regression ?

I am compile with msys and running a recent snapshot date on june 22,
setting PGDATA environment variable. After initialise database with initdb
(without parameters), I run pgAdmin III and just after connect to the server
I have an error popup : ERROR column "datpath" does not exist.

Postgresql tools like createdb or psql works correctly.
I run PostgreSQL and pgAdmin III on Windows platform.

This is because you are using a CVS version of postgresql with
tablespace support that pgAdmin III does not support. You need to take
it up on the pgAdmin support list.

Chris

#4Dave Page
dpage@vale-housing.co.uk
In reply to: Christopher Kings-Lynne (#3)
Re: [pgsql-hackers-win32] initdb regression ?

-----Original Message-----
From: pgsql-hackers-win32-owner@postgresql.org
[mailto:pgsql-hackers-win32-owner@postgresql.org] On Behalf
Of Laurent Ballester
Sent: 22 June 2004 23:41
To: pgsql-hackers-win32@postgresql.org; pgsql-hackers@postgresql.org
Subject: [pgsql-hackers-win32] initdb regression ?

Hello,

I am compile with msys and running a recent snapshot date on
june 22, setting PGDATA environment variable. After
initialise database with initdb (without parameters), I run
pgAdmin III and just after connect to the server I have an
error popup : ERROR column "datpath" does not exist.

Postgresql tools like createdb or psql works correctly.
I run PostgreSQL and pgAdmin III on Windows platform.

Any idea ?

Yes, you need a CVS snapshot of pgAdmin
(http://pgadmin.postgresql.org/snapshots/win32/) for 7.5 support.

Regards, Dave