Re: [GENERAL] Persistent identifiers for Postgres users

2010-02-18 Thread Alvaro Herrera
Peter Geoghegan escribió: > Hello, > > I maintain an app where database users correspond to actual users, > with privileges granted or denied to each. At the moment, records that > each user creates are identified as such by a text column that has a > default value of session_user(). I don't need

[GENERAL] Persistent identifiers for Postgres users

2010-02-17 Thread Peter Geoghegan
Hello, I maintain an app where database users correspond to actual users, with privileges granted or denied to each. At the moment, records that each user creates are identified as such by a text column that has a default value of session_user(). I don't need to tell you that this is suboptimal, b