public inbox for [email protected]
help / color / mirror / Atom feedFrom: Arbol One <[email protected]>
To: PostGreSQL MailingList <[email protected]>
Subject: GRANT WITH INHERIT ??
Date: Fri, 6 Dec 2024 07:40:07 -0500
Message-ID: <BYAPR12MB2808E99A12528CA6DD26D2A9BA312@BYAPR12MB2808.namprd12.prod.outlook.com> (raw)
Hello.
When enter this commands in psql :
*sudo -u postgres psql
CREATE GROUP arbolone_dev_group; // Create a group
CREATE ROLE company_admin LOGIN PASSWORD 'myPassword' CREATEDB IN GROUP
arbolone_dev_group CREATEROLE;
GRANT arbolone_dev_group TO company_admin WITH INHERIT TRUE;*
I get this error:
/ERROR: syntax error at or near "INHERIT"
LINE 1: GRANT arbolone_dev_group TO company_admin WITH INHERIT TRUE;/*/
/*
Is there something I missed?
--
*/ArbolOne ™/*
Using Fire Fox and Thunderbird.
ArbolOne is composed of students and volunteers dedicated to providing
free services to charitable organizations.
ArbolOne's development on Java, PostgreSQL, HTML and Jakarta EE is in
progress [ í ]
view thread (2+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected]
Subject: Re: GRANT WITH INHERIT ??
In-Reply-To: <BYAPR12MB2808E99A12528CA6DD26D2A9BA312@BYAPR12MB2808.namprd12.prod.outlook.com>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox