Thread: Problem in latest build of Pgadmin III
Hi,
I just dowloaded the win32 build dated 18 august and the Sequence editor does not work when the sequence is in a schema.
It also has not worked for the last couple of builds either.
I get a error saying the sequence does not exist and I am sure it's because the sequence is not being prefixed with the correct schema.
It works if I do the following from a query window:
select setval('mysequnce_seq',1) from someschema.somequery
Thanks,
Tony Caduto wrote: > Hi, > I just dowloaded the win32 build dated 18 august and the Sequence editor > does not work when the sequence is in a schema. > It also has not worked for the last couple of builds either. So don't wait for somebody else to notice it, tell us immediately about it! We don't have a professional test team that might be annoyed if you report a bug first... Fixed in CVS, snapshot upload tonight; thanks for reporting. Regards, Andreas