Re: Private functions - Mailing list pgsql-sql

From Pavel Stehule
Subject Re: Private functions
Date
Msg-id [email protected]
Whole thread Raw
In response to Private functions  (Gianvito Pio <[email protected]>)
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 <[email protected]>:
> 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 ([email protected])
> 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