Logo
Explore Help
Sign In
1berry/postgres
1
0
Fork 0
You've already forked postgres
Code Issues Packages Projects Releases Wiki Activity
postgres/contrib/pgcrypto/expected/init.out

18 lines
193 B
Plaintext
Raw Normal View History

Add missing pgcrypto files.
2001-10-01 16:12:23 +00:00
--
-- init pgcrypto
--
\set ECHO none
-- check for encoding fn's
Update /contrib for "autocommit TO 'on'". Create objects in public schema. Make spacing/capitalization consistent. Remove transaction block use for object creation. Remove unneeded function GRANTs.
2002-10-18 18:41:22 +00:00
SELECT encode('foo', 'hex');
Add missing pgcrypto files.
2001-10-01 16:12:23 +00:00
encode
--------
666f6f
(1 row)
Update /contrib for "autocommit TO 'on'". Create objects in public schema. Make spacing/capitalization consistent. Remove transaction block use for object creation. Remove unneeded function GRANTs.
2002-10-18 18:41:22 +00:00
SELECT decode('666f6f', 'hex');
Add missing pgcrypto files.
2001-10-01 16:12:23 +00:00
decode
--------
foo
(1 row)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 980ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API