Re: Pgcrypto install (I've tried multiple ways) - Mailing list pgsql-novice

From Tom Lane
Subject Re: Pgcrypto install (I've tried multiple ways)
Date
Msg-id 6281.1296164682@sss.pgh.pa.us
Whole thread Raw
In response to Pgcrypto install (I've tried multiple ways)  ("David Patricola" <david.patricola@jefferson.edu>)
Responses Re: Pgcrypto install (I've tried multiple ways)  ("David Patricola" <david.patricola@jefferson.edu>)
List pgsql-novice
"David Patricola" <david.patricola@jefferson.edu> writes:
> I'm not sure what I'm doing wrong here.  I've tried to install the pgcrypto
> module from:
> 1.    psql shell: i\ path/to/pgcrypto.sql
> 2.    pgAdmin: execute pgScript pgcrypto.sql
> Both showed me multiple lines of CREATE FUNCTION with no other errors.
> However, when I try to test the decrypt() function it says it doesn't exist.

Hm, are you sure you're invoking the decrypt function with the right
arguments?  Can you see it with "\df decrypt" in psql?

A different possibility is that you ran the install script in some other
database of the installation.  The functions need to be installed in
each database you want to use them in.

            regards, tom lane

pgsql-novice by date:

Previous
From: "David Patricola"
Date:
Subject: Pgcrypto install (I've tried multiple ways)
Next
From: "David Patricola"
Date:
Subject: Re: Pgcrypto install (I've tried multiple ways)