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
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...
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
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/10/16 22:14:26
Modified files:
doc/src/sgml : perform.sgml
doc/src/sgml/ref: explain.sgml
src/backend/commands: explain.c
Log message:
Adjust display of actual run
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
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/10/16 21:55:17
Modified files:
doc/src/sgml : catalogs.sgml
Log message:
Add note deprecating use of consrc.
---(end of broadcast)-
[EMAIL PROTECTED] (Peter Eisentraut - PostgreSQL) writes:
> Log message:
> There should not be an automatic '()' after a function name when
> tab-completing.
I don't care one way or the other ... but the two arms of that UNION
need to be consistent.
regards, to
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/10/16 20:46:17
Modified files:
doc/src/sgml : information_schema.sgml
src/backend/catalog: information_schema.sql
Log message:
Fix bugs in referential_constraints view.
-
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/10/16 20:45:30
Modified files:
src/bin/psql : tab-complete.c
Log message:
There should not be an automatic '()' after a function name when
tab-completing.
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/10/16 19:52:22
Modified files:
src/include/catalog: pg_attribute.h
Log message:
Set attstattarget to -1 for all system catalog columns. All but a few
of the entries used to b
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/10/16 18:37:54
Modified files:
src/backend/utils/adt: selfuncs.c
Log message:
Avoid division by zero in estimate_num_groups() when table has no rows.
---(end
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/10/16 17:59:35
Modified files:
src/backend/storage/ipc: shmem.c
src/backend/storage/lmgr: lock.c proc.c
Log message:
Ensure that all places that are complaining about exhaust
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/10/16 17:03:09
Modified files:
src/bin/psql : tab-complete.c
Log message:
Cause tab completion to do something moderately reasonable with mixed-case
identifiers --- it will
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/10/16 14:38:01
Modified files:
doc/src/sgml/ref: postgres-ref.sgml postmaster.sgml
Log message:
Add mention of SIGHUP on the postmaster manual page.
---(end
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/10/16 13:50:41
Modified files:
src/backend/access/transam: xact.c
src/backend/commands: async.c
src/backend/tcop: postgres.c
src/include/access: xact.h
Log message:
15 matches
Mail list logo