diff options
Diffstat (limited to 'src/bin/psql/psql.c')
-rw-r--r-- | src/bin/psql/psql.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/psql/psql.c b/src/bin/psql/psql.c index 95a111f1930..1d0f5883cae 100644 --- a/src/bin/psql/psql.c +++ b/src/bin/psql/psql.c @@ -1,4 +1,4 @@ -*------------------------------------------------------------------------- +/*------------------------------------------------------------------------- * * psql.c-- * an interactive front-end to postgres95 @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.25 1996/11/08 06:01:33 momjian Exp $ + * $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.26 1996/11/08 20:46:19 momjian Exp $ * *------------------------------------------------------------------------- */ |