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