>>> On Fri, Dec 14, 2007 at 10:30 AM, in message <659515.22036.qm@xxxxxxxxxxxxxxxxxxxxxxxxxxx>, Glyn Astill <glynastill@xxxxxxxxxxx> wrote: > We need to encrypt an individual column in a table. I've noticed that > pgcrypto can do this. > > However we have one problem, our software runs through a closed > source "connectivity kit" that allows it to use a postgres dbms, so > our programs cant sent an individual sql statement to give the > password. I assume that you're trying to protect against a backup of the database falling into the wrong hands? If so, your connectivity layer should be doing the work. Get the vendor to support what you need or replace the layer with something which has better support (or that you can support yourselves). Any solution which includes what's necessary for decryption in the dump will not really be much of a solution. If you're trying to protect against something else, please clarify. -Kevin ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@xxxxxxxxxxxxxx so that your message can get through to the mailing list cleanly