Re: \xDD patch for 7.5devel

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Jason Godden <jasongodden(at)optushome(dot)com(dot)au>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: \xDD patch for 7.5devel
Date: 2003-11-05 12:03:12
Message-ID: Pine.LNX.4.44.0311051301040.4569-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Jason Godden writes:

> This is my first patch for PostgreSQL against the 7.5devel cvs (please advise if this is the wrong place to post patches). This patch simply enables the \xDD (or \XDD) hexadecimal import in the copy command (im starting with the simple stuff first). I did notice that there may be a need to issue an error if an invalid octal or hex character is found following a \ or \x. No errors are currently flagged by the octal (or this hex) import.

I think this belongs into the string literal parser (at least in addition
to COPY).

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2003-11-05 12:48:00 Re: Open Sourcing pgManage
Previous Message Andreas Pflug 2003-11-05 11:30:14 Re: Open Sourcing pgManage