Re: flexi adaption/casting scheme

From: Tobias Oberstein <tobias(dot)oberstein(at)gmail(dot)com>
To: Daniele Varrazzo <daniele(dot)varrazzo(at)gmail(dot)com>
Cc: psycopg(at)postgresql(dot)org
Subject: Re: flexi adaption/casting scheme
Date: 2012-09-22 18:02:00
Message-ID: 505DFD18.5070707@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: psycopg

> Procedures with OUT parameters don't return a specific oid: they
> return a generic "record" oid (2249).

Sorry to bother you once more: is it possible to cast any PG RECORD
(anything OID 2249) into Python _lists_?

https://github.com/oberstet/scratchbox/blob/master/python/psycopg2/test9.py

?

Thanks again for helping!

Tobias

In response to

Responses

Browse psycopg by date

  From Date Subject
Next Message Daniele Varrazzo 2012-09-22 18:42:27 Re: flexi adaption/casting scheme
Previous Message Tobias Oberstein 2012-09-22 14:25:22 Re: flexi adaption/casting scheme