[IMP] db dump: correct reference URL in comments

bzr revid: odo@openerp.com-20120131113642-z6z4vs11fcwkyaqq
This commit is contained in:
Olivier Dony 2012-01-31 12:36:42 +01:00
parent f11e1de5eb
commit b281791ff5
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ class db(netsvc.ExportService):
def _set_pg_psw_env_var(self):
# see http://www.postgresql.org/docs/8.4/static/libpq-pgpass.html
# see http://www.postgresql.org/docs/8.4/static/libpq-envars.html
# FIXME: This is not thread-safe, and should never be enabled for
# SaaS (giving SaaS users the super-admin password is not a good idea
# anyway)