Re: possible TODOs

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: possible TODOs
Date: 2007-02-09 16:16:44
Message-ID: 853.1171037804@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
> From recent IRC discussion:
> . provide encode() for text values in addition to current bytea
> . proved cast from text to bytea

What would these be meant to do? In particular I'm wondering if the
proposed cast is meant to be a binary-compatible transformation (thereby
exposing encoding issues), or if it's supposed to do the same backslash
conversions as I/O would, or what.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2007-02-09 16:28:03 Re: possible TODOs
Previous Message Peter Eisentraut 2007-02-09 16:15:28 Re: possible TODOs