Re: [BUGS] BUG #6722: Debugger broken?

2012-08-12 Thread Heikki Linnakangas
On 09.08.2012 17:55, Dave Page wrote: On Thu, Aug 9, 2012 at 3:51 PM, Heikki Linnakangas wrote: On 09.08.2012 17:07, kargor wrote: I use the binaries provided on the download page. I have not compiled anything - I'm a 'stupid' windows user... Ok, I see. I just downloaded the 9.1.4 install

Re: [BUGS] pg_dump dependency loop with extension containing its own schema

2012-08-12 Thread Thom Brown
On 12 August 2012 01:06, Tom Lane wrote: > Thom Brown writes: >> I'm getting a dependency loop issue with pg_dump when adding a schema >> to an extension where the schema being added is the same as the one >> containing the extension. > >> CREATE EXTENSION file_fdw; >> ALTER EXTENSION file_fdw AD