What's the security risk of storing a password in the registry in plain text? How can you get at it unless you already have admin access, in which case it's a moot point?
(I'm only asking because I'm trying to figure out a workaround for a problem I'm having installing the pgAgent service. The docs say:
DO NOT be tempted to include a password in the pgAgent connection string[: ...] on Windows systems it will be stored in the registry in plain text.
...and the problem I'm having is with the alternative they provide.)