point.
Behaviours: epgsql_codec.
point.
https://www.postgresql.org/docs/current/static/datatype-geometric.html
$PG$/src/backend/utils/adt/geo_ops.c
XXX: it's not PostGIS!
data() = point()
point() = {float(), float()}
| decode/3 | |
| decode_text/3 | |
| encode/3 | |
| init/2 | |
| names/0 |
decode(X1, X2, X3) -> any()
decode_text(V, X2, X3) -> any()
encode(X1, X2, X3) -> any()
init(X1, X2) -> any()
names() -> any()
Generated by EDoc