prefix - prefix: prefix_range datatype now has working in/out functions

From: dim(at)pgfoundry(dot)org (User Dim)
To: pgsql-committers(at)postgresql(dot)org
Subject: prefix - prefix: prefix_range datatype now has working in/out functions
Date: 2008-03-12 12:30:44
Message-ID: 20080312123044.85C2017AE681@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
prefix_range datatype now has working in/out functions and text casts

Modified Files:
--------------
prefix:
prefix.c (r1.14 -> r1.15)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/prefix/prefix/prefix.c.diff?r1=1.14&r2=1.15)
prefix.sql.in (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/prefix/prefix/prefix.sql.in.diff?r1=1.3&r2=1.4)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2008-03-12 15:14:50 pgsql: Add to TODO: > > * Add array_accum() and array_to_set()
Previous Message Gregory Stark 2008-03-12 10:00:23 Re: [COMMITTERS] pgsql: Add: > o Add SQLSTATE severity to PGconn return status > >