Обсуждение: pgadminIII bug

Поиск
Список
Период
Сортировка

pgadminIII bug

От
"George T. Gibson"
Дата:
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@jbstamping.com



Re: pgadminIII bug

От
"Dave Page"
Дата:

> -----Original Message-----
> From: George T. Gibson [mailto:gtgibson@jbstamping.com]
> Sent: 10 July 2003 20:33
> To: pgadmin-support@postgresql.org
> Subject: [pgadmin-support] pgadminIII bug
>
>
> 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

Thanks George,  fixed in CVS.

Regards, Dave.