|
2 | 2 | *
|
3 | 3 | * pg_dump.c
|
4 | 4 | * pg_dump is an utility for dumping out a postgres database
|
5 |
| - * into a script file. |
| 5 | + * into a script file. |
| 6 | + * |
| 7 | + * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group |
| 8 | + * Portions Copyright (c) 1994, Regents of the University of California |
6 | 9 | *
|
7 | 10 | *pg_dump will read the system catalogs in a database and
|
8 | 11 | *dump out a script that reproduces
|
|
17 | 20 | *
|
18 | 21 | * the output script is SQL that is understood by PostgreSQL
|
19 | 22 | *
|
20 |
| - * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group |
21 |
| - * Portions Copyright (c) 1994, Regents of the University of California |
22 |
| - * |
23 | 23 | *
|
24 | 24 | * IDENTIFICATION
|
25 |
| - * $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.192 2001/02/13 01:31:54 pjw Exp $ |
| 25 | + * $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.193 2001/02/18 18:33:59 momjian Exp $ |
26 | 26 | *
|
27 | 27 | * Modifications - 6/10/96 - dave@bensoft.com - version 1.13.dhb
|
28 | 28 | *
|
|