]> granicus.if.org Git - postgresql/commitdiff
Minor clarification or fix of typos.
authorThomas G. Lockhart <lockhart@fourpalms.org>
Sun, 4 Aug 2002 06:54:10 +0000 (06:54 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Sun, 4 Aug 2002 06:54:10 +0000 (06:54 +0000)
src/include/catalog/pg_conversion.h
src/include/catalog/pg_database.h

index 2867843a9b29859e9e2c37eb9f6d15fc0716e98d..de08137bff8353d13c232172866bce3719c28439 100644 (file)
@@ -8,7 +8,7 @@
  * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_conversion.h,v 1.2 2002/07/25 10:07:13 ishii Exp $
+ * $Id: pg_conversion.h,v 1.3 2002/08/04 06:54:10 thomas Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
@@ -33,7 +33,7 @@
  *
  *     conname                         name of the conversion
  *     connamespace            name space which the conversion belongs to
- *     conowner                        ower of the conversion
+ *     conowner                        owner of the conversion
  *     conforencoding          FOR encoding id
  *     contoencoding           TO encoding id
  *  conproc                            OID of the conversion proc
index 7828865c4d58c5da900eeb376ba3c63d8694b780..91f4d811a21e65224710775d8d7aeded3a4a4943 100644 (file)
@@ -8,7 +8,7 @@
  * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_database.h,v 1.25 2002/06/20 20:29:44 momjian Exp $
+ * $Id: pg_database.h,v 1.26 2002/08/04 06:54:10 thomas Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
@@ -41,7 +41,7 @@ CATALOG(pg_database) BOOTSTRAP BKI_SHARED_RELATION
        Oid                     datlastsysoid;  /* highest OID to consider a system OID */
        TransactionId datvacuumxid; /* all XIDs before this are vacuumed */
        TransactionId datfrozenxid; /* all XIDs before this are frozen */
-       text            datpath;                /* VARIABLE LENGTH FIELD */
+       text            datpath;                /* default database location (VAR LENGTH) */
        text            datconfig[1];   /* database-specific GUC (VAR LENGTH) */
        aclitem         datacl[1];              /* access permissions (VAR LENGTH) */
 } FormData_pg_database;