mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Fixups in content and markup for 7.0 release.
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
<!--
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/advanced.sgml,v 1.11 2000/04/11 05:39:06 thomas Exp $
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/advanced.sgml,v 1.12 2000/05/02 20:01:51 thomas Exp $
|
||||
-->
|
||||
|
||||
<chapter id="advanced">
|
||||
@ -103,12 +103,12 @@ SELECT c.name, c.altitude
|
||||
+----------+----------+
|
||||
</programlisting>
|
||||
|
||||
Here the <quote>*</quote> after cities indicates that the query should
|
||||
Here the "*" after cities indicates that the query should
|
||||
be run over cities and all classes below cities in the
|
||||
inheritance hierarchy. Many of the commands that we
|
||||
have already discussed (<command>SELECT</command>,
|
||||
<command>UPDATE</command> and <command>DELETE</command>)
|
||||
support this <quote>*</quote> notation, as do others, like
|
||||
support this inheritance notation using "*" as do other commands like
|
||||
<command>ALTER</command>.
|
||||
</para>
|
||||
</sect1>
|
||||
|
Reference in New Issue
Block a user