]> granicus.if.org Git - postgis/commitdiff
missing para tag
authorRegina Obe <lr@pcorp.us>
Thu, 21 Feb 2013 14:09:21 +0000 (14:09 +0000)
committerRegina Obe <lr@pcorp.us>
Thu, 21 Feb 2013 14:09:21 +0000 (14:09 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@11107 b70326c6-7e19-0410-871a-916f4a2858ee

doc/faq_raster.xml

index 7c951fe0b67bb47f0ae10c15c8ced929cf112069..5fd496999644248c03f56490c7e131b8130e70aa 100644 (file)
@@ -276,7 +276,7 @@ END
 
       <answer>
        <para>raster2pgsql doesn't make any connections to your database when generating the file to load. If your database has set an explicit client encoding different
-       from your database encoding, then when loading large raster files (above 30 MB in size), you may run into a <code>bytes is too long for encoding conversion</code>.
+       from your database encoding, then when loading large raster files (above 30 MB in size), you may run into a <code>bytes is too long for encoding conversion</code>.</para>
        This generally happens if for example you have your database in UTF8, but to support windows apps, you have the client encoding set to <code>WIN1252</code>.</para>
        <para>To work around this make sure the client encoding is the same as your database encoding during load.  You can do this by explicitly setting the encoding in your load script.  Example, if you are on windows:</para>
                <programlisting>set PGCLIENTENCODING=UTF8</programlisting>