psycopg2

Steve Holden steve at holdenweb.com
Fri Feb 1 05:52:13 EST 2008


Andre' John wrote:
> Thanks very much, this was indeed the problem. That column was an array. 
> I created it via GUI and was wondering why it did append a '[]' to the 
> variable type, but didn't bother, because there was no other varchar 
> available.
> 
If you're using pgAdmin then try "character varying" - then your 
original SQL should work correctly!

regards
  Steve
-- 
Steve Holden        +1 571 484 6266   +1 800 494 3119
Holden Web LLC              http://www.holdenweb.com/




More information about the Python-list mailing list