Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
f49cbb54
Commit
f49cbb54
authored
Apr 09, 2000
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
No more need to create groups manually.
parent
d888ca7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
13 deletions
+1
-13
doc/src/sgml/ref/grant.sgml
doc/src/sgml/ref/grant.sgml
+1
-13
No files found.
doc/src/sgml/ref/grant.sgml
View file @
f49cbb54
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/grant.sgml,v 1.
7 2000/04/09 12:08:33
momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/grant.sgml,v 1.
8 2000/04/09 12:14:25
momjian Exp $
Postgres documentation
Postgres documentation
-->
-->
...
@@ -151,7 +151,6 @@ GRANT <replaceable class="PARAMETER">privilege</replaceable> [, ...] ON <replace
...
@@ -151,7 +151,6 @@ GRANT <replaceable class="PARAMETER">privilege</replaceable> [, ...] ON <replace
<listitem>
<listitem>
<para>
<para>
A <replaceable class="PARAMETER">group</replaceable> to whom to grant privileges.
A <replaceable class="PARAMETER">group</replaceable> to whom to grant privileges.
In the current release, the group must be created explicitly as described below.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
@@ -271,17 +270,6 @@ ERROR: ChangeAcl: class "<replaceable class="PARAMETER">object</replaceable>" n
...
@@ -271,17 +270,6 @@ ERROR: ChangeAcl: class "<replaceable class="PARAMETER">object</replaceable>" n
arwR -- ALL
arwR -- ALL
</programlisting>
</programlisting>
<tip>
<para>
Currently, to create a GROUP you have to insert
data manually into table pg_group as:
<programlisting>
INSERT INTO pg_group VALUES ('todos');
CREATE USER miriam IN GROUP todos;
</programlisting>
</para>
</tip>
</para>
</para>
<para>
<para>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment