PostgreSQL Role (user) OIDs question

I was informed on Stack overflow that even such system OIDs will not survive a dump and reload… so is there is no way to create an unbreakable link between the loginName and my user table.

So the best I can do is save the login name and maybe use a trigger to check if that is stored in the user table and rate an exception if it is not.

  • Karen