pgadminIII bug

From: "George T(dot) Gibson" <gtgibson(at)jbstamping(dot)com>
To: pgadmin-support(at)postgresql(dot)org
Subject: pgadminIII bug
Date: 2003-07-10 19:33:03
Message-ID: 3F0DBF6F.3070309@jbstamping.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

When trying to alter a sequence value, the below SQL is issued...

SELECT setval(public.part_part_id_key, 3479);

Then I get...

ERROR: Relation "public" does not exist

When I try with pgAdminII it works fine and it seems that the only thing
that is different is that public.part_part_id_key is in single quotes in
the log window for pgAdminII.

George
--
J.B. Stamping, Inc.
George Gibson
7413 Associate Ave.
Cleveland, OH 44144
216.631.0013 216.631.1327 fax
gtgibson(at)jbstamping(dot)com

Browse pgadmin-support by date

  From Date Subject
Next Message George T. Gibson 2003-07-10 19:56:22 usability request pgadminIII?
Previous Message Donald Fraser 2003-07-10 17:10:52 Re: [ADMIN] Overloading functions that are used by operators.