| From: | 周正中(德歌) <dege(dot)zzz(at)alibaba-inc(dot)com> |
|---|---|
| To: | "Ze Victor Harry" <assayabadi(at)gmail(dot)com>, <pgsql-bugs(at)postgresql(dot)org> |
| Subject: | 回复:how to enable pgcrypto |
| Date: | 2018-08-03 08:16:21 |
| Message-ID: | 2de89377-21c3-46c0-8fcf-9c3e42539fcb.dege.zzz@alibaba-inc.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
connect to database. run it like a sql.
------------------------------------------------------------------
发件人:Ze Victor Harry<assayabadi(at)gmail(dot)com>
日 期:2018年08月03日 16:14:25
收件人:<pgsql-bugs(at)postgresql(dot)org>
主 题:how to enable pgcrypto
hello again I have a small problem here can someone tell me briefly how to do it? I am getting this error When i give ant fresh_install it gives error PostgreSQL 'pgcrypto' extension installed /up to date? False (not installed) Create extension pgcrypto.
I have tried to look up for solutions and they all say I have to run a command
# Login to your "dspace" database as a superuser
psql --username=postgres dspace
# Enable the pgcrypto extension on this database
CREATE EXTENSION pgcrypto; but where I got confused is from where do i run these commands.is it from cmd? or in pgadmin sql? I need clearly articulated steps
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dean Rasheed | 2018-08-03 09:40:50 | Re: Fwd: Problem with a "complex" upsert |
| Previous Message | Ze Victor Harry | 2018-08-03 08:14:25 | how to enable pgcrypto |