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

From: Weiping He <laser(at)zhengmai(dot)com(dot)cn>
To: wlxyk(at)vip(dot)163(dot)com
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Can I call case-sensitive functions defined in postgres
Date: 2003-07-29 04:43:50
Message-ID: 3F25FB86.7020907@zhengmai.com.cn
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Rajesh Kumar Mallah 2003-07-29 05:28:39 Re: CREATE TABLE with REFERENCE
Previous Message LitelWang 2003-07-29 03:25:20 Can I call case-sensitive functions defined in postgres in my delphi client-side application ?