mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03:00
Add missing pgcrypto files.
This commit is contained in:
12
contrib/pgcrypto/sql/init.sql
Normal file
12
contrib/pgcrypto/sql/init.sql
Normal file
@ -0,0 +1,12 @@
|
||||
--
|
||||
-- init pgcrypto
|
||||
--
|
||||
|
||||
\set ECHO none
|
||||
\i pgcrypto.sql
|
||||
\set ECHO all
|
||||
|
||||
-- check for encoding fn's
|
||||
select encode('foo', 'hex');
|
||||
select decode('666f6f', 'hex');
|
||||
|
Reference in New Issue
Block a user