Thread: Can I call case-sensitive functions defined in postgres in my delphi client-side application ?

I know I can treat it as stored procedure.
But how to deal with the fuction name which is case-sensitive ?
I tested several methods but failed all .
Thanks.



Re: Can I call case-sensitive functions defined in postgres

From
Weiping He
Date:
LitelWang wrote:

>I know I can treat it as stored procedure.
>But how to deal with the fuction name which is case-sensitive ?
>I tested several methods but failed all .
>Thanks.
>
>
>
try:

select "YourFunctionName"();