aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2004-09-01 14:09:19 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2004-09-01 14:09:19 +0000
commit0b143dd7255c83e08e0de52cb10ef338befd8416 (patch)
tree717c790815dc3d9cf33805f815bf18eb4484a5eb /doc/src
parentb3d3e27bb8928fd5795df98eb694c1099a515ba0 (diff)
downloadpostgresql-0b143dd7255c83e08e0de52cb10ef338befd8416.tar.gz
postgresql-0b143dd7255c83e08e0de52cb10ef338befd8416.zip
Remove a stray reference to sequences as having tablespaces.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/create_schema.sgml4
1 files changed, 2 insertions, 2 deletions
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 @@
<!--
-$PostgreSQL: pgsql/doc/src/sgml/ref/create_schema.sgml,v 1.14 2004/07/12 01:22:53 momjian Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/create_schema.sgml,v 1.15 2004/09/01 14:09:19 tgl Exp $
PostgreSQL documentation
-->
@@ -162,7 +162,7 @@ CREATE VIEW hollywood.winners AS
</para>
<para>
- Create a schema <literal>sales</> whose tables, indexes and sequences
+ Create a schema <literal>sales</> whose tables and indexes
will be stored in the tablespace <literal>mirrorspace</> by default:
<programlisting>