python - be: Implement array(MD) interfaces.

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - be: Implement array(MD) interfaces.
Date: 2005-12-13 07:19:41
Message-ID: 20051213071941.DEA5E1125034@pgfoundry.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Implement array(MD) interfaces.

Provides a very convenient mechanism for creating arrays from sequences of
sequences. This allows users to create arrays without having to use the array
syntax(avoids annoying escaping).

Partially incomplete; the slicing interface seems oddly broken, so it will
either be fixed or cut in 0.3.

Modified Files:
--------------
be/include/pypg:
postgres.h (r1.10 -> r1.11)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/include/pypg/postgres.h.diff?r1=1.10&r2=1.11)
be/src:
type.c (r1.18 -> r1.19)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/type.c.diff?r1=1.18&r2=1.19)
be/src/type:
array.c (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/type/array.c.diff?r1=1.3&r2=1.4)

Browse pgsql-committers by date

  From Date Subject
Next Message User Dpage 2005-12-13 12:04:19 pginstaller - pginst: 8.0.5 updates.
Previous Message Tom Lane 2005-12-13 03:36:14 pgsql: Remove unused HAVE_STRUCT_SOCKCRED code, which was causing a