<refname>ST_GeomCollFromText</refname>
<refpurpose>Makes a collection Geometry from collection WKT with the given SRID. If SRID is
- not give, it defaults to -1.</refpurpose>
+ not give, it defaults to 0.</refpurpose>
</refnamediv>
<refsynopsisdiv>
<title>Description</title>
<para>Makes a collection Geometry from the Well-Known-Text (WKT) representation with the given SRID. If SRID is
- not give, it defaults to -1.</para>
+ not give, it defaults to 0.</para>
<para>OGC SPEC 3.2.6.2 - option SRID is from the conformance suite</para>
geometry type. This function plays the role of the Geometry Factory in
SQL. This is an alternate name for ST_WKBToSQL.</para>
- <para>If SRID is not specified, it defaults to -1 (Unknown).</para>
+ <para>If SRID is not specified, it defaults to 0 (Unknown).</para>
<para>&sfs_compliant; s3.2.7.2 - the optional SRID is from the conformance suite</para>
<para>&sqlmm_compliant; SQL-MM 3: 5.1.41</para>
<para>&curve_support;</para>
<refname>ST_LineFromText</refname>
<refpurpose>Makes a Geometry from WKT representation with the given SRID. If SRID is
- not given, it defaults to -1.</refpurpose>
+ not given, it defaults to 0.</refpurpose>
</refnamediv>
<refsynopsisdiv>
<title>Description</title>
<para>Makes a Geometry from WKT with the given SRID. If SRID is
- not give, it defaults to -1. If WKT passed in is not a LINESTRING, then null is returned. </para>
+ not give, it defaults to 0. If WKT passed in is not a LINESTRING, then null is returned. </para>
<note>
<para>OGC SPEC 3.2.6.2 - option SRID is from the conformance
<varname>LINESTRING</varname> geometry. This function plays the role of the Geometry
Factory in SQL.</para>
- <para>If an SRID is not specified, it defaults to -1. <varname>NULL</varname> is
+ <para>If an SRID is not specified, it defaults to 0. <varname>NULL</varname> is
returned if the input <varname>bytea</varname>
does not represent a <varname>LINESTRING</varname>.</para>
<varname>LINESTRING</varname> geometry. This function plays the role of the Geometry
Factory in SQL.</para>
- <para>If an SRID is not specified, it defaults to -1. <varname>NULL</varname> is
+ <para>If an SRID is not specified, it defaults to 0. <varname>NULL</varname> is
returned if the input <varname>bytea</varname> does not represent a
<varname>LINESTRING</varname> geometry. This an alias for <xref linkend="ST_LineFromWKB" />.</para>
<title>Description</title>
<para>Makes a Geometry from Well-Known-Text (WKT) with the given SRID. If SRID is
- not give, it defaults to -1.</para>
+ not give, it defaults to 0.</para>
<para>OGC SPEC 3.2.6.2 - option SRID is from the conformance
suite</para>
<refname>ST_MPointFromText</refname>
<refpurpose>Makes a Geometry from WKT with the given SRID. If SRID is
- not give, it defaults to -1.</refpurpose>
+ not give, it defaults to 0.</refpurpose>
</refnamediv>
<refsynopsisdiv>
<title>Description</title>
<para>Makes a Geometry from WKT with the given SRID. If SRID is
- not give, it defaults to -1.</para>
+ not give, it defaults to 0.</para>
<para>OGC SPEC 3.2.6.2 - option SRID is from the conformance
suite</para>
<refname>ST_MPolyFromText</refname>
<refpurpose>Makes a MultiPolygon Geometry from WKT with the given SRID. If SRID is
- not give, it defaults to -1.</refpurpose>
+ not give, it defaults to 0.</refpurpose>
</refnamediv>
<refsynopsisdiv>
<title>Description</title>
<para>Makes a MultiPolygon from WKT with the given SRID. If SRID is
- not give, it defaults to -1.</para>
+ not give, it defaults to 0.</para>
<para>OGC SPEC 3.2.6.2 - option SRID is from the conformance suite</para>
<title>Description</title>
<para>Constructs a PostGIS ST_Geometry point object from the OGC Well-Known text representation. If SRID is
- not give, it defaults to unknown (currently -1). If geometry is not a WKT point representation, returns null.
+ not give, it defaults to unknown (currently 0). If geometry is not a WKT point representation, returns null.
If completely invalid WKT, then throws an error.</para>
<!-- optionally mention that this function uses indexes if appropriate -->
<varname>POINT</varname> geometry. This function plays the role of the Geometry
Factory in SQL.</para>
- <para>If an SRID is not specified, it defaults to -1. <varname>NULL</varname> is
+ <para>If an SRID is not specified, it defaults to 0. <varname>NULL</varname> is
returned if the input <varname>bytea</varname> does not represent a
<varname>POINT</varname> geometry.</para>
<para>&sfs_compliant; s3.2.7.2</para>
<refname>ST_PolygonFromText</refname>
<refpurpose>Makes a Geometry from WKT with the given SRID. If SRID is
- not give, it defaults to -1.</refpurpose>
+ not give, it defaults to 0.</refpurpose>
</refnamediv>
<refsynopsisdiv>
<title>Description</title>
<para>Makes a Geometry from WKT with the given SRID. If SRID is
- not give, it defaults to -1. Returns null if WKT is not a polygon.</para>
+ not give, it defaults to 0. Returns null if WKT is not a polygon.</para>
<para>OGC SPEC 3.2.6.2 - option SRID is from the conformance