Re: Updates to my PostgreSQL Wiki - Mailing list pgsql-general

From Michael Glaesemann
Subject Re: Updates to my PostgreSQL Wiki
Date
Msg-id 5403F826-9800-4018-94BD-02CC7DF4F420@myrealbox.com
Whole thread Raw
In response to Updates to my PostgreSQL Wiki  ("Redefined Horizons" <redefined.horizons@gmail.com>)
List pgsql-general
On Mar 4, 2006, at 7:04 , Redefined Horizons wrote:

> P.S. - I still have some sections to complete on the article about
> automatic backups. I was also wondering, what is the -c switch used
> for? What type of custom format would you export in a postgreSQL
> backup?

Are you referring to the -Fc flag for pg_dump? Something that I was
recently made aware of was this[1]:

> Output a custom archive suitable for input into pg_restore. This is
> the most flexible format in that it allows reordering of loading
> data as well as object definitions. This format is also compressed
> by default.

You can use the --list and --use-list flags for pg_restore[2] to take
advantage of the custom format dump file.

Hope this helps.

Michael Glaesemann
grzm myrealbox com

[1](http://www.postgresql.org/docs/current/interactive/app-pgdump.html)
[2](http://www.postgresql.org/docs/current/interactive/app-
pgrestore.html)

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: How to determine the table a query or a views columns come from?
Next
From: Michael Glaesemann
Date:
Subject: Accessing composite type columns in indexes