Thread: 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 ? regards Laurent Ballester
"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
> 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