dbeaver / dbeaver/dbeaver

PostgreSQL constraints properties

Open
#3,370 1 comment 2 reactions 0 assignees View on GitHub
enhancement x:postgresql xf:metadata
Dominant language
Java
Stars
51.8k
Forks
4.4k
Avg merge
3d 8h
Merged PRs (30d)
188

Description

I understand the need to, when creating a new constraint of the primary key type, there could be the index tablespace property and its editable field for the selection.
Example of object creation:
ALTER TABLE teste_tb
     ADD CONSTRAINT test_tb_pk PRIMARY KEY (test_id)
     **USING INDEX TABLESPACE tablespace_index;**

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.