pg_settings doc patch

Started by Joe Conwayover 23 years ago5 messagesdocs
Jump to latest
#1Joe Conway
mail@joeconway.com

Here is a documentation patch for the pg_settings virtual table. If
there are no objections, please apply.

Thanks,

Joe

Attachments:

pg_settings-doc.1.patchtext/html; name=pg_settings-doc.1.patchDownload+61-0
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Joe Conway (#1)
Re: [PATCHES] pg_settings doc patch

Joe Conway <mail@joeconway.com> writes:

Here is a documentation patch for the pg_settings virtual table. If
there are no objections, please apply.

pg_settings is not a system catalog, so I don't think it belongs in the
system catalogs chapter. In fact it doesn't belong anywhere in the
Developer's Guide, since it's a user-oriented view.

I'm not sure where it *does* belong though :-(. Right at the moment we
have no documentation of any of the predefined system views, except for
the ones that fit into the "monitoring" chapter of the Admin Guide.

I think maybe we ought to make a new chapter for system views ... but
where to put it? User's Guide maybe?

regards, tom lane

#3Joe Conway
mail@joeconway.com
In reply to: Joe Conway (#1)
Re: [PATCHES] pg_settings doc patch

Tom Lane wrote:

pg_settings is not a system catalog, so I don't think it belongs in the
system catalogs chapter. In fact it doesn't belong anywhere in the
Developer's Guide, since it's a user-oriented view.

I'm not sure where it *does* belong though :-(. Right at the moment we
have no documentation of any of the predefined system views, except for
the ones that fit into the "monitoring" chapter of the Admin Guide.

I think maybe we ought to make a new chapter for system views ... but
where to put it? User's Guide maybe?

It didn't seem to fit, but as you point out, there was no place else
even close. I'll try to come up with something and submit another patch.

Joe

#4Joe Conway
mail@joeconway.com
In reply to: Joe Conway (#1)
Re: [PATCHES] pg_settings doc patch

Tom Lane wrote:

pg_settings is not a system catalog, so I don't think it belongs in the
system catalogs chapter. In fact it doesn't belong anywhere in the
Developer's Guide, since it's a user-oriented view.

I'm not sure where it *does* belong though :-(. Right at the moment we
have no documentation of any of the predefined system views, except for
the ones that fit into the "monitoring" chapter of the Admin Guide.

I think maybe we ought to make a new chapter for system views ... but
where to put it? User's Guide maybe?

What about putting pg_settings documentation at the bottom of:
->Administrators Guide
->Server run-time environment
->run-time configuration
just before the Planner and optimizer tuning subsection?

http://developer.postgresql.org/docs/postgres/runtime-config.html

I think at some point there should be a consolidated section on system
views, but since they are scattered at the moment, this seems like the
most logical choice to me. Comments?

Joe

#5Vishnu
vishnu@maxxion.co.in
In reply to: Joe Conway (#1)
syntax to access/retrieve data from multiple databases

Dear Friend,
I need to access/retrieve data from multiple databases
using single query ...
Is there any syntax ...?

Thanks in advance

Regards
Vishnu.