|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/filelayout.sgml,v 1.1 2004/11/12 21:50:53 tgl Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/filelayout.sgml,v 1.2 2004/11/16 15:00:36 tgl Exp $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <chapter id="file-layout">
|
@@ -144,7 +144,7 @@ its TOAST table, if any.
|
144 | 144 | </para>
|
145 | 145 |
|
146 | 146 | <para>
|
147 |
| -Tablespaces make the scenario more complicated. Eachnon-default tablespace |
| 147 | +Tablespaces make the scenario more complicated. Eachuser-defined tablespace |
148 | 148 | has a symbolic link inside the <varname>PGDATA</><filename>/pg_tblspc</>
|
149 | 149 | directory, which points to the physical tablespace directory (as specified in
|
150 | 150 | its <command>CREATE TABLESPACE</> command). The symbolic link is named after
|
|