summaryrefslogtreecommitdiff
path: root/veil.control
blob: 97f6b38a7a5170af5c4730cab3da7b9ab9ed2d2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# veil.control
#
#      Postgres extension control file for Veil
#
#      Copyright (c) 2011 - 2018 Marc Munro
#      Author:  Marc Munro
#      License: BSD
#

directory       = 'extension'
default_version = '10.3.0'
module_pathname = '$libdir/veil'
superuser       = true
relocatable     = false

comment = 'Provides tools for building row-level access controls.'