1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-15 03:41:20 +03:00
Files
postgres/doc/src/sgml
Fujii Masao df53fa1c1e doc: Fix incorrect synopsis for ALTER PUBLICATION ... DROP ...
The synopsis for the ALTER PUBLICATION ... DROP ... command incorrectly
implied that a column list and WHERE clause could be specified as part of
the publication object. However, these options are not allowed for
DROP operations, making the documentation misleading.

This commit corrects the synopsis  to clearly show only the valid forms
of publication objects.

Backpatched to v15, where the incorrect synopsis was introduced.

Author: Peter Smith <smithpb2250@gmail.com>
Reviewed-by: Fujii Masao <masao.fujii@gmail.com>
Discussion: https://postgr.es/m/CAHut+PsPu+47Q7b0o6h1r-qSt90U3zgbAHMHUag5o5E1Lo+=uw@mail.gmail.com
Backpatch-through: 15
2025-11-12 13:37:58 +09:00
..
2025-11-10 17:15:03 +13:00
2025-07-01 10:19:52 +02:00
2025-07-01 10:19:52 +02:00
2025-11-06 16:03:02 +13:00
2025-04-04 12:27:04 -04:00
2025-11-06 16:03:02 +13:00
2025-11-06 16:03:02 +13:00
2025-04-07 00:03:18 +02:00
2025-11-06 16:03:02 +13:00
2025-03-25 21:40:00 +13:00
2025-10-06 07:53:31 -04:00
2023-10-25 09:40:55 +09:00
2025-11-06 16:03:02 +13:00
2025-07-17 00:21:18 +02:00
2025-11-05 11:44:13 +02:00
2025-06-29 22:28:10 -04:00
2025-06-29 22:28:10 -04:00
2024-03-17 13:58:59 +00:00
2025-11-06 16:03:02 +13:00
2023-04-13 10:16:33 +02:00
2025-01-01 11:21:55 -05:00
2025-11-06 16:03:02 +13:00
2025-02-26 09:49:59 +09:00

<!-- doc/src/sgml/README.non-ASCII -->

Representation of non-ASCII characters
--------------------------------------

Find non-ASCII characters using:

        grep --recursive --color='auto' -P '[\x80-\xFF]' .

Convert to HTML4 named entity (&) escapes
-----------------------------------------

We support several output formats:

*  html (supports all Unicode characters)
*  man (supports all Unicode characters)
*  pdf (supports only Latin-1 characters)
*  info

While some output formatting tools support all Unicode characters,
others only support Latin-1 characters.  Specifically, the PDF rendering
engine can only display Latin-1 characters;  non-Latin-1 Unicode
characters are displayed as "###".

Therefore, in the SGML files, we can only use Latin-1 characters.  We
can use UTF8 representations of Latin-1 characters, or HTML entities of
Latin-1 characters, e.g., &Aacute;lvaro.

Do not use UTF numeric character escapes (&#nnn;).

When building the PDF docs, problem characters will appear as warnings.

HTML entities
        official:      http://www.w3.org/TR/html4/sgml/entities.html
        one page:      http://www.zipcon.net/~swhite/docs/computers/browsers/entities_page.html
        other lists:   http://www.zipcon.net/~swhite/docs/computers/browsers/entities.html
                       http://www.zipcon.net/~swhite/docs/computers/browsers/entities_page.html
                       https://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references