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
feed0735
Commit
feed0735
authored
Jul 03, 2006
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix broken markup.
parent
7fb9090e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
doc/src/sgml/ddl.sgml
doc/src/sgml/ddl.sgml
+5
-3
No files found.
doc/src/sgml/ddl.sgml
View file @
feed0735
<
!-- $PostgreSQL: pgsql/doc/src/sgml/ddl.sgml,v 1.5
8 2006/07/02 01:58:36 momjian
Exp $ -->
<
!-- $PostgreSQL: pgsql/doc/src/sgml/ddl.sgml,v 1.5
9 2006/07/03 16:43:14 tgl
Exp $ -->
<
chapter
id
=
"ddl"
>
<
title
>
Data
Definition
</
title
>
...
...
@@ -2078,6 +2078,7 @@ VALUES ('New York', NULL, NULL, 'NY');
parent. Similarly an inheritance link can be removed from a child using the
<command>ALTER TABLE</command> using the <command>NO INHERIT</command>
subform.
</para>
<para>
One convenient way to create a compatible table to be a new child is using
...
...
@@ -2086,7 +2087,8 @@ VALUES ('New York', NULL, NULL, 'NY');
caveat below regarding constraints). Alternatively a compatible table can
be created by first creating a new child using <command>CREATE
TABLE</command> then removing the inheritance link with <command>ALTER
TABLE</command>. </para>
TABLE</command>.
</para>
<para>
A parent table cannot be dropped while any
...
...
@@ -2234,7 +2236,7 @@ VALUES ('New York', NULL, NULL, 'NY');
be
accessed
for
a
query
.
Whereas
the
alternative
,
adding
those
columns
to
every
index
,
increases
space
usage
which
can
erase
any
performance
gain
.
<
para
>
<
/
para
>
<
para
>
When
most
of
the
heavily
accessed
area
of
the
table
is
in
a
single
...
...
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