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

Started by LitelWangover 22 years ago2 messagesgeneral
Jump to latest
#1LitelWang
wlxyk@vip.163.com

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.

#2Weiping He
laser@zhengmai.com.cn
In reply to: LitelWang (#1)
Re: Can I call case-sensitive functions defined in postgres

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"();