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

Commit807ad85

Browse files
author
Thomas G. Lockhart
committed
Include new introductory chapter on SQL from Stefan S.
Should this be in the tutorial instead?
1 parentf8aa366 commit807ad85

File tree

1 file changed

+50
-28
lines changed

1 file changed

+50
-28
lines changed

‎doc/src/sgml/user.sgml

Lines changed: 50 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/user.sgml,v 1.7 1998/10/30 19:37:16 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/user.sgml,v 1.8 1999/05/04 02:26:06 thomas Exp $
33

44
Postgres User's Manual.
55
Derived from postgres.sgml.
66
thomas 1998-02-24
77

88
$Log: user.sgml,v $
9+
Revision 1.8 1999/05/04 02:26:06 thomas
10+
Include new introductory chapter on SQL from Stefan S.
11+
Should this be in the tutorial instead?
12+
913
Revision 1.7 1998/10/30 19:37:16 thomas
1014
Minor editing and markup changes as a result of preparing the Postscript
1115
documentation for v6.4.
@@ -33,23 +37,24 @@ Move SQL reference pages up into the User's Guide.
3337
<!entity notation SYSTEM "notation.sgml">
3438
<!entity y2k SYSTEM "y2k.sgml">
3539

36-
<!entity intro SYSTEM "intro.sgml">
3740
<!entity advanced SYSTEM "advanced.sgml">
38-
<!entityenvironSYSTEM "environ.sgml">
39-
<!entitymanage SYSTEM "manage.sgml">
41+
<!entityarraySYSTEM "array.sgml">
42+
<!entitybiblio SYSTEM "biblio.sgml">
4043
<!entity datatype SYSTEM "datatype.sgml">
41-
<!entityoperSYSTEM "oper.sgml">
44+
<!entityenvironSYSTEM "environ.sgml">
4245
<!entity func SYSTEM "func.sgml">
43-
<!entity typeconv SYSTEM "typeconv.sgml">
44-
<!entity keys SYSTEM "keys.sgml">
45-
<!entity array SYSTEM "array.sgml">
4646
<!entity inherit SYSTEM "inherit.sgml">
47+
<!entity intro SYSTEM "intro.sgml">
48+
<!entity keys SYSTEM "keys.sgml">
49+
<!entity manage SYSTEM "manage.sgml">
50+
<!entity oper SYSTEM "oper.sgml">
51+
<!entity pgaccess SYSTEM "pgaccess.sgml">
52+
<!entity psql SYSTEM "psql.sgml">
4753
<!entity query-ug SYSTEM "query-ug.sgml">
54+
<!entity sql SYSTEM "sql.sgml">
4855
<!entity storage SYSTEM "storage.sgml">
49-
<!entity psql SYSTEM "psql.sgml">
50-
<!entity pgaccess SYSTEM "pgaccess.sgml">
51-
<!entity biblio SYSTEM "biblio.sgml">
5256
<!entity syntax SYSTEM "syntax.sgml">
57+
<!entity typeconv SYSTEM "typeconv.sgml">
5358

5459
<!-- reference pages -->
5560
<!entity % allfiles SYSTEM "allfiles.sgml">
@@ -125,28 +130,29 @@ It provides SQL92/SQL3 language support,
125130
</Para>
126131
</Preface>
127132

128-
&intro;
129-
&environ;
130-
&manage;
131-
&syntax;
132-
&datatype;
133-
&oper;
134-
&func;
135-
&typeconv;
136-
&keys;
137-
&array;
138-
&inherit;
139-
&query-ug;
140-
&storage;
141-
&psql;
142-
&pgaccess;
143-
&commands;
133+
&intro;
134+
&sql;
135+
&environ;
136+
&manage;
137+
&syntax;
138+
&datatype;
139+
&oper;
140+
&func;
141+
&typeconv;
142+
&keys;
143+
&array;
144+
&inherit;
145+
&query-ug;
146+
&storage;
147+
&psql;
148+
&pgaccess;
149+
&commands;
144150

145151
<!--
146152
&contacts;
147153
-->
148154

149-
&biblio;
155+
&biblio;
150156

151157
<!--
152158
<index Id="index">
@@ -155,3 +161,19 @@ It provides SQL92/SQL3 language support,
155161

156162
</Book>
157163

164+
<!-- Keep this comment at the end of the file
165+
Local variables:
166+
mode: sgml
167+
sgml-omittag:nil
168+
sgml-shorttag:t
169+
sgml-minimize-attributes:nil
170+
sgml-always-quote-attributes:t
171+
sgml-indent-step:1
172+
sgml-indent-data:t
173+
sgml-parent-document:nil
174+
sgml-default-dtd-file:"./reference.ced"
175+
sgml-exposed-tags:nil
176+
sgml-local-catalogs:"/usr/lib/sgml/CATALOG"
177+
sgml-local-ecat-files:nil
178+
End:
179+
-->

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp