aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pgaccess/lib/help
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-12-15 20:01:55 +0000
committerBruce Momjian <bruce@momjian.us>2000-12-15 20:01:55 +0000
commit23bd7791762b230942d10267d4a831cad968d4ad (patch)
tree32ed15993ba1448a3b68cb639a71657378a7ceda /src/bin/pgaccess/lib/help
parent7d6af50f4341efdd9a1e693ff7297da6122f03f4 (diff)
downloadpostgresql-23bd7791762b230942d10267d4a831cad968d4ad.tar.gz
postgresql-23bd7791762b230942d10267d4a831cad968d4ad.zip
Change ET_WARN to ET_NOTICE to match internal codes, leave message as
WARNING. Fix German FAQ mention about warning.
Diffstat (limited to 'src/bin/pgaccess/lib/help')
-rw-r--r--src/bin/pgaccess/lib/help/create_database.hlp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pgaccess/lib/help/create_database.hlp b/src/bin/pgaccess/lib/help/create_database.hlp
index a14e1e5a633..52422c1cd51 100644
--- a/src/bin/pgaccess/lib/help/create_database.hlp
+++ b/src/bin/pgaccess/lib/help/create_database.hlp
@@ -18,7 +18,7 @@ CREATE DATABASE name \[ WITH LOCATION = 'dbpath' \]
" {} "CREATEDB" {italic} "
Message returned if the command completes successfully.
-" {} "WARN: createdb: database \"name\" already exists." {italic} "
+" {} "NOTICE: createdb: database \"name\" already exists." {italic} "
This occurs if database specified already exists.
" {} "ERROR: Unable to create database directory directory" {italic} "