2011/5/27 Heikki Linnakangas :
> On 27.05.2011 12:06, Pavel Stehule wrote:
>>
>> Hello,
>>
>> I am working on testing Orafce for PostgreSQL 9.1. I found a issue.
>>
>> I cannot directly call a function "lower".
>
> See DirectFunctionCall1Coll()
ook
Thank you
Pavel
>
> --
> Heikki Linnakangas
>
On 27.05.2011 12:06, Pavel Stehule wrote:
Hello,
I am working on testing Orafce for PostgreSQL 9.1. I found a issue.
I cannot directly call a function "lower".
See DirectFunctionCall1Coll()
--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com
--
Sent via pgsql-hackers mailin
Hello,
I am working on testing Orafce for PostgreSQL 9.1. I found a issue.
I cannot directly call a function "lower".
Is it correct?
select dbms_assert.enquote_name('''"AAA');
! enquote_name.
! --
! "'""aaa"
! (1 row)
!.
select dbms_assert.enquote_name('''"AAA', false);
enq