Re: Data Type - Mailing list pgsql-general

From Paul Kinlan
Subject Re: Data Type
Date
Msg-id 005d01c15c60$29e1e350$0cd08f0a@mclsoftware.co.uk
Whole thread Raw
In response to Data Type  ("Felipe" <felipecaldeira@prosoft.com.br>)
List pgsql-general
Hello,

Would it be possible to uuencode your data after you have encrypted it.

It maybe that when you have "\" it treats the next character as a meta
character...... I don't know if this is a thing with postgres or if it is
something with the lanuage you use to access the DB (i.e. Perl) in which
case you should do what is required to escape the meat characters properly.

Hope this helps.
----- Original Message -----
From: "Felipe" <felipecaldeira@prosoft.com.br>
To: <pgsql-general@postgresql.org>
Sent: Tuesday, October 23, 2001 1:43 PM
Subject: [GENERAL] Data Type


> Hi
>
> I have a table in PostGreeSQL where a field is a text.
> When I record a encrypt data don't recognize many characters for example:
>
> " \ ".
>
> The PostGree do restrition to record datas in fields with type text ?
>
> Thanks
>
> PS: Sorry, I don't write English very well. I hope undstand me !!!
>
>
> Felipe
> Prosoft - Solution Center
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>     (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)
>
>


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: index files still growing
Next
From: "Colin 't Hart"
Date:
Subject: Re: Evaluating PostgreSQL