User permissions for postgresql?

hello,
which permissions do i need to set if a user need read & write the table data from within my xojo (web) app?

missing something like read/write data and delete row checkbox.

usually you grant read update and delete permissions to a specific user

its not there
only:
can login
superuser
create roles
create database
change schema
inherit from parents
can make backups

have you added users ?
what if you select one of those users ?
or select one of the tables and not the entire schema ?

I know PG can do this

1 Like

ahh found something :slight_smile:
and sequences need also permissions for new auto id.