Drop a primary
Martin Mueller <martinmueller@northwestern.edu>
From: Martin Mueller <martinmueller@northwestern.edu>
To: "pgsql-general@lists.postgresql.org" <pgsql-general@lists.postgresql.org>
Date: 2019-10-02T18:48:17Z
Lists: pgsql-general
I created a primary key with the following commands Add id serial Add primary key (id) I cannot figure out from the documentation how to drop that column.