Skip to content

"alter table ... set with oids" is broken #17

Closed
@kelvich

Description

@kelvich
create table testoids(key int primary key, data text) without oids;
insert into testoids values(1, '1');
alter table testoids set with oids;

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions