Re: Need help with quote escaping in exim for postgresql - Mailing list pgsql-general

From Bruno Wolff III
Subject Re: Need help with quote escaping in exim for postgresql
Date
Msg-id 20060712012931.GA4732@wolff.to
Whole thread Raw
In response to Re: Need help with quote escaping in exim for postgresql  (Marc Haber <mh+pgsql-general@zugschlus.de>)
Responses Re: Need help with quote escaping in exim for postgresql  (Steve Atkins <steve@blighty.com>)
List pgsql-general
> > SQL_ASCII may also be an option (assign no special meaning to
> > characters at all), but I'm less sure of that. Can email address
> > contain multibyte characters? I didn't think so...
>
> E-Mail addreses themselves can't, but the "comment" field of an
> address can.

The comment field itself, in RFC2822 addresses is ascii. However there is
a hack, by which this ascii string may be interpretted as representing a
string in another encoding. I don't remember the number of the RFC describing
how this works, but it shouldn't be hard to find.

pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: doesn't recognize "!=-" (not equal to a negative
Next
From: Agent M
Date:
Subject: Re: PostgreSQL Server Crash using plPHP or PL/Perl