Re: [HACKERS] Dumping datconfig

2008-07-31 Thread Magnus Hagander
Magnus Hagander wrote: > It seems the only way to dump stuff in pg_database.datconfig ("ALTER > DATABASE foo SET something=bar") is to do an unqualified pg_dumpall. > > I think this should *at least* be dumped with pg_dump when it's set to > create the database, and I think a case could be made th

[HACKERS] Dumping datconfig

2008-07-31 Thread Magnus Hagander
It seems the only way to dump stuff in pg_database.datconfig ("ALTER DATABASE foo SET something=bar") is to do an unqualified pg_dumpall. I think this should *at least* be dumped with pg_dump when it's set to create the database, and I think a case could be made that it should *always* be dumped w