bigbird=> \d "Action" Table "public.Action" Column | Type | Modifiers --------------+----------------+----------- actionSeqNo | "ActionSeqNoT" | not null juryYear | "JuryYearT" | not null countyNo | "CountyNoT" | not null actionCode | "ActionCodeT" | not null startDate | "DateT" | not null bailiffNo | "BailiffNoT" | caseNo | "CaseNoT" | ctofcNo | "CtofcNoT" | effDate | "DateT" | endDate | "DateT" | jurorId | "JurorIdT" | panelId | "PanelIdT" | poolId | "PoolIdT" | comments | "TextT" | dateInserted | "DateT" | timeInserted | "TimeT" | Indexes: "Action_pkey" PRIMARY KEY, btree ("countyNo", "actionSeqNo", "juryYear") "Action_juror" btree ("countyNo", "juryYear", "jurorId", "actionSeqNo", "actionCode")