I have set the connection limit of a user with the ALTER ROLE command in8.1. Is there a way to see what the connection limit is set to for varioususers?
Thanks,
Ken
Ken.Colson@sage.com writes:
Is there a way to see what the connection limit is set to for varioususers?
Look in pg_authid.
regards, tom lane