Project

General

Profile

« Previous | Next » 

Revision 7624

inputs/NY/NY_DATA_20130212.~.utils.sql: pkey: Made table an enum instead of a text field so that Ecatalog_LatLong could be sorted before Ecatalog

View differences:

inputs/NY/NY_DATA_20130212.~.utils.sql
1
CREATE TYPE "table" AS ENUM
2
   ('Ecatalog_LatLong',
3
    'Ecatalog');
1 4
CREATE TYPE pkey AS
2
   ("table" text,
5
   ("table" "table",
3 6
    key integer);

Also available in: Unified diff