mirror of
https://github.com/postgres/postgres.git
synced 2025-08-28 18:48:04 +03:00
Replace "--" and "---" with "—" as appropriate, for better-looking
output.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!--
|
||||
$PostgreSQL: pgsql/doc/src/sgml/ref/cluster.sgml,v 1.33 2004/08/21 15:45:46 tgl Exp $
|
||||
$PostgreSQL: pgsql/doc/src/sgml/ref/cluster.sgml,v 1.34 2004/11/15 06:32:15 neilc Exp $
|
||||
PostgreSQL documentation
|
||||
-->
|
||||
|
||||
@@ -159,7 +159,7 @@ CREATE TABLE <replaceable class="parameter">newtable</replaceable> AS
|
||||
to rename <replaceable class="parameter">newtable</replaceable> to the old name, and
|
||||
recreate the table's indexes. However, this approach does not preserve
|
||||
OIDs, constraints, foreign key relationships, granted privileges, and
|
||||
other ancillary properties of the table --- all such items must be
|
||||
other ancillary properties of the table — all such items must be
|
||||
manually recreated.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
Reference in New Issue
Block a user