diff options
-rw-r--r-- | src/include/catalog/pg_authid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/catalog/pg_authid.h b/src/include/catalog/pg_authid.h index e846d757316..b0dbdf2dd2e 100644 --- a/src/include/catalog/pg_authid.h +++ b/src/include/catalog/pg_authid.h @@ -3,7 +3,7 @@ * pg_authid.h * definition of the "authorization identifier" system catalog (pg_authid) * - * pg_shadow and pg_group are now publicly accessible views on pg_authid. + * pg_shadow and pg_group are now views on pg_authid. * * * Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group |