Project

General

Profile

1 7624 aaronmk
CREATE TYPE "table" AS ENUM
2
   ('Ecatalog_LatLong',
3
    'Ecatalog');
4 7622 aaronmk
CREATE TYPE pkey AS
5 7624 aaronmk
   ("table" "table",
6 7622 aaronmk
    key integer);