Re: [GENERAL] pg_db_role_setting info not dumped

2011-01-14 Thread Adrian Klaver
On Friday 14 January 2011 2:52:18 pm Tom Lane wrote: > Adrian Klaver writes: > > Postgres 9.0.2 > > I used the ALTER DATABASE command to create a database specific SET > > configuration. The problem is that information does not seem to be > > dumped. I have tried pg_dumpall -g, pg_dumpall as well

Re: [GENERAL] pg_db_role_setting info not dumped

2011-01-14 Thread Tom Lane
Adrian Klaver writes: > Postgres 9.0.2 > I used the ALTER DATABASE command to create a database specific SET > configuration. The problem is that information does not seem to be dumped. I > have tried pg_dumpall -g, pg_dumpall as well as a pg_dump for the individual > database. Am I missing som

[GENERAL] pg_db_role_setting info not dumped

2011-01-14 Thread Adrian Klaver
Postgres 9.0.2 I used the ALTER DATABASE command to create a database specific SET configuration. The problem is that information does not seem to be dumped. I have tried pg_dumpall -g, pg_dumpall as well as a pg_dump for the individual database. Am I missing something? -- Adrian Klaver adrian