Обсуждение: Descriptions for catalog tables

Поиск
Список
Период
Сортировка

Descriptions for catalog tables

От
"Jim C. Nasby"
Дата:
Any reason why fields in the catalog tables don't have descriptions? If
I were to create a patch to add them, what part of the code would I need
to look at?
-- 
Jim C. Nasby, Sr. Engineering Consultant      jnasby@pervasive.com
Pervasive Software      http://pervasive.com    work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf       cell: 512-569-9461


Re: Descriptions for catalog tables

От
Tom Lane
Дата:
"Jim C. Nasby" <jnasby@pervasive.com> writes:
> Any reason why fields in the catalog tables don't have descriptions?

The documentation for the catalogs is in catalogs.sgml.  I would much
rather see people seeking info go to the HTML docs; pg_description could
at best provide a small part of what you see in the docs.
        regards, tom lane