On Sun, Aug 24, 2014 at 08:07:03AM -0700, Chris Travers wrote:
>    Hi everyone;
>    I am nearing completion on the logic to serialize composite types into 
> textual representation of tuples
>    for LedgerSMB and I am wondering if there is additional interest from 
> others who use DBD::Pg.

>    In case it isn't clear what I am talking about is:
>    given a type:
>    CREATE TYPE foo (
>        bar text,
>        baz text
>    );
>    and a hashref {bar => 'foo', baz => 'this, or else that'}
>    it should produce (foo,"this, or else that")

I'm not following you Chris.
What's the "it" here and where does it fit into the data flow?

Could you post some example code, ideally showing values of type "foo"
in use in a table and showing both SELECT and bind/INSERT use-cases?

Tim.

Reply via email to