Commit 68b603e1 authored by Magnus Hagander's avatar Magnus Hagander

Change path in example of file_fdw for logs

It's better to use a relative path into the data directory, than to a
hardcoded home directory of user 'josh'.

Discussion: https://postgr.es/m/CABUevEyuf67Yu_r9gpDMs5MKifK7+-+pe=ZjKzya4JEn9kUk1w@mail.gmail.com
parent 2a093355
...@@ -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 '/home/josh/data/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