On Tue, Jan 14, 2014 at 2:36 PM, Keith Minsel <[email protected]> wrote: > Can anyone describe how Postgres generates session identifiers and how > Postgres uses a session identifier for community action protection?
PostgreSQL is a database system, it does not "generate session identifiers". You probably have an application that uses PostgreSQL, you should look into that application instead. Regards, Marti -- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
