Re: Private functions - Mailing list pgsql-sql

From Pavel Stehule
Subject Re: Private functions
Date
Msg-id 162867791003131000o20cd83d9ie297a8a50eaa5e9d@mail.gmail.com
Whole thread Raw
In response to Private functions  (Gianvito Pio <pio.gianvito@gmail.com>)
List pgsql-sql
Hello

directly no. There is only workaround - you can verify inside in
function content of pg_stat_activity_table - but this have to have a
superuser rights.

Regards
Pavel Stehule

2010/3/13 Gianvito Pio <pio.gianvito@gmail.com>:
> 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 ( )?
> Thanks
>
> --
> Sent via pgsql-sql mailing list (pgsql-sql@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-sql
>


pgsql-sql by date:

Previous
From: Gianvito Pio
Date:
Subject: Private functions
Next
From: Jasen Betts
Date:
Subject: Re: Private functions