Re: getpid() function - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject Re: getpid() function
Date
Msg-id GNELIHDDFBOCMGBFGEFOKEHJCDAA.chriskl@familyhealth.com.au
Whole thread Raw
In response to Re: getpid() function  (nconway@klamath.dyndns.org (Neil Conway))
List pgsql-hackers
> No, there isn't (for example, pg_stat_backend_id() versus
> current_schema() -- or pg_get_viewdef() versus obj_description() ).
> Now that we have table functions, we might be using more built-in
> functions to provide information to the user -- so there will be
> an increasing need for some kind of naming convention for built-in
> functions. However, establishing a naming convention without
> breaking backwards compatibility might be tricky.

I personally think that as many functions as possible should be prefixed
pg_*...  People are still used to avoiding pg_ as a prefix.

Chris



pgsql-hackers by date:

Previous
From: Greg Copeland
Date:
Subject: Re: CVS server problem!
Next
From: "Christopher Kings-Lynne"
Date:
Subject: Re: Module Portability