mirror of
https://github.com/postgres/postgres.git
synced 2025-06-29 10:41:53 +03:00
Move SQL reference pages up into the User's Guide.
This commit is contained in:
@ -1,10 +1,13 @@
|
|||||||
<!--
|
<!--
|
||||||
$Header: /cvsroot/pgsql/doc/src/sgml/postgres.sgml,v 1.7 1998/08/15 06:52:53 thomas Exp $
|
$Header: /cvsroot/pgsql/doc/src/sgml/postgres.sgml,v 1.8 1998/08/17 16:20:33 thomas Exp $
|
||||||
Postgres integrated documentation.
|
Postgres integrated documentation.
|
||||||
Other subset docs should be copied and shrunk from here.
|
Other subset docs should be copied and shrunk from here.
|
||||||
thomas 1998-02-23
|
thomas 1998-02-23
|
||||||
|
|
||||||
$Log: postgres.sgml,v $
|
$Log: postgres.sgml,v $
|
||||||
|
Revision 1.8 1998/08/17 16:20:33 thomas
|
||||||
|
Move SQL reference pages up into the User's Guide.
|
||||||
|
|
||||||
Revision 1.7 1998/08/15 06:52:53 thomas
|
Revision 1.7 1998/08/15 06:52:53 thomas
|
||||||
Include new chapters.
|
Include new chapters.
|
||||||
|
|
||||||
@ -34,6 +37,10 @@ Include new chapters.
|
|||||||
<!entity psql SYSTEM "psql.sgml">
|
<!entity psql SYSTEM "psql.sgml">
|
||||||
<!entity pgaccess SYSTEM "pgaccess.sgml">
|
<!entity pgaccess SYSTEM "pgaccess.sgml">
|
||||||
|
|
||||||
|
<!-- reference pages -->
|
||||||
|
<!entity % allfiles SYSTEM "allfiles.sgml">
|
||||||
|
%allfiles;
|
||||||
|
|
||||||
<!-- administrator's guide -->
|
<!-- administrator's guide -->
|
||||||
<!entity start-ag SYSTEM "start-ag.sgml">
|
<!entity start-ag SYSTEM "start-ag.sgml">
|
||||||
<!entity install SYSTEM "install.sgml">
|
<!entity install SYSTEM "install.sgml">
|
||||||
@ -64,11 +71,6 @@ Include new chapters.
|
|||||||
<!entity odbc SYSTEM "odbc.sgml">
|
<!entity odbc SYSTEM "odbc.sgml">
|
||||||
<!entity jdbc SYSTEM "jdbc.sgml">
|
<!entity jdbc SYSTEM "jdbc.sgml">
|
||||||
|
|
||||||
<!-- reference pages -->
|
|
||||||
<!entity intro-ref SYSTEM "intro-ref.sgml">
|
|
||||||
<!entity % allfiles SYSTEM "allfiles.sgml">
|
|
||||||
%allfiles;
|
|
||||||
|
|
||||||
<!-- developer's guide -->
|
<!-- developer's guide -->
|
||||||
<!entity arch-dev SYSTEM "arch-dev.sgml">
|
<!entity arch-dev SYSTEM "arch-dev.sgml">
|
||||||
<!entity geqo SYSTEM "geqo.sgml">
|
<!entity geqo SYSTEM "geqo.sgml">
|
||||||
@ -87,7 +89,7 @@ Include new chapters.
|
|||||||
|
|
||||||
<Title>PostgreSQL</Title>
|
<Title>PostgreSQL</Title>
|
||||||
<BookInfo>
|
<BookInfo>
|
||||||
<ReleaseInfo>Covering v6.3 for general release</ReleaseInfo>
|
<ReleaseInfo>Covering v6.4 for general release</ReleaseInfo>
|
||||||
<BookBiblio>
|
<BookBiblio>
|
||||||
<AuthorGroup>
|
<AuthorGroup>
|
||||||
<CorpAuthor>The PostgreSQL Development Team</CorpAuthor>
|
<CorpAuthor>The PostgreSQL Development Team</CorpAuthor>
|
||||||
@ -183,6 +185,7 @@ Information for users.
|
|||||||
&storage;
|
&storage;
|
||||||
&psql;
|
&psql;
|
||||||
&pgaccess;
|
&pgaccess;
|
||||||
|
&commands;
|
||||||
</Part>
|
</Part>
|
||||||
|
|
||||||
<part Id="part-admin">
|
<part Id="part-admin">
|
||||||
@ -239,17 +242,6 @@ User and programmer interfaces.
|
|||||||
&jdbc;
|
&jdbc;
|
||||||
</Part>
|
</Part>
|
||||||
|
|
||||||
<part Id="part-reference">
|
|
||||||
<Title>Reference</Title>
|
|
||||||
<PartIntro>
|
|
||||||
<Para>
|
|
||||||
Command syntax.
|
|
||||||
</Para>
|
|
||||||
</PartIntro>
|
|
||||||
<!-- &intro-ref; -->
|
|
||||||
&commands;
|
|
||||||
</Part>
|
|
||||||
|
|
||||||
<part Id="part-developer">
|
<part Id="part-developer">
|
||||||
<Title>Developer's Guide</Title>
|
<Title>Developer's Guide</Title>
|
||||||
<PartIntro>
|
<PartIntro>
|
||||||
|
@ -1,10 +1,13 @@
|
|||||||
<!--
|
<!--
|
||||||
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/user.sgml,v 1.4 1998/08/15 06:52:54 thomas Exp $
|
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/user.sgml,v 1.5 1998/08/17 16:20:32 thomas Exp $
|
||||||
Postgres User's Manual.
|
Postgres User's Manual.
|
||||||
Derived from postgres.sgml.
|
Derived from postgres.sgml.
|
||||||
thomas 1998-02-24
|
thomas 1998-02-24
|
||||||
|
|
||||||
$Log: user.sgml,v $
|
$Log: user.sgml,v $
|
||||||
|
Revision 1.5 1998/08/17 16:20:32 thomas
|
||||||
|
Move SQL reference pages up into the User's Guide.
|
||||||
|
|
||||||
Revision 1.4 1998/08/15 06:52:54 thomas
|
Revision 1.4 1998/08/15 06:52:54 thomas
|
||||||
Include new chapters.
|
Include new chapters.
|
||||||
|
|
||||||
@ -27,6 +30,10 @@ Include new chapters.
|
|||||||
<!entity psql SYSTEM "psql.sgml">
|
<!entity psql SYSTEM "psql.sgml">
|
||||||
<!entity pgaccess SYSTEM "pgaccess.sgml">
|
<!entity pgaccess SYSTEM "pgaccess.sgml">
|
||||||
<!entity biblio SYSTEM "biblio.sgml">
|
<!entity biblio SYSTEM "biblio.sgml">
|
||||||
|
|
||||||
|
<!-- reference pages -->
|
||||||
|
<!entity % allfiles SYSTEM "allfiles.sgml">
|
||||||
|
%allfiles;
|
||||||
]>
|
]>
|
||||||
<!-- entity manpages SYSTEM "man/manpages.sgml" subdoc -->
|
<!-- entity manpages SYSTEM "man/manpages.sgml" subdoc -->
|
||||||
<Book Id="user">
|
<Book Id="user">
|
||||||
@ -35,7 +42,7 @@ Include new chapters.
|
|||||||
|
|
||||||
<Title>PostgreSQL User's Guide</Title>
|
<Title>PostgreSQL User's Guide</Title>
|
||||||
<BookInfo>
|
<BookInfo>
|
||||||
<ReleaseInfo>Covering v6.3 for general release</ReleaseInfo>
|
<ReleaseInfo>Covering v6.4 for general release</ReleaseInfo>
|
||||||
<BookBiblio>
|
<BookBiblio>
|
||||||
<AuthorGroup>
|
<AuthorGroup>
|
||||||
<CorpAuthor>The PostgreSQL Development Team</CorpAuthor>
|
<CorpAuthor>The PostgreSQL Development Team</CorpAuthor>
|
||||||
@ -111,6 +118,7 @@ It provides SQL92/SQL3 language support,
|
|||||||
&storage;
|
&storage;
|
||||||
&psql;
|
&psql;
|
||||||
&pgaccess;
|
&pgaccess;
|
||||||
|
&commands;
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
&contacts;
|
&contacts;
|
||||||
|
Reference in New Issue
Block a user