Re: Another modest proposal for docs formatting: catalog descriptions

Поиск
Список
Период
Сортировка
От Jonathan S. Katz
Тема Re: Another modest proposal for docs formatting: catalog descriptions
Дата
Msg-id 8cfed3a2-0850-6aca-8771-3c50dfb651b4@postgresql.org
обсуждение исходный текст
Ответ на Re: Another modest proposal for docs formatting: catalog descriptions  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Another modest proposal for docs formatting: catalog descriptions  ("Jonathan S. Katz" <jkatz@postgresql.org>)
Re: Another modest proposal for docs formatting: catalog descriptions  ("Jonathan S. Katz" <jkatz@postgresql.org>)
Список pgsql-docs
On 5/10/20 12:27 PM, Tom Lane wrote:
> Just FTR, here's a complete patch for this.

Cool. I'll play around with it tonight once I clear out release work.
Per upthread reference, I believe you've become a CSS maven yourself.

> I successfully regenerated
> the column names, types, and ordering from the system catalogs, and
> plugged the descriptions back into that by dint of parsing them out of
> the XML.  The "references" data was based on findoidjoins' results plus
> hand additions to cover all the cases we are calling out now (there are
> a lot of "references" links for attnums and a few other non-OID columns,
> plus references links for views which findoidjoins doesn't consider).
> So I have pretty high confidence that this info is OK.  I'd be too
> embarrassed to show anybody the code though ;-) ... it was just a brute
> force hack.
If it works it works ;)

Jonathan


Вложения

В списке pgsql-docs по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Another modest proposal for docs formatting: catalog descriptions
Следующее
От: Tom Lane
Дата:
Сообщение: Remaining PDF layout issues