@ -57,7 +57,8 @@ def pgsql(command, *args, excluded_kwargs=None, host="localhost", password=None,
a = list()
if password is not None:
# Password may be None or an empty string.
if password:
a.append('export PGPASSWORD="%s" &&' % password)
a.append(command)