[COMMITTERS] pgsql: Fix typos

2012-01-10 Thread Peter Eisentraut
Fix typos Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/26e89e7f23194e390ec4326cd0198a1992c2adf0 Modified Files -- src/pl/plpython/plpy_cursorobject.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) -- Sent via pgsql-committers mailing l

[COMMITTERS] pgsql: Support CREATE TABLE (LIKE ...) with foreign tables and views

2012-01-10 Thread Peter Eisentraut
Support CREATE TABLE (LIKE ...) with foreign tables and views Composite types are not yet supported, because parserOpenTable() rejects them. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/a9f2e31cf653bad72debae616521130065e55077 Modified Files -- doc/sr

[COMMITTERS] pgsql: pg_dump: Dump foreign options in sorted order

2012-01-10 Thread Peter Eisentraut
pg_dump: Dump foreign options in sorted order Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/07123dff778389382f08d2152742bb061d351c21 Modified Files -- src/bin/pg_dump/pg_dump.c | 18 -- 1 files changed, 12 insertions(+), 6 deletions(-)

Re: [COMMITTERS] pgsql: plpython: Add SPI cursor support

2012-01-10 Thread Dave Page
On Tue, Jan 10, 2012 at 2:28 PM, Andrew Dunstan wrote: > > > On 01/10/2012 04:56 AM, Dave Page wrote: >> >> On Mon, Jan 9, 2012 at 5:32 PM, Andrew Dunstan >>  wrote: >>> >>> >>> On 01/09/2012 12:13 PM, Peter Geoghegan wrote: On 9 January 2012 17:06, Dave Page    wrote: > > Is the

Re: [COMMITTERS] pgsql: plpython: Add SPI cursor support

2012-01-10 Thread Andrew Dunstan
On 01/10/2012 04:56 AM, Dave Page wrote: On Mon, Jan 9, 2012 at 5:32 PM, Andrew Dunstan wrote: On 01/09/2012 12:13 PM, Peter Geoghegan wrote: On 9 January 2012 17:06, Dave Pagewrote: Is there a way I can get gcc to spit out the expanded definition in a readable format that you know of?

Re: [COMMITTERS] pgsql: plpython: Add SPI cursor support

2012-01-10 Thread Dave Page
On Mon, Jan 9, 2012 at 5:32 PM, Andrew Dunstan wrote: > > > On 01/09/2012 12:13 PM, Peter Geoghegan wrote: >> >> On 9 January 2012 17:06, Dave Page  wrote: >>> >>> Is there a way I can get gcc to spit out the expanded definition in a >>> readable format that you know of? >> >> Yes. Figure out what