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
23d7c697
Commit
23d7c697
authored
Oct 08, 2000
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Split out Developer's from Programmer's guide.
parent
e6ef7380
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
92 additions
and
66 deletions
+92
-66
doc/src/Makefile
doc/src/Makefile
+15
-16
doc/src/sgml/developer.sgml
doc/src/sgml/developer.sgml
+61
-0
doc/src/sgml/postgres.sgml
doc/src/sgml/postgres.sgml
+8
-14
doc/src/sgml/programmer.sgml
doc/src/sgml/programmer.sgml
+8
-36
No files found.
doc/src/Makefile
View file @
23d7c697
# Postgres documentation makefile
# $Header: /cvsroot/pgsql/doc/src/Makefile,v 1.1
3 2000/09/12 03:47:36 thomas
Exp $
# $Header: /cvsroot/pgsql/doc/src/Makefile,v 1.1
4 2000/10/08 13:24:08 petere
Exp $
subdir
=
doc/src
top_builddir
=
../..
...
...
@@ -10,7 +10,7 @@ ZIP= gzip
ZIPSUFFIX
=
gz
TAREXCLUDE
=
--exclude
=
Makefile
--exclude
=
'*.sgml'
--exclude
=
ref
SRC
=
admin postgres programmer tutorial user
SRC
=
admin postgres programmer tutorial user
developer
TARGETS
=
$
(
SRC:%
=
%.tar.
$(ZIPSUFFIX)
)
...
...
@@ -33,37 +33,37 @@ sources:
$(MAKE)
sources.tar.
$(ZIPSUFFIX)
sources.tar
:
(
$(TAR)
-cf
$@
sgml graphics
)
$(TAR)
-cf
$@
sgml graphics
admin.tar
:
$(MAKE)
-C
sgml clean
$(MAKE)
-C
sgml admin.html
(
cd
sgml
;
$(TAR)
-cf
../
$@
$(TAREXCLUDE)
*
.html
*
.htm
-C
../graphics layout.gif
)
cd
sgml
&&
$(TAR)
-cf
../
$@
$(TAREXCLUDE)
*
.html
*
.htm
installation
.tar
:
developer
.tar
:
$(MAKE)
-C
sgml clean
$(MAKE)
-C
sgml installation.html
(
cd
sgml
;
$(TAR)
-cf
../
$@
$(TAREXCLUDE)
*
.html
*
.htm
)
postgres.tar
:
$(MAKE)
-C
sgml clean
$(MAKE)
-C
sgml postgres.html
(
cd
sgml
;
$(TAR)
-cf
../
$@
$(TAREXCLUDE)
*
.html
*
.htm
-C
../graphics catalogs.gif clientserver.gif connections.gif layout.gif
)
$(MAKE)
-C
sgml developer.html
cd
sgml
&&
$(TAR)
-cf
../
$@
$(TAREXCLUDE)
*
.html
*
.htm
programmer.tar
:
$(MAKE)
-C
sgml clean
$(MAKE)
-C
sgml programmer.html
(
cd
sgml
;
$(TAR)
-cf
../
$@
$(TAREXCLUDE)
*
.html
*
.htm
-C
../graphics catalogs.gif connections.gif
)
cd
sgml
&&
$(TAR)
-cf
../
$@
$(TAREXCLUDE)
*
.html
*
.htm
-C
../graphics catalogs.gif connections.gif
tutorial.tar
:
$(MAKE)
-C
sgml clean
$(MAKE)
-C
sgml tutorial.html
(
cd
sgml
;
$(TAR)
-cf
../
$@
$(TAREXCLUDE)
*
.html
*
.htm
-C
../graphics clientserver.gif
)
cd
sgml
&&
$(TAR)
-cf
../
$@
$(TAREXCLUDE)
*
.html
*
.htm
-C
../graphics clientserver.gif
user.tar
:
$(MAKE)
-C
sgml clean
$(MAKE)
-C
sgml user.html
(
cd
sgml
;
$(TAR)
-cf
../
$@
$(TAREXCLUDE)
*
.html
*
.htm
)
cd
sgml
&&
$(TAR)
-cf
../
$@
$(TAREXCLUDE)
*
.html
*
.htm
postgres.tar
:
$(MAKE)
-C
sgml clean
$(MAKE)
-C
sgml postgres.html
cd
sgml
&&
$(TAR)
-cf
../
$@
$(TAREXCLUDE)
*
.html
*
.htm
-C
../graphics catalogs.gif clientserver.gif connections.gif
man.tar
:
$(MAKE)
-C
sgml man
...
...
@@ -75,4 +75,3 @@ man.tar:
%.$(ZIPSUFFIX)
:
%
$(ZIP)
-f
$<
doc/src/sgml/developer.sgml
0 → 100644
View file @
23d7c697
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/Attic/developer.sgml,v 1.1 2000/10/08 13:24:09 petere Exp $ -->
<!-- PostgreSQL Developer's Guide -->
<!doctype book PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
<!entity about SYSTEM "about.sgml">
<!entity history SYSTEM "history.sgml">
<!entity info SYSTEM "info.sgml">
<!entity legal SYSTEM "legal.sgml">
<!entity notation SYSTEM "notation.sgml">
<!entity problems SYSTEM "problems.sgml">
<!entity y2k SYSTEM "y2k.sgml">
<!entity arch-dev SYSTEM "arch-dev.sgml">
<!entity biblio SYSTEM "biblio.sgml">
<!entity bki SYSTEM "bki.sgml">
<!entity catalogs SYSTEM "catalogs.sgml">
<!entity compiler SYSTEM "compiler.sgml">
<!entity contacts SYSTEM "contacts.sgml">
<!entity cvs SYSTEM "cvs.sgml">
<!entity docguide SYSTEM "docguide.sgml">
<!entity geqo SYSTEM "geqo.sgml">
<!entity page SYSTEM "page.sgml">
<!entity protocol SYSTEM "protocol.sgml">
<!entity sources SYSTEM "sources.sgml">
]>
<book id="developer">
<title><productname>PostgreSQL Developer's Guide</></>
<bookinfo>
<abstract>
<simpara>
This document contains assorted information that can be of use to
<productname>PostgreSQL</> developers.
</simpara>
</abstract>
<corpauthor>The PostgreSQL Global Development Group</>
</bookinfo>
&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;
&biblio;
<!-- appendices -->
&cvs;
&docguide;
</book>
doc/src/sgml/postgres.sgml
View file @
23d7c697
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/postgres.sgml,v 1.4
2 2000/09/30 16:58:20
petere Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/postgres.sgml,v 1.4
3 2000/10/08 13:24:09
petere Exp $
-->
<!doctype set PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
...
...
@@ -190,7 +190,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/postgres.sgml,v 1.42 2000/09/30 16:58:20 pe
<bookinfo>
<abstract>
<para>
Information on
extending Postgres
Information on
client and server programming
</para>
</abstract>
</bookinfo>
...
...
@@ -201,6 +201,8 @@ $Header: /cvsroot/pgsql/doc/src/sgml/postgres.sgml,v 1.42 2000/09/30 16:58:20 pe
included twice.
&intro-pg;
-->
<part>
<title>Server Programming</title>
&arch-pg;
&extend;
&xfunc;
...
...
@@ -215,19 +217,10 @@ $Header: /cvsroot/pgsql/doc/src/sgml/postgres.sgml,v 1.42 2000/09/30 16:58:20 pe
&trigger;
&spi;
&xplang;
</book>
<book id="interfaces">
<title>Interfaces</title>
<bookinfo>
<abstract>
<para>
Information on Postgres language interfaces
</para>
</abstract>
</bookinfo>
</part>
<part>
<title>Client Interfaces</title>
&func-ref;
&lobj;
&ecpg;
...
...
@@ -238,6 +231,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/postgres.sgml,v 1.42 2000/09/30 16:58:20 pe
&odbc;
&jdbc;
&lisp;
</part>
</book>
<book id="developer">
...
...
doc/src/sgml/programmer.sgml
View file @
23d7c697
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/programmer.sgml,v 1.2
7 2000/06/18 21:24:51
petere Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/programmer.sgml,v 1.2
8 2000/10/08 13:24:09
petere Exp $
Postgres Programmer's Guide.
-->
...
...
@@ -39,20 +39,7 @@ Postgres Programmer's Guide.
<!entity xplang SYSTEM "xplang.sgml">
<!entity xoper SYSTEM "xoper.sgml">
<!entity xtypes SYSTEM "xtypes.sgml">
<!-- developer's guide -->
<!entity arch-dev SYSTEM "arch-dev.sgml">
<!entity biblio SYSTEM "biblio.sgml">
<!entity bki SYSTEM "bki.sgml">
<!entity catalogs SYSTEM "catalogs.sgml">
<!entity compiler SYSTEM "compiler.sgml">
<!entity contacts SYSTEM "contacts.sgml">
<!entity cvs SYSTEM "cvs.sgml">
<!entity docguide SYSTEM "docguide.sgml">
<!entity geqo SYSTEM "geqo.sgml">
<!entity page SYSTEM "page.sgml">
<!entity protocol SYSTEM "protocol.sgml">
<!entity sources SYSTEM "sources.sgml">
]>
<book id="programmer">
...
...
@@ -125,6 +112,8 @@ Your name here...
</preface>
&intro-pg;
<part>
<title>Server Programming</>
&arch-pg;
&extend;
&xfunc;
...
...
@@ -149,6 +138,9 @@ Disable it until we put in some info.
&trigger;
&spi;
</part>
<part>
<title>Client Interfaces</>
&lobj;
&libpq;
&libpqpp;
...
...
@@ -158,31 +150,11 @@ Disable it until we put in some info.
&odbc;
&jdbc;
&lisp;
<!-- development -->
&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 SGML.
- thomas 2000-04-20
&catalogs;
-->
&protocol;
&compiler;
&bki;
&page;
<!-- appendices -->
&cvs;
&docguide;
</part>
<!--
&contacts;
-->
&biblio;
&biblio;
<!--
<index id="index">
...
...
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