diff options
author | Bruce Momjian <bruce@momjian.us> | 1996-12-11 22:58:16 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1996-12-11 22:58:16 +0000 |
commit | 1b929d174916a0e226c72927932bdbdd1230dcb0 (patch) | |
tree | b634b540a4a261a3d5fa6d9b72d8487dbfed0379 /src/bin/psql/psql.c | |
parent | 7af262d2a777df0fd5b825d473019a4638c0046b (diff) | |
download | postgresql-1b929d174916a0e226c72927932bdbdd1230dcb0.tar.gz postgresql-1b929d174916a0e226c72927932bdbdd1230dcb0.zip |
Postgres95 to PostgreSQL.
Diffstat (limited to 'src/bin/psql/psql.c')
-rw-r--r-- | src/bin/psql/psql.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/bin/psql/psql.c b/src/bin/psql/psql.c index 7c60d22b604..34a26a257c3 100644 --- a/src/bin/psql/psql.c +++ b/src/bin/psql/psql.c @@ -1,13 +1,13 @@ /*------------------------------------------------------------------------- * * psql.c-- - * an interactive front-end to postgres95 + * an interactive front-end to postgreSQL * * Copyright (c) 1996, Regents of the University of California * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.37 1996/12/01 20:28:39 momjian Exp $ + * $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.38 1996/12/11 22:57:34 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -1536,9 +1536,9 @@ main(int argc, char **argv) exit(listAllDbs(&settings)); } if (!settings.quiet && !singleQuery && !qfilename) { - printf("Welcome to the POSTGRES95 interactive sql monitor:\n"); + printf("Welcome to the POSTGRESQL interactive sql monitor:\n"); printf(" Please read the file COPYRIGHT for copyright terms " - "of POSTGRES95\n\n"); + "of POSTGRESQL\n\n"); printf(" type \\? for help on slash commands\n"); printf(" type \\q to quit\n"); printf(" type \\g or terminate with semicolon to execute query\n"); |