mirror of
https://github.com/postgres/postgres.git
synced 2026-02-17 09:42:54 -05:00
Add missing quote in docs
Mistake in commit 68b603e1a9.
Reported-by: Ian Barwick
This commit is contained in:
parent
fe2bf8f810
commit
60df530c57
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue