Hi all,
I've dropped a schema in my database with this command :
delete from pg_namespace where nspname = "toto";
I know ... I 've done a big mistake :( . I will prefer "drop schema
toto" the next time.
Now I can't do a pg_dump because some objects of the removed schema are
still referenced
Hi all,
I've dropped a schema in my database with this command
:
delete from pg_namespace where nspname = "toto";
I know ... I 've done a big mistake :( . I will prefer
"drop schema toto" the next time.
Now I can't do a pg_dump because some objects of the
removed schema are still referenced in