From 1b929d174916a0e226c72927932bdbdd1230dcb0 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 11 Dec 1996 22:58:16 +0000 Subject: Postgres95 to PostgreSQL. --- src/bin/psql/psql.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/bin/psql/psql.c') 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"); -- cgit v1.2.3