Thread
-
Persistent error
Flavio Caiuby <fcaiuby@flair.com.br> — 2006-02-02T13:01:54Z
Dear hackers I have downloaded and instaled pgadim2 (and pgadmin3 corrected for my Windows98 -second edition) .When I try to conect my web server, where I have an AVL program to nurse and inspect an error message comes and I cannot proceed with the inspection. The error is " Column "datpath"does not exist " . And now? How to proceed ??? Please help me . Flavio Caiuby --São Paulo - Brazil
-
Re: Persistent error
Christopher Kings-Lynne <chriskl@familyhealth.com.au> — 2006-02-03T01:28:42Z
I believe pgAdmin only supports PostgreSQL 7.3 and above. Chris Flavio Caiuby wrote: > Dear hackers > I have downloaded and instaled pgadim2 (and pgadmin3 corrected for my > Windows98 -second edition) .When I > try to conect my web server, where I have an AVL program > to nurse and inspect an error message comes and I cannot proceed with > the inspection. > The error is " Column "datpath"does not exist " . > And now? How to proceed ??? > Please help me . > Flavio Caiuby --São Paulo - Brazil >
-
Re: Persistent error
Tom Lane <tgl@sss.pgh.pa.us> — 2006-02-03T05:01:15Z
"Flavio Caiuby" <fcaiuby@flair.com.br> writes: > The error is " Column "datpath"does not exist " . You need a newer version of pgadmin --- pg_database.datpath went away in PG 8.0, but older versions of pgadmin don't know about that. regards, tom lane