Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
edb38217
Commit
edb38217
authored
14 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Reword information_schema duplicate constraint warning text.
parent
2e852e54
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/information_schema.sgml
+8
-7
8 additions, 7 deletions
doc/src/sgml/information_schema.sgml
with
8 additions
and
7 deletions
doc/src/sgml/information_schema.sgml
+
8
−
7
View file @
edb38217
...
@@ -23,13 +23,14 @@
...
@@ -23,13 +23,14 @@
<note>
<note>
<para>
<para>
The SQL standard requires constraint names to be unique within a
When querying the database for constraint information, it is possible
schema; <productname>PostgreSQL</productname>, however, does not
for a standard-compliant query that expects to return one row to
enforce this restriction. If duplicate-named constraints are
return several. This is because the SQL standard requires constraint
stored in the same <productname>PostgreSQL</productname> schema,
names to be unique within a schema, but
a standard-compliant query that expects to return one matching
<productname>PostgreSQL</productname> does not enforce this
constraint row might return several, one row for each matching
restriction. <productname>PostgreSQL</productname>
constraint stored in the specified schema.
automatically-generated constraint names avoid duplicates in the
same schema, but users can specify such duplicate names.
</para>
</para>
</note>
</note>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment