This file is indexed.

/usr/lib/python2.7/dist-packages/pgxnclient/libexec/pgxn-load is in pgxnclient 1.2.1-3.

This file is owned by root:root, with mode 0o755.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
#!/usr/bin/env python
"""
pgxnclient -- command line interface
"""

# Copyright (C) 2011-2012 Daniele Varrazzo

# This file is part of the PGXN client

from pgxnclient.cli import script
script()