1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-11 20:28:21 +03:00

Capitalize names of PLs consistently

Author: Daniel Gustafsson <daniel@yesql.se>
This commit is contained in:
Peter Eisentraut
2017-04-05 00:38:25 -04:00
parent 193f5f9e91
commit afd79873a0
23 changed files with 41 additions and 41 deletions

View File

@ -3879,7 +3879,7 @@ SELECT oid, * FROM ft_pg_type WHERE typname = 'int4';
(1 row)
-- ===================================================================
-- used in pl/pgsql function
-- used in PL/pgSQL function
-- ===================================================================
CREATE OR REPLACE FUNCTION f_test(p_c1 int) RETURNS int AS $$
DECLARE