Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0b143dd

Browse files
committed
Remove a stray reference to sequences as having tablespaces.
1 parent b3d3e27 commit 0b143dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ref/create_schema.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/create_schema.sgml,v 1.14 2004/07/12 01:22:53 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/create_schema.sgml,v 1.15 2004/09/01 14:09:19 tgl Exp $
33
PostgreSQL documentation
44
-->
55

@@ -162,7 +162,7 @@ CREATE VIEW hollywood.winners AS
162162
</para>
163163

164164
<para>
165-
Create a schema <literal>sales</> whose tables, indexes and sequences
165+
Create a schema <literal>sales</> whose tables and indexes
166166
will be stored in the tablespace <literal>mirrorspace</> by default:
167167

168168
<programlisting>

0 commit comments

Comments
 (0)