Re: [GENERAL] pg_restore -l and schema name

2004-10-08 Thread Tom Lane
Phil Endecott <[EMAIL PROTECTED]> writes: > So this message is really a feature request for "please include the > schema name in the pg_restore -l output". Seems reasonable. I've applied the attached patch to 8.0; you can probably apply it locally without much trouble (the change is in PrintTOCS

[GENERAL] pg_restore -l and schema name

2004-10-08 Thread Phil Endecott
Dear Postgresql people, For the first time I'm trying to use pg_restore to do a partial restore. It looks as if it should be easy: pg_restore -l, filter out the required tables, then pg_restore -L. But unfortunately the listing generated by pg_resotre doesn't include the schema name! Since m