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
1efd7330
Commit
1efd7330
authored
Nov 29, 2000
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rewrite system catalog documentation man page in DocBook with more recent
information.
parent
175f5208
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1920 additions
and
458 deletions
+1920
-458
doc/src/sgml/catalogs.sgml
doc/src/sgml/catalogs.sgml
+1912
-445
doc/src/sgml/developer.sgml
doc/src/sgml/developer.sgml
+2
-7
doc/src/sgml/extend.sgml
doc/src/sgml/extend.sgml
+2
-2
doc/src/sgml/sql.sgml
doc/src/sgml/sql.sgml
+4
-4
No files found.
doc/src/sgml/catalogs.sgml
View file @
1efd7330
This diff is collapsed.
Click to expand it.
doc/src/sgml/developer.sgml
View file @
1efd7330
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/Attic/developer.sgml,v 1.
2 2000/11/24 17:44:21
petere Exp $ -->
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/Attic/developer.sgml,v 1.
3 2000/11/29 20:15:59
petere Exp $ -->
<!-- PostgreSQL Developer's Guide -->
<book id="developer">
...
...
@@ -17,17 +17,12 @@
&sources;
&arch-dev;
&geqo;
<!--
This listing of Postgres catalogs is currently just a copy of the old
man page. It is not up to date and has not been marked up for DocBook.
- thomas 2000-04-20
&catalogs;
-->
&protocol;
&compiler;
&bki;
&page;
&geqo;
<![%single-book;[
&biblio;
]]>
...
...
doc/src/sgml/extend.sgml
View file @
1efd7330
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/extend.sgml,v 1.
6 2000/09/29 20:21:33
petere Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/extend.sgml,v 1.
7 2000/11/29 20:15:59
petere Exp $
-->
<chapter id="extend">
...
...
@@ -107,7 +107,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/extend.sgml,v 1.6 2000/09/29 20:21:33 peter
</para>
</sect1>
<sect1 id="system-catalogs">
<sect1 id="
pg-
system-catalogs">
<title>About the <productname>Postgres</productname> System Catalogs</title>
<para>
...
...
doc/src/sgml/sql.sgml
View file @
1efd7330
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/sql.sgml,v 1.1
2 2000/09/29 20:21:34
petere Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/sql.sgml,v 1.1
3 2000/11/29 20:15:59
petere Exp $
-->
<chapter id="sql">
...
...
@@ -1574,7 +1574,7 @@ CREATE INDEX I ON SUPPLIER (SNAME);
view (i.e. the rules about how to access physically stored base
tables in order to materialize the view) somewhere in the system
catalogs (see
<xref linkend="
catalogs-title" endterm="
catalogs-title">). For a
<xref linkend="
tutorial-catalogs-title" endterm="tutorial-
catalogs-title">). For a
discussion on different techniques to implement views refer to
<!--
section
...
...
@@ -1783,8 +1783,8 @@ DELETE FROM SUPPLIER
</sect3>
</sect2>
<sect2 id="catalogs">
<title id="catalogs-title">System Catalogs</title>
<sect2 id="
tutorial-
catalogs">
<title id="
tutorial-
catalogs-title">System Catalogs</title>
<para>
In every <acronym>SQL</acronym> database system
...
...
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