Re: docs: Fix format of CREATE FOREIGN TABLE example in postgres_fdw
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: "Daniel Westermann (DWE)" <daniel.westermann@dbi-services.com>
Cc: Yuchen Li <liyuchen_xyz@163.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2026-04-17T21:53:45Z
Lists: pgsql-hackers
On Thu, Apr 16, 2026 at 10:20:02AM +0000, Daniel Westermann (DWE) wrote: > >The added +) line appears to have a trailing space after the closing > >parenthesis. > > Fixed, thank you. While the grammar of the query itself is correct, I agree that this is a beautification worth it. Not correcting a problem, just easier for the eye, so why not :) -- Michael