Postgres-Database

Wolfgang Zenner <[email protected]> Sun, 1 Jun 2003 13:41:20 +0200
Newsgroups gmane.linux.suse.informix
Message-ID <[email protected]>
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 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