devtools/migrtest.py
changeset 1977 606923dff11b
parent 0 b97547f5f1fa
child 2105 92ea410806fe
equal deleted inserted replaced
1976:851e08142873 1977:606923dff11b
    25 localhost matches both host (TCP) and local (Unix domain socket)
    25 localhost matches both host (TCP) and local (Unix domain socket)
    26 connections coming from the local machine.
    26 connections coming from the local machine.
    27 
    27 
    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-2006 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
    33 :copyright: 2001-2009 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 """
    36 """
    36 __docformat__ = "restructuredtext en"
    37 __docformat__ = "restructuredtext en"
    37 
    38 
    38 from os import system
    39 from os import system
    39 from os.path import join, basename
    40 from os.path import join, basename