Re: [HACKERS] compatibility issue with DirectFunctionCall1

2011-05-27 Thread Pavel Stehule
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 >

Re: [HACKERS] compatibility issue with DirectFunctionCall1

2011-05-27 Thread 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

[HACKERS] compatibility issue with DirectFunctionCall1

2011-05-27 Thread Pavel Stehule
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