Nick Johnson <[EMAIL PROTECTED]> writes: > using "pg_restore db.dump", as expected, returns the entire dump. > However, "pg_restore --schema foo db.dump", where 'foo' is the name of a > schema present in the database dump always returns an empty dump. > "pg_restore --schema foo --table bar" returns the table foo.bar, though.
> Does anyone know why this is? Probably because it's broken :-(. I've applied a patch. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly