From: Tom Lane Date: Wed, 1 Sep 2004 14:09:19 +0000 (+0000) Subject: Remove a stray reference to sequences as having tablespaces. X-Git-Tag: REL8_0_0BETA3~165 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0b143dd7255c83e08e0de52cb10ef338befd8416;p=thirdparty%2Fpostgresql.git Remove a stray reference to sequences as having tablespaces. --- diff --git a/doc/src/sgml/ref/create_schema.sgml b/doc/src/sgml/ref/create_schema.sgml index dc7584c8849..188d53b68ed 100644 --- a/doc/src/sgml/ref/create_schema.sgml +++ b/doc/src/sgml/ref/create_schema.sgml @@ -1,5 +1,5 @@ @@ -162,7 +162,7 @@ CREATE VIEW hollywood.winners AS - Create a schema sales whose tables, indexes and sequences + Create a schema sales whose tables and indexes will be stored in the tablespace mirrorspace by default: