diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2017-04-05 00:38:25 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2017-04-05 00:38:25 -0400 |
commit | afd79873a0b151bfbe5312acebfe361da09c11fd (patch) | |
tree | 57955f069c92898a61b579e34f25ad0c93024d71 /contrib/postgres_fdw/sql/postgres_fdw.sql | |
parent | 193f5f9e913f3ead6609cc99be82578e0dedd409 (diff) | |
download | postgresql-afd79873a0b151bfbe5312acebfe361da09c11fd.tar.gz postgresql-afd79873a0b151bfbe5312acebfe361da09c11fd.zip |
Capitalize names of PLs consistently
Author: Daniel Gustafsson <daniel@yesql.se>
Diffstat (limited to 'contrib/postgres_fdw/sql/postgres_fdw.sql')
-rw-r--r-- | contrib/postgres_fdw/sql/postgres_fdw.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/postgres_fdw/sql/postgres_fdw.sql b/contrib/postgres_fdw/sql/postgres_fdw.sql index cf70ca2c01e..423eb024bbb 100644 --- a/contrib/postgres_fdw/sql/postgres_fdw.sql +++ b/contrib/postgres_fdw/sql/postgres_fdw.sql @@ -952,7 +952,7 @@ SELECT oid, * FROM ft_pg_type WHERE typname = 'int4'; SELECT oid, * FROM ft_pg_type WHERE typname = 'int4'; -- =================================================================== --- used in pl/pgsql function +-- used in PL/pgSQL function -- =================================================================== CREATE OR REPLACE FUNCTION f_test(p_c1 int) RETURNS int AS $$ DECLARE |