Add missing quote in docs

Mistake in commit 68b603e1a9.

Reported-by: Ian Barwick
This commit is contained in:
Magnus Hagander 2020-09-09 12:20:53 +02:00
parent d0230a43fc
commit 1bf0b9c5f5

View File

@ -267,7 +267,7 @@ CREATE FOREIGN TABLE pglog (
application_name text,
backend_type text
) SERVER pglog
OPTIONS ( filename log/pglog.csv', format 'csv' );
OPTIONS ( filename 'log/pglog.csv', format 'csv' );
</programlisting>
</para>