diff options
author | PostgreSQL Daemon <webmaster@postgresql.org> | 2003-11-29 19:52:15 +0000 |
---|---|---|
committer | PostgreSQL Daemon <webmaster@postgresql.org> | 2003-11-29 19:52:15 +0000 |
commit | 969685ad443637a24650909357e4e768a88412fc (patch) | |
tree | f4a2b7c998cc9ed58f2e228620af2bcc38729e93 /src/bin/scripts/createuser.c | |
parent | 738dc233f4dcb51e9c969718b52f5579de252880 (diff) | |
download | postgresql-969685ad443637a24650909357e4e768a88412fc.tar.gz postgresql-969685ad443637a24650909357e4e768a88412fc.zip |
$Header: -> $PostgreSQL Changes ...
Diffstat (limited to 'src/bin/scripts/createuser.c')
-rw-r--r-- | src/bin/scripts/createuser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/scripts/createuser.c b/src/bin/scripts/createuser.c index f113456fbca..2a68b6b438e 100644 --- a/src/bin/scripts/createuser.c +++ b/src/bin/scripts/createuser.c @@ -5,7 +5,7 @@ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Header: /cvsroot/pgsql/src/bin/scripts/createuser.c,v 1.6 2003/08/04 00:43:29 momjian Exp $ + * $PostgreSQL: pgsql/src/bin/scripts/createuser.c,v 1.7 2003/11/29 19:52:07 pgsql Exp $ * *------------------------------------------------------------------------- */ |