Issue on catalogs.sgml

Started by Guillaume Lelargealmost 5 years ago3 messageshackers
Jump to latest
#1Guillaume Lelarge
guillaume@lelarge.info

Hey,

While working on the french translation of the manual, I found that one
column of pg_stats_ext was on the pg_stats columns' list. Here is a quick
patch to fix this.

Regards.

--
Guillaume.

Attachments:

catalogs.patchtext/x-patch; charset=US-ASCII; name=catalogs.patchDownload+10-10
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Guillaume Lelarge (#1)
Re: Issue on catalogs.sgml

Guillaume Lelarge <guillaume@lelarge.info> writes:

While working on the french translation of the manual, I found that one
column of pg_stats_ext was on the pg_stats columns' list. Here is a quick
patch to fix this.

Right you are, and after casting a suspicious eye on the responsible
commit, I found another similar error. "patch" with the default
amount of context is not too bright about handling our documentation
tables :-(.

Pushed.

regards, tom lane

#3Guillaume Lelarge
guillaume@lelarge.info
In reply to: Tom Lane (#2)
Re: Issue on catalogs.sgml

Le mar. 25 mai 2021 à 00:05, Tom Lane <tgl@sss.pgh.pa.us> a écrit :

Guillaume Lelarge <guillaume@lelarge.info> writes:

While working on the french translation of the manual, I found that one
column of pg_stats_ext was on the pg_stats columns' list. Here is a quick
patch to fix this.

Right you are, and after casting a suspicious eye on the responsible
commit, I found another similar error. "patch" with the default
amount of context is not too bright about handling our documentation
tables :-(.

Pushed.

Thanks.

--
Guillaume.