python - be: Implement text's sequence interface.

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - be: Implement text's sequence interface.
Date: 2005-12-01 22:01:31
Message-ID: 20051201220131.179A9112500B@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Implement text's sequence interface.

Use text_substring and textlen :)

*_contains for text and bytea still needs to be implemented :(

Modified Files:
--------------
be/src/type:
textual.c (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/type/textual.c.diff?r1=1.3&r2=1.4)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-12-01 22:07:59 pgsql: Split out MERGE and REPLACE/UPSERT items.
Previous Message Bruce Momjian 2005-12-01 21:38:56 Re: [COMMITTERS] pgsql: Add comments about why errno is set