[PATCHES] Fix resowner.c pgindent mess

2005-04-05 Thread Alvaro Herrera
This file was whacked by pgindent before it knew it shouldn't remove braces around single statements (for PG_TRY macros). This patch fixes it. Please apply. Index: src/backend/utils/resowner/resowner.c === RCS file: /home/alvherre/c

Re: [PATCHES] Fix resowner.c pgindent mess

2005-04-05 Thread Neil Conway
Alvaro Herrera wrote: This file was whacked by pgindent before it knew it shouldn't remove braces around single statements (for PG_TRY macros). This patch fixes it. Please apply. Thanks, applied. -Neil ---(end of broadcast)--- TIP 4: Don't 'kill -9'

Re: [PATCHES] Update psql and pg_dump for new COPY api

2005-04-05 Thread Christopher Kings-Lynne
Thinking about this - with the new PQputCopyEnd, the sending of \. can probably also be removed. Chris Christopher Kings-Lynne wrote: This patch updates psql and pg_dump to use the new copy api. Probably needs some review. I have tested it with dos and unix newlines, etc. -

Re: [PATCHES] Have psql \dD show checks

2005-04-05 Thread Neil Conway
Greg Sabino Mullane wrote: Patch to show check information when listing domains via \dD in psql. Per question by Edmund Bacon on the pgsql-general list. Patch applied, thanks. I didn't change the left join to pg_namespace to be an inner join; while I think this is probably worth doing, it is a se