[GENERAL] Schema accidentaly dropped in pg_namespace table

2005-07-13 Thread BenoƮt Toutain
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

[GENERAL] Schema accidentaly dropped in pg_namespace table

2005-07-12 Thread benoit toutain
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