Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/tutorial/syscat.source')
-rw-r--r--src/tutorial/syscat.source4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tutorial/syscat.source b/src/tutorial/syscat.source
index 5234499be63..c674486a504 100644
--- a/src/tutorial/syscat.source
+++ b/src/tutorial/syscat.source
@@ -6,7 +6,7 @@
--
-- Copyright (c) 1994, Regents of the University of California
--
--- $Id: syscat.source,v 1.2 1998/02/28 23:37:10 scrappy Exp $
+-- $Id: syscat.source,v 1.3 1998/03/20 04:12:25 momjian Exp $
--
---------------------------------------------------------------------------
@@ -65,7 +65,7 @@ SELECT c.relname, a.attname, t.typname
--
--- lists all user-defined base types (not includeing array types)
+-- lists all user-defined base types (not including array types)
--
SELECT u.usename, t.typname
FROM pg_type t, pg_user u