Dear Tom,
I think that the inability to convert nearly binary compatible standard
types one to the other is a postgresql issue. Even if it is not often
useful, the point is completeness and soundness of the type provided by
the core.
OK, can I get some feedback from others about this patch?
Bruce Momjian writes:
> Fabien COELHO wrote:
>> I think that the inability to convert nearly binary compatible standard
>> types one to the other is a postgresql issue. Even if it is not often
>> useful, the point is completeness and soundness of the type provided by
>> the core.
> OK, can I g
Fabien COELHO wrote:
>
> Dear Bruce,
>
> > I am not sure this is of general enough usefulness to be in the backend.
>
> Hmm...
>
> I think that the inability to convert nearly binary compatible standard
> types one to the other is a postgresql issue. Even if it is not often
> useful, the poin
Dear Bruce,
I am not sure this is of general enough usefulness to be in the backend.
Hmm...
I think that the inability to convert nearly binary compatible standard
types one to the other is a postgresql issue. Even if it is not often
useful, the point is completeness and soundness of the t
I am not sure this is of general enough usefulness to be in the backend.
Can you add it as a pgfoundry project?
---
Fabien COELHO wrote:
>
> Dear PostgreSQL developers,
>
> Please find attached a small patch to convert byt
Dear PostgreSQL developers,
Please find attached a small patch to convert bytea to bit strings and
vice versa.
I used it in order to be able xor md5 results so as to checksum bundles of
tuples together. The MD5 result is an hexa text convertible to bytea with
decode, but then I was stuck...