PostgreSQL constraints properties
Open
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
Assessment
This issue has not been assessed yet.