Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit629d53c

Browse files
author
Thomas G. Lockhart
committed
Move SQL reference pages up into the User's Guide.
1 parentcbed406 commit629d53c

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

‎doc/src/sgml/postgres.sgml

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/postgres.sgml,v 1.7 1998/08/15 06:52:53 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/postgres.sgml,v 1.8 1998/08/17 16:20:33 thomas Exp $
33
Postgres integrated documentation.
44
Other subset docs should be copied and shrunk from here.
55
thomas 1998-02-23
66

77
$Log: postgres.sgml,v $
8+
Revision 1.8 1998/08/17 16:20:33 thomas
9+
Move SQL reference pages up into the User's Guide.
10+
811
Revision 1.7 1998/08/15 06:52:53 thomas
912
Include new chapters.
1013

@@ -34,6 +37,10 @@ Include new chapters.
3437
<!entity psql SYSTEM "psql.sgml">
3538
<!entity pgaccess SYSTEM "pgaccess.sgml">
3639

40+
<!-- reference pages -->
41+
<!entity % allfiles SYSTEM "allfiles.sgml">
42+
%allfiles;
43+
3744
<!-- administrator's guide -->
3845
<!entity start-ag SYSTEM "start-ag.sgml">
3946
<!entity install SYSTEM "install.sgml">
@@ -64,11 +71,6 @@ Include new chapters.
6471
<!entity odbc SYSTEM "odbc.sgml">
6572
<!entity jdbc SYSTEM "jdbc.sgml">
6673

67-
<!-- reference pages -->
68-
<!entity intro-ref SYSTEM "intro-ref.sgml">
69-
<!entity % allfiles SYSTEM "allfiles.sgml">
70-
%allfiles;
71-
7274
<!-- developer's guide -->
7375
<!entity arch-dev SYSTEM "arch-dev.sgml">
7476
<!entity geqo SYSTEM "geqo.sgml">
@@ -87,7 +89,7 @@ Include new chapters.
8789

8890
<Title>PostgreSQL</Title>
8991
<BookInfo>
90-
<ReleaseInfo>Covering v6.3 for general release</ReleaseInfo>
92+
<ReleaseInfo>Covering v6.4 for general release</ReleaseInfo>
9193
<BookBiblio>
9294
<AuthorGroup>
9395
<CorpAuthor>The PostgreSQL Development Team</CorpAuthor>
@@ -183,6 +185,7 @@ Information for users.
183185
&storage;
184186
&psql;
185187
&pgaccess;
188+
&commands;
186189
</Part>
187190

188191
<part Id="part-admin">
@@ -239,17 +242,6 @@ User and programmer interfaces.
239242
&jdbc;
240243
</Part>
241244

242-
<part Id="part-reference">
243-
<Title>Reference</Title>
244-
<PartIntro>
245-
<Para>
246-
Command syntax.
247-
</Para>
248-
</PartIntro>
249-
<!-- &intro-ref; -->
250-
&commands;
251-
</Part>
252-
253245
<part Id="part-developer">
254246
<Title>Developer's Guide</Title>
255247
<PartIntro>

‎doc/src/sgml/user.sgml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/user.sgml,v 1.4 1998/08/15 06:52:54 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/user.sgml,v 1.5 1998/08/17 16:20:32 thomas Exp $
33
Postgres User's Manual.
44
Derived from postgres.sgml.
55
thomas 1998-02-24
66

77
$Log: user.sgml,v $
8+
Revision 1.5 1998/08/17 16:20:32 thomas
9+
Move SQL reference pages up into the User's Guide.
10+
811
Revision 1.4 1998/08/15 06:52:54 thomas
912
Include new chapters.
1013

@@ -27,6 +30,10 @@ Include new chapters.
2730
<!entity psql SYSTEM "psql.sgml">
2831
<!entity pgaccess SYSTEM "pgaccess.sgml">
2932
<!entity biblio SYSTEM "biblio.sgml">
33+
34+
<!-- reference pages -->
35+
<!entity % allfiles SYSTEM "allfiles.sgml">
36+
%allfiles;
3037
]>
3138
<!-- entity manpages SYSTEM "man/manpages.sgml" subdoc -->
3239
<Book Id="user">
@@ -35,7 +42,7 @@ Include new chapters.
3542

3643
<Title>PostgreSQL User's Guide</Title>
3744
<BookInfo>
38-
<ReleaseInfo>Covering v6.3 for general release</ReleaseInfo>
45+
<ReleaseInfo>Covering v6.4 for general release</ReleaseInfo>
3946
<BookBiblio>
4047
<AuthorGroup>
4148
<CorpAuthor>The PostgreSQL Development Team</CorpAuthor>
@@ -111,6 +118,7 @@ It provides SQL92/SQL3 language support,
111118
&storage;
112119
&psql;
113120
&pgaccess;
121+
&commands;
114122

115123
<!--
116124
&contacts;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp