Database Reference
In-Depth Information
Since the data isalready clipped into the chunks needed for ourpartitions, wecan
just continue to create the appropriate partitions.
Much as with inheritance, we start by creating our parent table using the following
query:
CREATE TABLE chp02.contours
(
gid serial NOT NULL,
elevation integer,
__gid double precision,
the_geom geometry(MultiLineStringZM,3734),
CONSTRAINT contours_pkey PRIMARY KEY (gid)
Search WWH ::




Custom Search