# Pastebin sb8mjIEJ root@b80c939f0089:/# psql -U musicbrainz -d musicbrainz_db psql (9.5.20) Type "help" for help. musicbrainz_db=# \d edit_label Table "musicbrainz.edit_label" Column | Type | Modifiers --------+----------+----------- edit | integer | not null label | integer | not null status | smallint | not null Indexes: "edit_label_pkey" PRIMARY KEY, btree (edit, label) "edit_label_idx" btree (label) "edit_label_idx_status" btree (status)