[COMMITTERS] pgsql-server/src/bin/psql describe.c

2004-04-05 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/04/06 01:05:17 Modified files: src/bin/psql : describe.c Log message: Add CLUSTER tag to psql \d display. ---(end of broadcast)---

[COMMITTERS] pgsql-server/src/bin/psql describe.c

2004-01-11 Thread Dennis Bjorklund
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/01/11 15:10:49 Modified files: src/bin/psql : describe.c Log message: Mark string for translation. ---(end of broadcast)--- TIP 8:

Re: [COMMITTERS] pgsql-server/src/bin/psql describe.c

2003-12-01 Thread Bruce Momjian
Yes, this was the CHECK part applied by Tom to 7.4. --- Tom Lane wrote: > CVSROOT: /cvsroot > Module name: pgsql-server > Changes by: [EMAIL PROTECTED] 03/10/16 21:57:04 > > Modified files: > src/bin/psq

[COMMITTERS] pgsql-server/src/bin/psql describe.c

2003-12-01 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/12/01 18:11:07 Modified files: src/bin/psql : describe.c Log message: This patch finishes off the work that I did with making view definitions use pretty printing.

[COMMITTERS] pgsql-server/src/bin/psql describe.c

2003-10-25 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/10/25 23:53:45 Modified files: src/bin/psql : describe.c Log message: Uppercase a few keywords in queries. ---(end of broadcast)---

Re: [COMMITTERS] pgsql-server/src/bin/psql describe.c

2003-10-16 Thread Christopher Kings-Lynne
You have actually technically done more than just fix the bug. Because you are passing in 'true' as the second parameter to pg_get_constraintdef, you've enabled the 'pretty print' option... I'm not sure it's that big a thing though... Yeah, I know; that was deliberate. Any objections? Not

Re: [COMMITTERS] pgsql-server/src/bin/psql describe.c

2003-10-16 Thread Tom Lane
Christopher Kings-Lynne <[EMAIL PROTECTED]> writes: >> Applied by agreement that this is a bug fix. > You have actually technically done more than just fix the bug. Because > you are passing in 'true' as the second parameter to > pg_get_constraintdef, you've enabled the 'pretty print' option...

Re: [COMMITTERS] pgsql-server/src/bin/psql describe.c

2003-10-16 Thread Christopher Kings-Lynne
Log message: Use pg_get_constraintdef() rather than pg_constraint.consrc; this is a portion of a patch recently submitted by Christopher Kings-Lynne. Applied by agreement that this is a bug fix. You have actually technically done more than just fix the bug. Because you are

[COMMITTERS] pgsql-server/src/bin/psql describe.c

2003-10-16 Thread Tom Lane
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/10/16 21:57:04 Modified files: src/bin/psql : describe.c Log message: Use pg_get_constraintdef() rather than pg_constraint.consrc; this is a portion of a patch recently subm

[COMMITTERS] pgsql-server/src/bin/psql describe.c

2003-08-14 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/08/08 22:21:54 Modified files: src/bin/psql : describe.c Log message: This makes psql use the new pg_get_viewdef function. It also puts one extra line break in to improve f

[COMMITTERS] pgsql-server/src/bin/psql describe.c

2003-07-25 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/07/25 18:42:27 Modified files: src/bin/psql : describe.c Log message: > Having read the list, and noticed the message about table inheritance I > thought that I would see if

[COMMITTERS] pgsql-server/src/bin/psql describe.c large_obj.c

2003-06-27 Thread Tom Lane
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/06/27 13:55:23 Modified files: src/bin/psql : describe.c large_obj.c Log message: Missing calls to PQclear in large_obj.c and describe.c. Greg Sabino Mullane