pgsql: doc: Fix table cell overflow

2023-11-05 Thread Tom Lane
doc: Fix table cell overflow Fix one instance of a table cell overflow by adding a zero-width space. The visual impact of this is minimal, but since this is currently the only such case reported by FOP ("contents of ... exceed the available area"), it seems worth getting rid of. Back-patch of v1

pgsql: doc: Fix table cell overflow

2020-09-07 Thread Peter Eisentraut
doc: Fix table cell overflow Fix one instance of a table cell overflow by adding a zero-width space. The visual impact of this is minimal, but since this is currently the only such case reported by FOP ("contents of ... exceed the available area"), it seems worth getting rid of. Branch -- ma