This file is indexed.

/usr/share/postgresql/9.5/contrib/uninstall_repmgr_funcs.sql is in postgresql-9.5-repmgr 3.0.3-2.

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

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
/*
 * uninstall_repmgr_funcs.sql
 * Copyright (c) 2ndQuadrant, 2010-2015
 *
 */

DROP FUNCTION repmgr_update_standby_location(text);
DROP FUNCTION repmgr_get_last_standby_location();

DROP FUNCTION repmgr_update_last_updated();
DROP FUNCTION repmgr_get_last_updated();