| From: | Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> |
|---|---|
| To: | Gianvito Pio <pio(dot)gianvito(at)gmail(dot)com> |
| Cc: | pgsql-sql(at)postgresql(dot)org |
| Subject: | Re: Private functions |
| Date: | 2010-03-13 18:00:36 |
| Message-ID: | 162867791003131000o20cd83d9ie297a8a50eaa5e9d@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(dot)gianvito(at)gmail(dot)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(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-sql
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jasen Betts | 2010-03-14 03:21:05 | Re: Private functions |
| Previous Message | Gianvito Pio | 2010-03-13 17:57:31 | Private functions |