Are these features are available? Unique rows, Disable some CRUD operations #713
-
I'm still new to the platform and I'm exploring if the following points are possible:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yes, all of those are standard capabilities of PostgreSQL.
UNIQUE constraint: https://www.postgresqltutorial.com/postgresql-unique-constraint/
GRANT: https://www.postgresqltutorial.com/postgresql-administration/postgresql-grant/
TRIGGER: https://www.postgresqltutorial.com/creating-first-trigger-postgresql/
Also GRANT. You can do GRANTs on certain columns or on certain roles(like admin or webuser). |
Beta Was this translation helpful? Give feedback.
Yes, all of those are standard capabilities of PostgreSQL.
UNIQUE constraint: https://www.postgresqltutorial.com/postgresql-unique-constraint/
GRANT: https://www.postgresqltutorial.com/postgresql-administration/postgresql-grant/
TRIGGER: https://www.postgresqltutorial.com/creating-first-trigger-postgresql/
Also GRANT. You can do GRANTs on certain columns or on certain roles(like admin or webuser).