19 cmt text, -- GPS waypoint comment. Sent to the GPS as comment.
20 descr text, -- A text description. Additional info intended for the user, not the GPS.
26 CREATE TABLE wayp_new (
32 cmt text, -- GPS waypoint comment. Sent to the GPS as comment.
33 descr text, -- A text description. Additional info intended for the user, not the GPS.
39 CREATE TABLE wayp_rej (
45 cmt text, -- GPS waypoint comment. Sent to the GPS as comment.
46 descr text, -- A text description. Additional info intended for the user, not the GPS.
52 CREATE TABLE tmpwayp AS
53 SELECT * from wayp LIMIT 0;
59 begindate timestamptz, -- Ganske eksakt tidspunt ved start
60 enddate timestamptz, -- Ganske eksakt tidspunkt ved slutt
68 CREATE TABLE pictures (
78 lastupdate timestamptz,