1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-13 07:41:39 +03:00

Fix spelling of "including

Edward J. Huff
This commit is contained in:
Bruce Momjian
1998-03-20 04:12:25 +00:00
parent 76e6d26011
commit 6df719184c
2 changed files with 4 additions and 4 deletions

View File

@ -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