Problem in latest build of Pgadmin III
require($_SERVER['DOCUMENT_ROOT']."/includes/top_config.php");
?>
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,
|
Home |
Main Index |
Thread Index