projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3d3e27
)
Remove a stray reference to sequences as having tablespaces.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Wed, 1 Sep 2004 14:09:19 +0000
(14:09 +0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Wed, 1 Sep 2004 14:09:19 +0000
(14:09 +0000)
doc/src/sgml/ref/create_schema.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/create_schema.sgml
b/doc/src/sgml/ref/create_schema.sgml
index dc7584c8849b3b12c8e7ad026644c67da07be208..188d53b68eda03883903fc038fc4c5deb991e012 100644
(file)
--- 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.1
4 2004/07/12 01:22:53 momjian
Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/create_schema.sgml,v 1.1
5 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 sequenc
es
+ Create a schema <literal>sales</> whose tables
and index
es
will be stored in the tablespace <literal>mirrorspace</> by default:
<programlisting>