[postgis-tickets] r15747 - typo corrections from Andreas Schild via transifex
Regina Obe
lr at pcorp.us
Sat Sep 16 18:40:39 PDT 2017
Author: robe
Date: 2017-09-16 18:40:38 -0700 (Sat, 16 Sep 2017)
New Revision: 15747
Modified:
trunk/doc/reference_raster.xml
Log:
typo corrections from Andreas Schild via transifex
Modified: trunk/doc/reference_raster.xml
===================================================================
--- trunk/doc/reference_raster.xml 2017-09-15 14:19:23 UTC (rev 15746)
+++ trunk/doc/reference_raster.xml 2017-09-17 01:40:38 UTC (rev 15747)
@@ -8156,7 +8156,7 @@
<para>One way to export raster into another format is using <ulink url="https://www.postgresql.org/docs/current/static/lo-funcs.html">PostgreSQL large object export functions</ulink>.
We'lll repeat the prior example but also exporting. Note for this you'll need to have super user access to db since it uses server side lo functions.
It will also export to path on server network. If you need export locally,
- use the psql equivalent lo_ functions which export to the local file system insteado fo the server file system.</para>
+ use the psql equivalent lo_ functions which export to the local file system instead of the server file system.</para>
<programlisting><![CDATA[DROP TABLE IF EXISTS tmp_out ;
CREATE TABLE tmp_out AS
More information about the postgis-tickets
mailing list