Re: Private functions

From: Jasen Betts <jasen(at)xnet(dot)co(dot)nz>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: Private functions
Date: 2010-03-14 03:21:05
Message-ID: hnhkn1$7ks$2@reversiblemaps.ath.cx
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On 2010-03-13, Gianvito Pio <pio(dot)gianvito(at)gmail(dot)com> wrote:
> Hi all,
> is there a way to write a function that can only be called by another
> function but not directly using SELECT function_name ( )?

not really.

but there may be another way to get the effect you want.

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Mark Lubratt 2010-03-14 23:51:53 Linked list with CTE
Previous Message Pavel Stehule 2010-03-13 18:00:36 Re: Private functions