[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0alpha1-4-gd807a0f

git at osgeo.org git at osgeo.org
Mon Sep 20 12:03:32 PDT 2021


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  d807a0faec9d6e85b9fe107e3c5b0396cef01339 (commit)
      from  cc56ed8a3d258cd25d161e72416f212af30848aa (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 d807a0faec9d6e85b9fe107e3c5b0396cef01339
Author: Björn Harrtell <bjorn at wololo.org>
Date:   Mon Sep 20 21:03:22 2021 +0200

    Add note about bytea size limitation

diff --git a/doc/reference_input.xml b/doc/reference_input.xml
index 51cf3ea..ec56407 100644
--- a/doc/reference_input.xml
+++ b/doc/reference_input.xml
@@ -1874,6 +1874,8 @@ SELECT ST_AsText(ST_PointFromGeoHash('9qqj7nmxncgyy4d0dbxqz0', 10));
 
 		<para>
 			Reads FlatGeobuf data (<ulink url="http://flatgeobuf.org">http://flatgeobuf.org</ulink>).
+
+			NOTE: PostgreSQL bytea cannot exceed 1GB.
 		</para>
 
 		<para><varname>tabletype</varname> reference to a table type.</para>
diff --git a/doc/reference_output.xml b/doc/reference_output.xml
index 1a4f27f..94af796 100644
--- a/doc/reference_output.xml
+++ b/doc/reference_output.xml
@@ -525,7 +525,10 @@ F000000000000000000000000000000000000000000000000');
 		<title>Description</title>
 
 		<para>
-			Return a FlatGeobuf representation (<ulink url="http://flatgeobuf.org">http://flatgeobuf.org</ulink>) of a set of rows corresponding to a FeatureCollection.
+			Return a FlatGeobuf representation (<ulink url="http://flatgeobuf.org">http://flatgeobuf.org</ulink>)
+			of a set of rows corresponding to a FeatureCollection.
+
+			NOTE: PostgreSQL bytea cannot exceed 1GB.
 		</para>
 
 		<para><varname>row</varname> row data with at least a geometry column.</para>

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

Summary of changes:
 doc/reference_input.xml  | 2 ++
 doc/reference_output.xml | 5 ++++-
 2 files changed, 6 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list