1 <!-- doc/src/sgml/reference.sgml -->
4 <title>Reference
</title>
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.
17 The reference entries are also available as traditional
18 <quote>man
</quote> pages.
22 <reference id=
"sql-commands">
23 <title>SQL Commands
</title>
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.
41 &alterDefaultPrivileges;
45 &alterForeignDataWrapper;
52 &alterMaterializedView;
98 &createForeignDataWrapper;
104 &createMaterializedView;
106 &createOperatorClass;
107 &createOperatorFamily;
145 &dropForeignDataWrapper;
151 &dropMaterializedView;
184 &importForeignSchema;
195 &refreshMaterializedView;
222 <reference id=
"reference-client">
223 <title>PostgreSQL Client Applications
</title>
227 This part contains reference information for
228 <productname>PostgreSQL
</productname> client applications and
229 utilities. Not all of these commands are of general utility; some
230 might require special privileges. The common feature of these
231 applications is that they can be run on any host, independent of
232 where the database server resides.
236 When specified on the command line, user and database names have
237 their case preserved
— the presence of spaces or special
238 characters might require quoting. Table names and other identifiers
239 do not have their case preserved, except where documented, and
240 might require quoting.
268 <reference id=
"reference-server">
269 <title>PostgreSQL Server Applications
</title>
273 This part contains reference information for
274 <productname>PostgreSQL
</productname> server applications and
275 support utilities. These commands can only be run usefully on the
276 host where the database server resides. Other utility programs
277 are listed in
<xref linkend=
"reference-client"/>.