Re: Postgres-Database

Wolfgang Zenner <[email protected]> Mon, 2 Jun 2003 08:57:33 +0200
Newsgroups gmane.linux.suse.informix
Message-ID <[email protected]>
Hello,

Thanks for Your help, but postgresql-tk is not in SuSE8.2, that seems to be 
the problem - before I had SuSE8.0, where it was delivered with.

Wolfgang

Am Mo 02 Jun 2003 01:33 schrieb Tom Dossis:
> Wolfgang Zenner wrote:
> > Hello,
> >
> > this is really NOT an informix problem, but maybe somebody can tell me,
> > where to ask for a solution, or has a solution.
> > I use a 7.3.2 version of postgres of the SuSE8.2 Professionnel and
> > downloaded the v0.98.8.20030117 of pgaccess (downloaded somewhere via
> > rpmfind and installed with YaST2). If I want to query a table
> > (double-click on the table)
>
> I have SuSE 8.1.
> /usr/bin/pgaccess is in the SuSE postgresql-tk package.
> I don't know if the SuSE package will make any difference.
> Regards,
> -Tom
>
> > , I get the messages that the table "public" does not exists. So it
> > seems, that the schema name is taken as table name. The error is:
> > 	declare mycursor for select ctid, * from "public"
> >
> > 	ERROR: Relation "public" does not exists
> >
> > Thanks
> >
> > Wolfgang Zenner