]> granicus.if.org Git - postgresql/blob - doc/src/sgml/reference.sgml
Fix some typos in the documentation
[postgresql] / doc / src / sgml / reference.sgml
1 <!-- doc/src/sgml/reference.sgml -->
2
3 <part id="reference">
4  <title>Reference</title>
5
6  <partintro>
7   <para>
8    The entries in this Reference are meant to provide in reasonable
9    length an authoritative, complete, and formal summary about their
10    respective subjects.  More information about the use of
11    <productname>PostgreSQL</productname>, in narrative, tutorial, or
12    example form, can be found in other parts of this book.  See the
13    cross-references listed on each reference page.
14   </para>
15
16   <para>
17    The reference entries are also available as traditional
18    <quote>man</quote> pages.
19   </para>
20  </partintro>
21
22  <reference id="sql-commands">
23   <title>SQL Commands</title>
24
25   <partintro>
26    <para>
27     This part contains reference information for the
28     <acronym>SQL</acronym> commands supported by
29     <productname>PostgreSQL</productname>.  By <quote>SQL</quote> the
30     language in general is meant; information about the standards
31     conformance and compatibility of each command can be found on the
32     respective reference page.
33    </para>
34   </partintro>
35
36    &abort;
37    &alterAggregate;
38    &alterCollation;
39    &alterConversion;
40    &alterDatabase;
41    &alterDefaultPrivileges;
42    &alterDomain;
43    &alterExtension;
44    &alterForeignDataWrapper;
45    &alterForeignTable;
46    &alterFunction;
47    &alterGroup;
48    &alterIndex;
49    &alterLanguage;
50    &alterLargeObject;
51    &alterOperator;
52    &alterOperatorClass;
53    &alterOperatorFamily;
54    &alterRole;
55    &alterSchema;
56    &alterSequence;
57    &alterServer;
58    &alterTable;
59    &alterTableSpace;
60    &alterTSConfig;
61    &alterTSDictionary;
62    &alterTSParser;
63    &alterTSTemplate;
64    &alterTrigger;
65    &alterType;
66    &alterUser;
67    &alterUserMapping;
68    &alterView;
69    &analyze;
70    &begin;
71    &checkpoint;
72    &close;
73    &cluster;
74    &commentOn;
75    &commit;
76    &commitPrepared;
77    &copyTable;
78    &createAggregate;
79    &createCast;
80    &createCollation;
81    &createConversion;
82    &createDatabase;
83    &createDomain;
84    &createExtension;
85    &createForeignDataWrapper;
86    &createForeignTable;
87    &createFunction;
88    &createGroup;
89    &createIndex;
90    &createLanguage;
91    &createOperator;
92    &createOperatorClass;
93    &createOperatorFamily;
94    &createRole;
95    &createRule;
96    &createSchema;
97    &createSequence;
98    &createServer;
99    &createTable;
100    &createTableAs;
101    &createTableSpace;
102    &createTSConfig;
103    &createTSDictionary;
104    &createTSParser;
105    &createTSTemplate;
106    &createTrigger;
107    &createType;
108    &createUser;
109    &createUserMapping;
110    &createView;
111    &deallocate;
112    &declare;
113    &delete;
114    &discard;
115    &do;
116    &dropAggregate;
117    &dropCast;
118    &dropCollation;
119    &dropConversion;
120    &dropDatabase;
121    &dropDomain;
122    &dropExtension;
123    &dropForeignDataWrapper;
124    &dropForeignTable;
125    &dropFunction;
126    &dropGroup;
127    &dropIndex;
128    &dropLanguage;
129    &dropOperator;
130    &dropOperatorClass;
131    &dropOperatorFamily;
132    &dropOwned;
133    &dropRole;
134    &dropRule;
135    &dropSchema;
136    &dropSequence;
137    &dropServer;
138    &dropTable;
139    &dropTableSpace;
140    &dropTSConfig;
141    &dropTSDictionary;
142    &dropTSParser;
143    &dropTSTemplate;
144    &dropTrigger;
145    &dropType;
146    &dropUser;
147    &dropUserMapping;
148    &dropView;
149    &end;
150    &execute;
151    &explain;
152    &fetch;
153    &grant;
154    &insert;
155    &listen;
156    &load;
157    &lock;
158    &move;
159    &notify;
160    &prepare;
161    &prepareTransaction;
162    &reassignOwned;
163    &reindex;
164    &releaseSavepoint;
165    &reset;
166    &revoke;
167    &rollback;
168    &rollbackPrepared;
169    &rollbackTo;
170    &savepoint;
171    &securityLabel;
172    &select;
173    &selectInto;
174    &set;
175    &setConstraints;
176    &setRole;
177    &setSessionAuth;
178    &setTransaction;
179    &show;
180    &startTransaction;
181    &truncate;
182    &unlisten;
183    &update;
184    &vacuum;
185    &values;
186
187  </reference>
188
189  <reference id="reference-client">
190   <title>PostgreSQL Client Applications</title>
191
192   <partintro>
193    <para>
194     This part contains reference information for
195     <productname>PostgreSQL</productname> client applications and
196     utilities.  Not all of these commands are of general utility; some
197     might require special privileges.  The common feature of these
198     applications is that they can be run on any host, independent of
199     where the database server resides.
200    </para>
201
202    <para>
203     When specified on the command line, user and database names have
204     their case preserved &mdash; the presence of spaces or special
205     characters might require quoting.  Table names and other identifiers
206     do not have their case preserved, except where documented, and
207     might require quoting.
208    </para>
209   </partintro>
210
211    &clusterdb;
212    &createdb;
213    &createlang;
214    &createuser;
215    &dropdb;
216    &droplang;
217    &dropuser;
218    &ecpgRef;
219    &pgBasebackup;
220    &pgConfig;
221    &pgDump;
222    &pgDumpall;
223    &pgReceivexlog;
224    &pgRestore;
225    &psqlRef;
226    &reindexdb;
227    &vacuumdb;
228
229  </reference>
230
231  <reference id="reference-server">
232   <title>PostgreSQL Server Applications</title>
233
234   <partintro>
235    <para>
236     This part contains reference information for
237     <productname>PostgreSQL</productname> server applications and
238     support utilities.  These commands can only be run usefully on the
239     host where the database server resides.  Other utility programs
240     are listed in <xref linkend="reference-client">.
241    </para>
242   </partintro>
243
244    &initdb;
245    &pgControldata;
246    &pgCtl;
247    &pgResetxlog;
248    &postgres;
249    &postmaster;
250
251  </reference>
252
253 </part>