create table deprecations (
  description text
);
comment on table deprecations is '
  Indicates that this particular element is considered deprecated in the API. See the description for details
';