Re: [HACKERS] Dump EXTENSION sequences too

2012-04-24 Thread Robert Haas
On Thu, Apr 19, 2012 at 6:42 AM, Gianni Ciolli wrote: > currently an EXTENSION can mark some of its tables as "configuration > tables" using pg_catalog.pg_extension_config_dump(), so that pg_dump > "does the right thing". > > I think it would be useful to mark sequences too, but unfortunately it >

Re: [HACKERS] Dump EXTENSION sequences too

2012-04-19 Thread Jim Nasby
On 4/19/12 5:42 AM, Gianni Ciolli wrote: currently an EXTENSION can mark some of its tables as "configuration tables" using pg_catalog.pg_extension_config_dump(), so that pg_dump "does the right thing". I think it would be useful to mark sequences too, but unfortunately it is not possible; hence

[HACKERS] Dump EXTENSION sequences too

2012-04-19 Thread Gianni Ciolli
Hi, currently an EXTENSION can mark some of its tables as "configuration tables" using pg_catalog.pg_extension_config_dump(), so that pg_dump "does the right thing". I think it would be useful to mark sequences too, but unfortunately it is not possible; hence, each time a dump is reloaded, all th