Commit 60df530c authored by Magnus Hagander's avatar Magnus Hagander

Add missing quote in docs

Mistake in commit 68b603e1.

Reported-by: Ian Barwick
parent fe2bf8f8
...@@ -267,7 +267,7 @@ CREATE FOREIGN TABLE pglog ( ...@@ -267,7 +267,7 @@ CREATE FOREIGN TABLE pglog (
application_name text, application_name text,
backend_type text backend_type text
) SERVER pglog ) SERVER pglog
OPTIONS ( filename log/pglog.csv', format 'csv' ); OPTIONS ( filename 'log/pglog.csv', format 'csv' );
</programlisting> </programlisting>
</para> </para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment