diff options
Diffstat (limited to 'src/tutorial')
-rw-r--r-- | src/tutorial/complex.source | 4 | ||||
-rw-r--r-- | src/tutorial/syscat.source | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/tutorial/complex.source b/src/tutorial/complex.source index b9d36a6a5d3..891273bae2a 100644 --- a/src/tutorial/complex.source +++ b/src/tutorial/complex.source @@ -5,10 +5,10 @@ -- use this new type. -- -- --- Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group +-- Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group -- Portions Copyright (c) 1994, Regents of the University of California -- --- $PostgreSQL: pgsql/src/tutorial/complex.source,v 1.20 2006/03/05 15:59:11 momjian Exp $ +-- $PostgreSQL: pgsql/src/tutorial/complex.source,v 1.21 2007/01/05 22:20:05 momjian Exp $ -- --------------------------------------------------------------------------- diff --git a/src/tutorial/syscat.source b/src/tutorial/syscat.source index f6460d3fc07..f093adda8ed 100644 --- a/src/tutorial/syscat.source +++ b/src/tutorial/syscat.source @@ -4,10 +4,10 @@ -- sample queries to the system catalogs -- -- --- Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group +-- Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group -- Portions Copyright (c) 1994, Regents of the University of California -- --- $PostgreSQL: pgsql/src/tutorial/syscat.source,v 1.17 2006/12/23 00:43:13 tgl Exp $ +-- $PostgreSQL: pgsql/src/tutorial/syscat.source,v 1.18 2007/01/05 22:20:05 momjian Exp $ -- --------------------------------------------------------------------------- |