Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
20c00ca6
Commit
20c00ca6
authored
May 07, 2013
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: Add IDs to link targets used by phpPgAdmin
Karl O. Pinc
parent
7f03a791
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
doc/src/sgml/ddl.sgml
doc/src/sgml/ddl.sgml
+7
-7
doc/src/sgml/extend.sgml
doc/src/sgml/extend.sgml
+1
-1
No files found.
doc/src/sgml/ddl.sgml
View file @
20c00ca6
...
...
@@ -258,7 +258,7 @@ CREATE TABLE products (
even if the value came from the default value definition.
</para>
<sect2>
<sect2
id="ddl-constraints-check-constraints"
>
<title>Check Constraints</title>
<indexterm>
...
...
@@ -482,7 +482,7 @@ CREATE TABLE products (
</tip>
</sect2>
<sect2>
<sect2
id="ddl-constraints-unique-constraints"
>
<title>Unique Constraints</title>
<indexterm>
...
...
@@ -569,7 +569,7 @@ CREATE TABLE products (
</
para
>
</
sect2
>
<
sect2
>
<
sect2
id
=
"ddl-constraints-primary-keys"
>
<
title
>
Primary
Keys
</
title
>
<
indexterm
>
...
...
@@ -1168,7 +1168,7 @@ CREATE TABLE circles (
here
.
</
para
>
<
sect2
>
<
sect2
id
=
"ddl-alter-adding-a-column"
>
<
title
>
Adding
a
Column
</
title
>
<
indexterm
>
...
...
@@ -1212,7 +1212,7 @@ ALTER TABLE products ADD COLUMN description text CHECK (description <> '')
</tip>
</sect2>
<sect2>
<sect2
id="ddl-alter-removing-a-column"
>
<title>Removing a Column</title>
<indexterm>
...
...
@@ -1239,7 +1239,7 @@ ALTER TABLE products DROP COLUMN description CASCADE;
</para>
</sect2>
<sect2>
<sect2
id="ddl-alter-adding-a-constraint"
>
<title>Adding a Constraint</title>
<indexterm>
...
...
@@ -1267,7 +1267,7 @@ ALTER TABLE products ALTER COLUMN product_no SET NOT NULL;
</para>
</sect2>
<sect2>
<sect2
id="ddl-alter-removing-a-constraint"
>
<title>Removing a Constraint</title>
<indexterm>
...
...
doc/src/sgml/extend.sgml
View file @
20c00ca6
...
...
@@ -145,7 +145,7 @@
</para>
</sect2>
<sect2>
<sect2
id="extend-type-system-domains"
>
<title>Domains</title>
<para>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment