Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 6b2104c88d48bfb836d40b97f80f8b34 > files > 6

apache-mod_asn-1.5-5.mga4.x86_64.rpm

-- better name for pfx: range?
-- easier to type, easier to read
--
-- Note: "as" is a reserved word in SQL

CREATE TABLE "pfx2asn" (
        "pfx" ip4r NOT NULL PRIMARY KEY,
        "asn" integer NOT NULL
);

CREATE INDEX "pfx2asn_pfx_key" ON pfx2asn USING gist (pfx);