diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2011-06-22 00:33:20 +0300 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2011-06-22 00:33:20 +0300 |
commit | a0b5146b25cd5924c5e5107c06b8777eec9f0a2f (patch) | |
tree | 155aab298abddcd646317466ff5f59c20d318125 /src/backend/commands/extension.c | |
parent | 567049a76493c7c60eddd1c65c8aa946c6811ed3 (diff) |
Message style and spelling improvements
Diffstat (limited to 'src/backend/commands/extension.c')
-rw-r--r-- | src/backend/commands/extension.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/commands/extension.c b/src/backend/commands/extension.c index d848926ae55..58695690500 100644 --- a/src/backend/commands/extension.c +++ b/src/backend/commands/extension.c @@ -626,7 +626,7 @@ read_extension_aux_control_file(const ExtensionControlFile *pcontrol, } /* - * Read a SQL script file into a string, and convert to database encoding + * Read an SQL script file into a string, and convert to database encoding */ static char * read_extension_script_file(const ExtensionControlFile *control, @@ -2099,7 +2099,7 @@ pg_extension_config_dump(PG_FUNCTION_ARGS) ereport(ERROR, (errcode(ERRCODE_FEATURE_NOT_SUPPORTED), errmsg("pg_extension_config_dump() can only be called " - "from a SQL script executed by CREATE EXTENSION"))); + "from an SQL script executed by CREATE EXTENSION"))); /* * Check that the table exists and is a member of the extension being |