diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2004-11-16 15:00:36 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2004-11-16 15:00:36 +0000 |
commit | 2bb3bcfcf9edb57d7bd3635b2201688defee6676 (patch) | |
tree | 5c8f9018b01e57b220f03daedbacd95fc2c2abce /doc/src | |
parent | 23185085b979263449ad903c62e382e532d2d593 (diff) | |
download | postgresql-2bb3bcfcf9edb57d7bd3635b2201688defee6676.tar.gz postgresql-2bb3bcfcf9edb57d7bd3635b2201688defee6676.zip |
Trivial wording improvement.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/filelayout.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/filelayout.sgml b/doc/src/sgml/filelayout.sgml index 8b7381078a4..6aa856fd62c 100644 --- a/doc/src/sgml/filelayout.sgml +++ b/doc/src/sgml/filelayout.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/filelayout.sgml,v 1.1 2004/11/12 21:50:53 tgl Exp $ +$PostgreSQL: pgsql/doc/src/sgml/filelayout.sgml,v 1.2 2004/11/16 15:00:36 tgl Exp $ --> <chapter id="file-layout"> @@ -144,7 +144,7 @@ its TOAST table, if any. </para> <para> -Tablespaces make the scenario more complicated. Each non-default tablespace +Tablespaces make the scenario more complicated. Each user-defined tablespace has a symbolic link inside the <varname>PGDATA</><filename>/pg_tblspc</> directory, which points to the physical tablespace directory (as specified in its <command>CREATE TABLESPACE</> command). The symbolic link is named after |