Drop a primary

From: Martin Mueller <martinmueller(at)northwestern(dot)edu>
To: "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Drop a primary
Date: 2019-10-02 18:48:17
Message-ID: 566B8778-F815-4562-A325-B40952EF7494@northwestern.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ron 2019-10-02 18:52:54 Re: Drop a primary
Previous Message Stephen Frost 2019-10-02 18:44:11 Re: Users, Roles and Connection Pooling