Alvaro Herrera <[EMAIL PROTECTED]> writes: > In the pg_stat_activity view, the usesysid is shown as having type Oid. > However pg_shadow says it's an integer. Is there a reason?
There's been disagreement for a long time over whether userids should be OIDs or ints. If you want to introduce consistency then it's going to take a lot more than a one-line patch. (First you'll need to convince the partisans involved which answer is the right one.) > Looks like a bug. Not as long as OID is 4 bytes. I'd recommend not making any piecemeal changes, especially not when there's not yet a consensus which way to converge. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])