File: pgs_types.sql.in

package info (click to toggle)
pgsphere 1.1.1%2B2020-10-20-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,700 kB
  • sloc: ansic: 12,032; sql: 6,091; cpp: 853; makefile: 216; perl: 168; yacc: 145; xml: 66; lex: 55; sh: 1
file content (24 lines) | stat: -rw-r--r-- 1,280 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
ALTER EXTENSION pg_sphere ADD FUNCTION spoint_in(CSTRING);
ALTER EXTENSION pg_sphere ADD FUNCTION spoint_out(spoint);
ALTER EXTENSION pg_sphere ADD TYPE spoint;
ALTER EXTENSION pg_sphere ADD FUNCTION strans_in(CSTRING);
ALTER EXTENSION pg_sphere ADD FUNCTION strans_out(strans);
ALTER EXTENSION pg_sphere ADD TYPE strans;
ALTER EXTENSION pg_sphere ADD FUNCTION scircle_in(CSTRING);
ALTER EXTENSION pg_sphere ADD FUNCTION scircle_out(scircle);
ALTER EXTENSION pg_sphere ADD TYPE scircle;
ALTER EXTENSION pg_sphere ADD FUNCTION sline_in(CSTRING);
ALTER EXTENSION pg_sphere ADD FUNCTION sline_out(sline);
ALTER EXTENSION pg_sphere ADD TYPE sline;
ALTER EXTENSION pg_sphere ADD FUNCTION sellipse_in(CSTRING);
ALTER EXTENSION pg_sphere ADD FUNCTION sellipse_out(sellipse);
ALTER EXTENSION pg_sphere ADD TYPE sellipse;
ALTER EXTENSION pg_sphere ADD FUNCTION spoly_in(CSTRING);
ALTER EXTENSION pg_sphere ADD FUNCTION spoly_out(spoly);
ALTER EXTENSION pg_sphere ADD TYPE spoly;
ALTER EXTENSION pg_sphere ADD FUNCTION spath_in(CSTRING);
ALTER EXTENSION pg_sphere ADD FUNCTION spath_out(spath);
ALTER EXTENSION pg_sphere ADD TYPE spath;
ALTER EXTENSION pg_sphere ADD FUNCTION sbox_in(CSTRING);
ALTER EXTENSION pg_sphere ADD FUNCTION sbox_out(sbox);
ALTER EXTENSION pg_sphere ADD TYPE sbox;