File: reference.xml

package info (click to toggle)
postgis 3.5.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 70,052 kB
  • sloc: ansic: 162,204; sql: 93,950; xml: 53,121; cpp: 12,646; perl: 5,658; sh: 5,369; makefile: 3,434; python: 1,205; yacc: 447; lex: 151; pascal: 58
file content (43 lines) | stat: -rw-r--r-- 1,437 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!-- Converted by db4-upgrade version 1.1 -->
<chapter xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="reference">
  <title>PostGIS Reference</title>

  <para>The functions given below are the ones which a user of PostGIS is
  likely to need. There are other functions which are required support
  functions to the PostGIS objects which are not of use to a general
  user.</para>

  <note>
	<para>PostGIS has begun a transition from the existing naming convention
	to an SQL-MM-centric convention. As a result, most of the functions that
	you know and love have been renamed using the standard spatial type (ST)
	prefix. Previous functions are still available, though are not listed in
	this document where updated functions are equivalent. The non ST_ functions not listed in this documentation are
	deprecated and will be removed in a future release so STOP USING THEM.</para>
  </note>

  &reference_type;
  &reference_management;
  &reference_constructor;
  &reference_accessor;
  &reference_editor;
  &reference_validation;
  &reference_srs;
  &reference_input;
  &reference_output;
  &reference_operator;
  &reference_relationship;
  &reference_measure;
  &reference_overlay;
  &reference_processing;
  &reference_coverage;
  &reference_transformation;
  &reference_cluster;
  &reference_bbox;
  &reference_lrs;
  &reference_trajectory;
  &reference_version;
  &reference_guc;
  &reference_troubleshooting;

</chapter>