Re: WIP: hooking parser - Mailing list pgsql-hackers

From Pavel Stehule
Subject Re: WIP: hooking parser
Date
Msg-id 162867790902161204g7089981fk195b43cc447828e9@mail.gmail.com
Whole thread Raw
In response to Re: WIP: hooking parser  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: WIP: hooking parser  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
2009/2/16 Tom Lane <tgl@sss.pgh.pa.us>:
> Pavel Stehule <pavel.stehule@gmail.com> writes:
>> Next sample of parser hook using:
>> attachment contains module that transform every empty string to null.
>> I am not sure, if this behave is exactly compatible with Oracle,
>
> Surely a parser hook like this would have nothing whatsoever to do
> with Oracle's behavior.
>
>                        regards, tom lane
>

it's maybe too much simple :). It is sample that have to show possibility.

regards
Pavel Stehule


pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: WIP: hooking parser
Next
From: Pavel Stehule
Date:
Subject: differnce from ansi sql standard - unicode strings?