Thread: bag report

bag report

From
"Dmitry Titov"
Date:
Hi!

1. I have the table:
CREATE TABLE public.test
( "as" int4
) WITH OIDS;

I can insert data into this table, I can delete data from it, but I can not
insert
data into this table in pgAdmin - I have error.

2. If I create table whithout oids - I can not insert data into this table
in pgAdmin
- no input line for editing.

---
Regards,
Dmitry Titov