Re: Error creating a table

2018-01-02 Thread Joshua D. Drake
On 01/02/2018 02:38 PM, Dale Seaburg wrote: le): NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "public_rowkey" for table "ABSTRACT-SERVER_runsheet" ERROR:  relation "public_rowkey" already exists ** Error ** ERROR: relation "public_rowkey" already exists SQL

Error creating a table

2018-01-02 Thread Dale Seaburg
I am in pgAdmin, attempting to create a table in an existing database. This table is normally created and deleted by software I have written (C#). I get this kind of error when executing the CREATE TABLE script (which is a copy of similarly named table): NOTICE: CREATE TABLE / PRIMARY KEY will