diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2000-01-19 20:08:36 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2000-01-19 20:08:36 +0000 |
commit | 65e00518431652be36cfa676a3e216315e4dd659 (patch) | |
tree | 46b69f69ee3a557bff33c29a22f2c14b92286bc9 /src/bin/psql/help.c | |
parent | ea1f6e00e65ad9b519379a2b3dcdcbf5414c22de (diff) | |
download | postgresql-65e00518431652be36cfa676a3e216315e4dd659.tar.gz postgresql-65e00518431652be36cfa676a3e216315e4dd659.zip |
another round of user interface cleanups
removed pg_id
fixed a few bugs in the scripts
Diffstat (limited to 'src/bin/psql/help.c')
-rw-r--r-- | src/bin/psql/help.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/psql/help.c b/src/bin/psql/help.c index 04690a1303c..7b1ce494585 100644 --- a/src/bin/psql/help.c +++ b/src/bin/psql/help.c @@ -3,7 +3,7 @@ * * Copyright 2000 by PostgreSQL Global Development Team * - * $Header: /cvsroot/pgsql/src/bin/psql/help.c,v 1.11 2000/01/18 23:30:23 petere Exp $ + * $Header: /cvsroot/pgsql/src/bin/psql/help.c,v 1.12 2000/01/19 20:08:34 petere Exp $ */ #include <c.h> #include "help.h" @@ -129,7 +129,7 @@ usage(void) puts( "(for SQL commands) from within psql, or consult the psql section in"); puts( "the PostgreSQL manual, which accompanies the distribution and is also"); puts( "available at <http://www.postgresql.org>."); - puts( "Report bugs to <bugs@postgresql.org>."); + puts( "Report bugs to <pgsql-bugs@postgresql.org>."); #ifndef WIN32 if (pw) |