]> granicus.if.org Git - postgresql/blob - doc/src/sgml/reference.sgml
Deprecate 'current' date/time constant.
[postgresql] / doc / src / sgml / reference.sgml
1 <!-- reference.sgml
2 $Header: /cvsroot/pgsql/doc/src/sgml/reference.sgml,v 1.19 2001/11/21 06:09:44 thomas Exp $
3
4 PostgreSQL Reference Manual
5 -->
6
7 <book id="reference">
8
9  <title>PostgreSQL &version; Reference Manual</title>
10  <bookinfo>
11   <corpauthor>The PostgreSQL Global Development Group</corpauthor>
12   &legal;
13  </bookinfo>
14
15  <preface id="reference-preface">
16   <title>Preface</title>
17
18   <para>
19    The entries in this <citetitle>Reference Manual</citetitle> are
20    meant to provide in reasonable length an authorative, complete, and
21    formal summary about the respective subjects.  More information
22    about the use of <productname>PostgreSQL</productname>, in
23    narrative, tutorial, or example form, may be found in other parts
24    of the <productname>PostgreSQL</productname> documentation set.
25    See the cross-references listed on each reference page.
26   </para>
27
28   <para>
29    The <citetitle>Reference Manual</citetitle> entries are also
30    available as traditional <quote>man</quote> pages.
31   </para>
32  </preface>
33
34  <reference id="sql-commands">
35   <title>SQL Commands</title>
36
37   <partintro>
38    <para>
39     This part contains reference information for the
40     <acronym>SQL</acronym> commands supported by
41     <productname>PostgreSQL</productname>.  By <quote>SQL</quote> the
42     language in general is meant; information about the standards
43     conformance and compatibility of each command can be found on the
44     respective reference page.
45    </para>
46   </partintro>
47
48    &abort;
49    &alterGroup;
50    &alterTable;
51    &alterUser;
52    &analyze;
53    &begin;
54    &checkpoint;
55    &close;
56    &cluster;
57    &commentOn;
58    &commit;
59    &copyTable;
60    &createAggregate;
61    &createConstraint;
62    &createDatabase;
63    &createFunction;
64    &createGroup;
65    &createIndex;
66    &createLanguage;
67    &createOperator;
68    &createRule;
69    &createSequence;
70    &createTable;
71    &createTableAs;
72    &createTrigger;
73    &createType;
74    &createUser;
75    &createView;
76    &declare;
77    &delete;
78    &dropAggregate;
79    &dropDatabase;
80    &dropFunction;
81    &dropGroup;
82    &dropIndex;
83    &dropLanguage;
84    &dropOperator;
85    &dropRule;
86    &dropSequence;
87    &dropTable;
88    &dropTrigger;
89    &dropType
90    &dropUser;
91    &dropView;
92    &end;
93    &explain;
94    &fetch;
95    &grant;
96    &insert;
97    &listen;
98    &load;
99    &lock;
100    &move;
101    &notify;
102    &reindex;
103    &reset;
104    &revoke;
105    &rollback;
106    &select;
107    &selectInto;
108    &set;
109    &setConstraints;
110    &setSessionAuth;
111    &setTransaction;
112    &show;
113    &truncate;
114    &unlisten;
115    &update;
116    &vacuum;
117   
118  </reference>
119
120 <!--
121 Disable this chapter until we have more functions documented.
122 - thomas 1998-10-27
123
124  <reference id="sql-functions">
125   <title>SQL Functions</title>
126
127   <partintro>
128    <para>
129     This part provides reference information for the
130     <acronym>SQL</acronym> functions supported by
131     <productname>PostgreSQL</productname>.
132    </para>
133
134    &currentDate;
135    &currentTime;
136    &currentTimestamp;
137    &currentUser;
138  </reference>
139 -->
140
141  <reference id="reference-client">
142   <title>PostgreSQL Client Applications</title>
143
144   <partintro>
145    <para>
146     This part contains reference information for
147     <productname>PostgreSQL</productname> client applications and
148     utilities.  Not all of these commands are of general utility, some
149     may require special privileges.  The common feature of these
150     applications is that they can be run on any host, independent of
151     where the database server resides.
152    </para>
153   </partintro>
154
155    &createdb;
156    &createlang;
157    &createuser;
158    &dropdb;
159    &droplang;
160    &dropuser;
161    &ecpgRef;
162    &pgAccess;
163    &pgConfig;
164    &pgDump;
165    &pgDumpall;
166    &pgRestore;
167    &psqlRef;
168    &pgTclSh;
169    &pgTkSh;
170    &vacuumdb;
171
172  </reference>
173
174  <reference id="reference-server">
175   <title>PostgreSQL Server Applications</title>
176
177   <partintro>
178    <para>
179     This part contains reference information for
180     <productname>PostgreSQL</productname> server applications and
181     support utilities.  These commands can only be run usefully on the
182     host where the database server resides.  Other utility programs
183     are listed in <xref linkend="reference-client">.
184    </para>
185   </partintro>
186
187    &initdb;
188    &initlocation;
189    &ipcclean;
190    &pgCtl;
191    &pgPasswd;
192 <!--   &pgUpgrade; -->
193    &postgres;
194    &postmaster;
195
196  </reference>
197
198 </book>
199
200 <!-- Keep this comment at the end of the file
201 Local variables:
202 mode:sgml
203 sgml-omittag:nil
204 sgml-shorttag:t
205 sgml-minimize-attributes:nil
206 sgml-always-quote-attributes:t
207 sgml-indent-step:1
208 sgml-indent-data:t
209 sgml-parent-document:nil
210 sgml-default-dtd-file:"./reference.ced"
211 sgml-exposed-tags:nil
212 sgml-local-catalogs:("/usr/lib/sgml/catalog")
213 sgml-local-ecat-files:nil
214 End:
215 -->