python - be: Add sequence accessors to varchar and bpchar.

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - be: Add sequence accessors to varchar and bpchar.
Date: 2005-12-28 21:18:23
Message-ID: 20051228211823.730121125070@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add sequence accessors to varchar and bpchar.

Uses text_as_sequence, and thus text(varlena) functions.

Modified Files:
--------------
be/src/type:
textual.c (r1.5 -> r1.6)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/type/textual.c.diff?r1=1.5&r2=1.6)

Browse pgsql-committers by date

  From Date Subject
Next Message James William Pye 2005-12-28 23:08:01 python - be: Include Python's compile.h for Darwin or Python2.3.
Previous Message James William Pye 2005-12-28 21:16:52 python - be: Add circle accessors.