Tom Lane <[EMAIL PROTECTED]> writes:
> One argument against it is that it'd break trying to log who-did-what
> by the expedient of having a column default CURRENT_USER:
> blame_me text default current_user
No reason there couldn't be a separate function that returns the _actual_ user
rather than the effective user. Sort of like -- well actually the unix
precedents here are more confusing than helpful.
--
greg
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match