From 2bb3bcfcf9edb57d7bd3635b2201688defee6676 Mon Sep 17 00:00:00 2001
From: Tom Lane <tgl@sss.pgh.pa.us>
Date: Tue, 16 Nov 2004 15:00:36 +0000
Subject: [PATCH] Trivial wording improvement.

---
 doc/src/sgml/filelayout.sgml | 4 ++--
 1 file 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
-- 
GitLab