devtools/migrtest.py
branchstable
changeset 4212 ab6573088b4a
parent 3904 dc7d315165fc
equal deleted inserted replaced
4210:9d9be21640ac 4212:ab6573088b4a
    28 The permissions on .pgpass must disallow any access to world or group;
    28 The permissions on .pgpass must disallow any access to world or group;
    29 achieve this by the command chmod 0600 ~/.pgpass. If the permissions
    29 achieve this by the command chmod 0600 ~/.pgpass. If the permissions
    30 are less strict than this, the file will be ignored.
    30 are less strict than this, the file will be ignored.
    31 
    31 
    32 :organization: Logilab
    32 :organization: Logilab
    33 :copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
    33 :copyright: 2001-2010 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
    34 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
    34 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
    35 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
    35 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
    36 """
    36 """
    37 __docformat__ = "restructuredtext en"
    37 __docformat__ = "restructuredtext en"
    38 
    38