Re: Pgcrypto install (I've tried multiple ways)
От | Tom Lane |
---|---|
Тема | Re: Pgcrypto install (I've tried multiple ways) |
Дата | |
Msg-id | 9064.1296171244@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | Re: Pgcrypto install (I've tried multiple ways) ("David Patricola" <david.patricola@jefferson.edu>) |
Ответы |
Re: Pgcrypto install (I've tried multiple ways)
Re: Pgcrypto install (I've tried multiple ways) |
Список | pgsql-novice |
"David Patricola" <david.patricola@jefferson.edu> writes: > Actually, what is bytea in terms of type, or rather, what types of database > fields will this work with? The field I'm calling from the table is varchar > (the encrypt function worked find for this). bytea is for arbitrary byte strings, ie, non-textual data. Typically you'd store the output of encrypt() (which yields bytea) in the database and then apply decrypt() to that. Not sure what you're trying to do above. BTW, according to the pgcrypto man page, use of the PGP functions is preferred over directly using encrypt/decrypt. regards, tom lane
В списке pgsql-novice по дате отправления: