Re: store data files encryptypted in database.

From: Frank Bax <fbax(at)sympatico(dot)ca>
To: pgsql-php(at)postgresql(dot)org
Subject: Re: store data files encryptypted in database.
Date: 2008-10-10 16:26:47
Message-ID: 48EF8247.8050607@sympatico.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

elmarkivp wrote:
>
> i'm trying to store data files encryptypted in postgres 8.1 database
>
> F.20.3.2. |pgp_sym_decrypt()|
>
> pgp_sym_decrypt(msg bytea, psw text [, options text ]) returns text
> pgp_sym_decrypt_bytea(msg bytea, psw text [, options text ]) returns bytea

You quote the 8.3 docs; yet you are running 8.1

These functions are not in 8.1

In response to

Browse pgsql-php by date

  From Date Subject
Next Message Sean 2008-10-10 17:30:31 ERROR: relation "userroles" does not exist
Previous Message elmarkivp 2008-10-10 16:10:29 Re: store data files encryptypted in database.