[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0alpha1-34-gec0ff3363

git at osgeo.org git at osgeo.org
Mon Jun 13 09:09:37 PDT 2022


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".

The branch, master has been updated
       via  ec0ff336342f5732fda5e2fc818c225969236dcf (commit)
      from  f45fd932eedb27273ca905b95f8c8bf121d0d91d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ec0ff336342f5732fda5e2fc818c225969236dcf
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Jun 13 12:09:31 2022 -0400

    Document new -Z switch. Clarify use of -k.  References #5170

diff --git a/doc/using_raster_dataman.xml b/doc/using_raster_dataman.xml
index cfe9eaafd..8f6e18ce9 100644
--- a/doc/using_raster_dataman.xml
+++ b/doc/using_raster_dataman.xml
@@ -254,7 +254,8 @@
                   <term>-k</term>
                   <listitem>
                     <para>
-                        Skip NODATA value checks for each raster band.
+                        Keeps empty tiles and skips NODATA value checks for each raster band.
+                        Note you save time in checking, but could end up with far more junk rows in your database and those junk rows are not marked as empty tiles.
                     </para>
                   </listitem>
                 </varlistentry>
@@ -290,6 +291,14 @@
                   </listitem>
                 </varlistentry>
 
+                <varlistentry>
+                  <term>-Z <varname>max_rows_per_copy</varname></term>
+                  <listitem>
+                    <para>
+                      Specify max number of rows per copy statement. Only relevant when combined with -Y.</para>
+                  </listitem>
+                </varlistentry>
+
               </variablelist>
             </para>
           </listitem>

-----------------------------------------------------------------------

Summary of changes:
 doc/using_raster_dataman.xml | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list