mha(at)postgresql(dot)org (Magnus Hagander) writes:
> Make the pg_stat_activity view call a SRF (pg_stat_get_activity())
> instead of calling a bunch of individual functions.
> This function can also be called directly, taking a PID as an argument, to
> return only the data for a single PID.
Hmm, if you really intend the function to be used directly, then having
to provide the output column list for it is a pretty big usability hit.
Why not declare it with OUT parameters, instead?
regards, tom lane
In response to
Responses
pgsql-hackers by date
| Next: | From: Aidan Van Dyk | Date: 2008-05-07 16:59:18 |
| Subject: Re: Posting to hackers and patches lists |
| Previous: | From: Brendan Jurd | Date: 2008-05-07 16:21:13 |
| Subject: Re: Posting to hackers and patches lists |
pgsql-committers by date
| Next: | From: User Achernow | Date: 2008-05-07 17:14:16 |
| Subject: libpqtypes - libpqtypes: enhanced html output from groff2html, fixed |
| Previous: | From: Bruce Momjian | Date: 2008-05-07 16:36:43 |
| Subject: pgsql: Move Client Authentication right after Server Configuration in |