Re: Typo in sql-revoke.html

2018-06-10 Thread Michael Paquier
On Sun, Jun 10, 2018 at 01:31:34AM +0200, Erwin Brandstetter wrote: > Replace > "and user B has in turned granted it to user C" > with > "and user B has in turn granted it to user C" > > Affects versions 7.4 - 11. Thanks for the report, Erwin! A fix has been pushed down to 9.3. -- Michael sign

Typo in sql-revoke.html

2018-06-09 Thread Erwin Brandstetter
On: https://www.postgresql.org/docs/current/static/sql-revoke.html#SQL-REVOKE-NOTES Replace "and user B has in turned granted it to user C" with "and user B has in turn granted it to user C" Affects versions 7.4 - 11. Regards Erwin