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
66dfa36e
Commit
66dfa36e
authored
Oct 21, 1998
by
Thomas G. Lockhart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include new information from Massimo. Rearrange ODBC docs.
parent
da63386f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
33 additions
and
18 deletions
+33
-18
doc/src/sgml/admin.sgml
doc/src/sgml/admin.sgml
+2
-0
doc/src/sgml/postgres.sgml
doc/src/sgml/postgres.sgml
+21
-12
doc/src/sgml/programmer.sgml
doc/src/sgml/programmer.sgml
+10
-6
No files found.
doc/src/sgml/admin.sgml
View file @
66dfa36e
...
...
@@ -19,6 +19,7 @@ $log$
<!entity intro-ag SYSTEM "intro-ag.sgml">
<!entity install SYSTEM "install.sgml">
<!entity options SYSTEM "pg_options.sgml">
<!entity ports SYSTEM "ports.sgml">
<!entity recovery SYSTEM "recovery.sgml">
<!entity regress SYSTEM "regress.sgml">
...
...
@@ -102,6 +103,7 @@ It provides SQL92/SQL3 language support,
&ports;
&install;
&runtime;
&options;
&start-ag;
&recovery;
®ress;
...
...
doc/src/sgml/postgres.sgml
View file @
66dfa36e
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/postgres.sgml,v 1.
9 1998/09/30 05:41:49
thomas Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/postgres.sgml,v 1.
10 1998/10/21 05:31:52
thomas Exp $
Postgres integrated documentation.
Other subset docs should be copied and shrunk from here.
thomas 1998-02-23
$Log: postgres.sgml,v $
Revision 1.10 1998/10/21 05:31:52 thomas
Include new information from Massimo. Rearrange ODBC docs.
Revision 1.9 1998/09/30 05:41:49 thomas
Clean up pages. Add information for operator precedence.
Split introduction sections into separate files to allow the legal notice
...
...
@@ -57,14 +60,15 @@ Include new chapters.
%allfiles;
<!-- administrator's guide -->
<!entity intro-ag SYSTEM "intro-ag.sgml">
<!entity start-ag SYSTEM "start-ag.sgml">
<!entity install SYSTEM "install.sgml">
<!entity intro-ag SYSTEM "intro-ag.sgml">
<!entity options SYSTEM "pg_options.sgml">
<!entity ports SYSTEM "ports.sgml">
<!entity runtime SYSTEM "runtime.sgml">
<!entity recovery SYSTEM "recovery.sgml">
<!entity regress SYSTEM "regress.sgml">
<!entity ports SYSTEM "ports.sgml">
<!entity release SYSTEM "release.sgml">
<!entity start-ag SYSTEM "start-ag.sgml">
<!-- programmer's guide -->
<!entity intro-pg SYSTEM "intro-pg.sgml">
...
...
@@ -87,17 +91,19 @@ Include new chapters.
<!entity ecpg SYSTEM "ecpg.sgml">
<!entity odbc SYSTEM "odbc.sgml">
<!entity jdbc SYSTEM "jdbc.sgml">
<!entity xplang SYSTEM "xplang.sgml">
<!-- developer's guide -->
<!entity arch-dev SYSTEM "arch-dev.sgml">
<!entity geqo SYSTEM "geqo.sgml">
<!entity protocol SYSTEM "protocol.sgml">
<!entity compiler SYSTEM "compiler.sgml">
<!entity page SYSTEM "page.sgml">
<!entity bki SYSTEM "bki.sgml">
<!entity docguide SYSTEM "docguide.sgml">
<!entity biblio SYSTEM "biblio.sgml">
<!entity bki SYSTEM "bki.sgml">
<!entity compiler SYSTEM "compiler.sgml">
<!entity contacts SYSTEM "contacts.sgml">
<!entity docguide SYSTEM "docguide.sgml">
<!entity geqo SYSTEM "geqo.sgml">
<!entity page SYSTEM "page.sgml">
<!entity protocol SYSTEM "protocol.sgml">
<!entity signals SYSTEM "signals.sgml">
]>
<!-- entity manpages SYSTEM "man/manpages.sgml" subdoc -->
<Book Id="postgres">
...
...
@@ -215,6 +221,7 @@ Installation and maintenance information.
&intro-ag;
&ports;
&install;
&options;
&start-ag;
&recovery;
®ress;
...
...
@@ -241,6 +248,7 @@ Information for extending <ProductName>Postgres</ProductName>.
&dfunc;
&trigger;
&spi;
&xplang;
<!-- &libpq; -->
</Part>
...
...
@@ -264,13 +272,14 @@ User and programmer interfaces.
<Title>Developer's Guide</Title>
<PartIntro>
<Para>
The Developer's Guide includes discussion of design decisions and
suggestions for
future development.
The Developer's Guide includes discussion of design decisions and
suggestions for
future development.
</Para>
</PartIntro>
&arch-dev;
&geqo;
&protocol;
&signals;
&compiler;
&bki;
&page;
...
...
doc/src/sgml/programmer.sgml
View file @
66dfa36e
...
...
@@ -60,16 +60,18 @@ $log$
<!entity ecpg SYSTEM "ecpg.sgml">
<!entity odbc SYSTEM "odbc.sgml">
<!entity jdbc SYSTEM "jdbc.sgml">
<!entity xplang SYSTEM "xplang.sgml">
<!entity arch-dev SYSTEM "arch-dev.sgml">
<!entity geqo SYSTEM "geqo.sgml">
<!entity protocol SYSTEM "protocol.sgml">
<!entity compiler SYSTEM "compiler.sgml">
<!entity page SYSTEM "page.sgml">
<!entity bki SYSTEM "bki.sgml">
<!entity docguide SYSTEM "docguide.sgml">
<!entity biblio SYSTEM "biblio.sgml">
<!entity bki SYSTEM "bki.sgml">
<!entity compiler SYSTEM "compiler.sgml">
<!entity contacts SYSTEM "contacts.sgml">
<!entity docguide SYSTEM "docguide.sgml">
<!entity geqo SYSTEM "geqo.sgml">
<!entity page SYSTEM "page.sgml">
<!entity protocol SYSTEM "protocol.sgml">
<!entity signals SYSTEM "signals.sgml">
]>
<Book Id="programmer">
...
...
@@ -165,12 +167,14 @@ It provides SQL92/SQL3 language support,
&ecpg;
&odbc;
&jdbc;
&xplang;
<!-- development -->
&arch-dev;
&geqo;
&protocol;
&signals;
&compiler;
&bki;
&page;
...
...
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