pgsql: Document that an SQL-standard-compliant query that expects a uni

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Document that an SQL-standard-compliant query that expects a uni
Date: 2011-02-19 23:21:37
Message-ID: E1Pqw7N-00085P-04@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Document that an SQL-standard-compliant query that expects a unique row
from information_schema.referential_constraints might return several in
Postgres because we allow duplicate-named constraints in the same
schema.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e07ae21f7ec2260c17136a7afaa4dbca405d9c24

Modified Files
--------------
doc/src/sgml/information_schema.sgml | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2011-02-20 00:00:49 pgsql: Documentation update for UTF16 surrogate pairs in UTF8 encoding.
Previous Message Peter Eisentraut 2011-02-19 14:56:23 pgsql: Invalidate PL/Python functions with composite type argument when