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:
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user