Thread: Data Type

Data Type

From
"Felipe"
Date:
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




Re: Data Type

From
"Paul Kinlan"
Date:
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)
>
>