mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Don't quote language name
Same as previous patch, but give it actual thought this time
This commit is contained in:
@ -61,7 +61,7 @@ LANGUAGE C IMMUTABLE STRICT;
|
||||
CREATE FUNCTION gen_random_bytes(int4)
|
||||
RETURNS bytea
|
||||
AS 'MODULE_PATHNAME', 'pg_random_bytes'
|
||||
LANGUAGE 'C' VOLATILE STRICT;
|
||||
LANGUAGE C VOLATILE STRICT;
|
||||
|
||||
--
|
||||
-- pgp_sym_encrypt(data, key)
|
||||
|
Reference in New Issue
Block a user