| From: | Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | Peter Eisentraut <peter_e(at)gmx(dot)net>, Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>, pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: WIP: hooking parser |
| Date: | 2009-02-16 20:04:29 |
| Message-ID: | 162867790902161204g7089981fk195b43cc447828e9@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
2009/2/16 Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>:
> Pavel Stehule <pavel(dot)stehule(at)gmail(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Pavel Stehule | 2009-02-16 22:09:00 | differnce from ansi sql standard - unicode strings? |
| Previous Message | Pavel Stehule | 2009-02-16 20:02:55 | Re: WIP: hooking parser |