mirror of
https://github.com/postgres/postgres.git
synced 2025-06-27 23:21:58 +03:00
Add missing quote in docs
Mistake in commit 68b603e1a9
.
Reported-by: Ian Barwick
This commit is contained in:
@ -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>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user