Re: Add A Glossary

Поиск
Список
Период
Сортировка
От Corey Huinker
Тема Re: Add A Glossary
Дата
Msg-id CADkLM=dTFNCnx+bdoVCVbAn3v8ihvgUh-dQpin4ngrx=RMykFA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Add A Glossary  (Corey Huinker <corey.huinker@gmail.com>)
Ответы Re: Add A Glossary  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-hackers
Jürgen mentioned off-list that the man page doesn't build. I was going to look into that, but if anyone has more familiarity with that, I'm listening.

Looking at this some more, I'm not sure anything needs to be done for man pages. man1 is for executables, man3 seems to be dblink and SPI, and man7 is all SQL commands. This isn't any of those. The only possible thing left would be how to render the text of a <glossterm>foo</glossterm, and so I looked to see what we do in man pages for acronyms, and the answer appears to be "nothing":

postgres/doc/src$ git grep acronym | grep -v '\/acronym'
sgml/filelist.sgml:<!ENTITY acronyms   SYSTEM "acronyms.sgml">
sgml/postgres.sgml:  &acronyms;
sgml/release.sgml:[A-Z][A-Z_ ]+[A-Z_]             <command>, <literal>, <envar>, <acronym>
sgml/stylesheet.css:acronym { font-style: inherit; }

filelist.sgml, postgres.sgml, ans stylesheet.css already have the corresponding change, and the release.sgml is just an incidental mention of acronym.

Of course I could be missing something.

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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: potential stuck lock in SaveSlotToPath()
Следующее
От: Oleksii Kliukin
Дата:
Сообщение: Issues with building cpp extensions on PostgreSQL 10+