[DOCS] Move callouts to end of line for Asciidoctor migration (#42356)
This commit is contained in:
parent
6d47ee9268
commit
d521a88e19
|
@ -27,7 +27,9 @@ interchangeably with the following exceptions:
|
||||||
.Synopsis:
|
.Synopsis:
|
||||||
[source, sql]
|
[source, sql]
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
ST_AsWKT(geometry<1>)
|
ST_AsWKT(
|
||||||
|
geometry <1>
|
||||||
|
)
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
|
|
||||||
*Input*:
|
*Input*:
|
||||||
|
@ -52,7 +54,9 @@ include-tagged::{sql-specs}/docs/geo.csv-spec[aswkt]
|
||||||
.Synopsis:
|
.Synopsis:
|
||||||
[source, sql]
|
[source, sql]
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
ST_WKTToSQL(string<1>)
|
ST_WKTToSQL(
|
||||||
|
string <1>
|
||||||
|
)
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
|
|
||||||
*Input*:
|
*Input*:
|
||||||
|
@ -78,7 +82,9 @@ include-tagged::{sql-specs}/docs/geo.csv-spec[aswkt]
|
||||||
.Synopsis:
|
.Synopsis:
|
||||||
[source, sql]
|
[source, sql]
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
ST_GeometryType(geometry<1>)
|
ST_GeometryType(
|
||||||
|
geometry <1>
|
||||||
|
)
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
|
|
||||||
*Input*:
|
*Input*:
|
||||||
|
@ -102,7 +108,9 @@ include-tagged::{sql-specs}/docs/geo.csv-spec[geometrytype]
|
||||||
.Synopsis:
|
.Synopsis:
|
||||||
[source, sql]
|
[source, sql]
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
ST_X(geometry<1>)
|
ST_X(
|
||||||
|
geometry <1>
|
||||||
|
)
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
|
|
||||||
*Input*:
|
*Input*:
|
||||||
|
@ -126,7 +134,9 @@ include-tagged::{sql-specs}/docs/geo.csv-spec[x]
|
||||||
.Synopsis:
|
.Synopsis:
|
||||||
[source, sql]
|
[source, sql]
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
ST_Y(geometry<1>)
|
ST_Y(
|
||||||
|
geometry <1>
|
||||||
|
)
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
|
|
||||||
*Input*:
|
*Input*:
|
||||||
|
@ -150,7 +160,9 @@ include-tagged::{sql-specs}/docs/geo.csv-spec[y]
|
||||||
.Synopsis:
|
.Synopsis:
|
||||||
[source, sql]
|
[source, sql]
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
ST_Z(geometry<1>)
|
ST_Z(
|
||||||
|
geometry <1>
|
||||||
|
)
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
|
|
||||||
*Input*:
|
*Input*:
|
||||||
|
@ -174,7 +186,10 @@ include-tagged::{sql-specs}/docs/geo.csv-spec[z]
|
||||||
.Synopsis:
|
.Synopsis:
|
||||||
[source, sql]
|
[source, sql]
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
ST_Distance(geometry<1>, geometry<2>)
|
ST_Distance(
|
||||||
|
geometry, <1>
|
||||||
|
geometry <2>
|
||||||
|
)
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
|
|
||||||
*Input*:
|
*Input*:
|
||||||
|
|
Loading…
Reference in New Issue