1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Add User's Guide chapters on Data Definition and Data Manipulation.

Still needs to be filled with more information, but it gives us a
framework to have a User's Guide with complete coverage of the basic
SQL operations.  Move arrays into data type chapter, inheritance into
DDL chapter (for now).

Make <comment>s show up in the output while the version number ends in
"devel".

Allow cross-book references with entities &cite-user; etc.
This commit is contained in:
Peter Eisentraut
2002-08-05 19:43:31 +00:00
parent 15fe086fba
commit 6f4a9fb119
11 changed files with 67 additions and 35 deletions

View File

@@ -1,6 +1,6 @@
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/array.sgml,v 1.20 2002/03/17 19:59:57 tgl Exp $ -->
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/array.sgml,v 1.21 2002/08/05 19:43:30 petere Exp $ -->
<chapter id="arrays">
<sect1 id="arrays">
<title>Arrays</title>
<indexterm>
@@ -325,4 +325,4 @@ INSERT ... VALUES ('{"\\\\","\\""}');
</para>
</tip>
</chapter>
</sect1>