1
0
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:
Alvaro Herrera
2011-11-17 18:35:07 -03:00
parent b44dda7158
commit ef27c81d89
2 changed files with 42 additions and 42 deletions

View File

@ -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)