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 44 45 46 47 48 49 50 51 52 53 54 55 56
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY capWhatis SYSTEM "whatis.sgm">
<!ENTITY capInstall SYSTEM "install.sgm">
<!ENTITY capTypes SYSTEM "types.sgm">
<!ENTITY capConstr SYSTEM "constructors.sgm">
<!ENTITY capOperators SYSTEM "operators.sgm">
<!ENTITY capFunctions SYSTEM "functions.sgm">
<!ENTITY capIndices SYSTEM "indices.sgm">
<!ENTITY capExamples SYSTEM "examples.sgm">
<!ENTITY graph1001 "img/spoint.jpg">
<!ENTITY graph1002 "img/scircle.jpg">
<!ENTITY graph1003 "img/strans.jpg">
<!ENTITY graph1004 "img/sellipse.jpg">
<!ENTITY graph1005 "img/sline.jpg">
<!ENTITY graph1006 "img/spath.jpg">
<!ENTITY graph1007 "img/spoly.jpg">
<!ENTITY graph1008 "img/sbox.jpg">
<!ENTITY graphsmoc "img/smoc.png">
<!ENTITY graph1009 "img/logo.png">
<!ENTITY pg_ohgr "<symbol role='symbol'>&ohgr;</symbol>">
<!ENTITY pg_OHgr "<symbol role='symbol'>&OHgr;</symbol>">
<!ENTITY pg_pgr "<symbol role='symbol'>&pgr;</symbol>">
<!ENTITY healpix "<application>HEALPix</application>">
<!ENTITY pgsphere "<application>pgSphere</application>">
<!ENTITY postgresql "<application>PostgreSQL</application>">
<!ENTITY pg_config "<application>pg_config</application>">
<!ENTITY pgsphereurl "https://github.com/postgrespro/pgsphere/releases">
<!ENTITY pg_sphere_version SYSTEM "version.xml">
]>
<book lang="en">
<bookinfo>
<title>pgSphere &pg_sphere_version;</title>
<corpauthor>pgSphere Development Team</corpauthor>
<productname>pgSphere</productname>
<productnumber>&pg_sphere_version;</productnumber>
</bookinfo>
&capWhatis;
&capInstall;
&capTypes;
&capConstr;
&capOperators;
&capFunctions;
&capIndices;
&capExamples;
</book>
|