add INSERT/UPDATE/DELETE RETURNING
Registered by
Mark Atwood
Postgres has a useful extension to INSERT, UPDATE, and DELETE. By sepecifying the keywork RETURNING followed by column specifiers, they return a resultset of the rows matched. This is extremely useful for implementing things like queues. This can be added to Drizzle.
Blueprint information
- Status:
- Not started
- Approver:
- None
- Priority:
- Undefined
- Drafter:
- None
- Direction:
- Needs approval
- Assignee:
- None
- Definition:
- New
- Series goal:
- Accepted for trunk
- Implementation:
- Unknown
- Milestone target:
- None
- Started by
- Completed by
Related branches
Related bugs
Sprints
Whiteboard
The postgres documentation for this features is at
http://
http://
http://
(?)