selective dump pg_dump: only specific non-tables? with schema name? - Mailing list pgsql-sql

From Bath, David
Subject selective dump pg_dump: only specific non-tables? with schema name?
Date
Msg-id 200511141308.07582.dave.bath@unix.net
Whole thread Raw
List pgsql-sql
Hi folks,

Three questions about pg_dump (that might be a feature request).  Let me
know if pg_dump is not the best tool for this sort of thing.

1. Can I pg_dump only non-table information from the command line  e.g. single function, all functions, trigger
definitions?

2. Can I pg_dump schema objects that include the schema prefix "inline"  e.g. CREATE FUNCTION "fred"."func1"

3. Can I pg_dump "CREATE OR REPLACE" rather than straight "CREATE",  especially for functions?

-- 
David T. Bath
dave.bath@unix.net



pgsql-sql by date:

Previous
From: "Christian Paul B. Cosinas"
Date:
Subject: Re: Problem with "NOT IN (subquery)
Next
From: "Dinesh Pandey"
Date:
Subject: Connection Oracle database from Postgres function