Add the following checks to a table creation statement to verify: (i) this node runs as the master node, (ii) table does not make use of the inhertiance mechanism, (iii) table does not own columns that are sequences, and (iv) table does not have collated columns.
Open
- Dominant language
- C
- Stars
- 12.8k
- Forks
- 794
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 31
Description
Add the following checks to a table creation statement to verify: (i) this node runs as the master node, (ii) table does not make use of the inhertiance mechanism, (iii) table does not own columns that are sequences, and (iv) table does not have collated columns.
Contributor guide
Research direction
Start by locating the table-creation statement and reading the surrounding validation logic. Done means the statement verifies master-node execution and rejects inheritance, sequence-owned columns, and collated columns.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c, postgresql
- Domain
- databases, distributed-systems
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100