jtayamai wrote:
> Hi,
>
> I've a Postgres DB release 7.3.2 and some developed C++ and PHP code
> so as to communicate with it.
Most important thing: upgrade this version of PostgreSQL. You can't even
get 7.3 from the main site any more, so you'll have to look on
ftp://ftp-archives.postgresql.org/
Hi,
I've a Postgres DB release 7.3.2 and some developed C++ and PHP code
so as to communicate with it.
Currently, the data I've in the different tables is stored with no
encription at all, and I was wondering if there would be an easy way
to get it encrypted without major changes in the already d