1CDIST-TYPE__POSTGRES_EXTENSION(7) cdist CDIST-TYPE__POSTGRES_EXTENSION(7)
2
3
4
6 cdist-type__postgres_extension - manage postgres extensions
7
9 This cdist type allows you to create or drop postgres extensions.
10
11 The object you need to pass to __postgres_extension consists of the
12 database name and the extension name joined by a colon in the following
13 form:
14
15 dbname:extension
16
17 f.ex.
18
19 rails_test:unaccent
20
22 state either "present" or "absent", defaults to "present"
23
25 __postgres_extension rails_test:unaccent
26 __postgres_extension --present rails_test:unaccent
27 __postgres_extension --absent rails_test:unaccent
28
30 cdist-type__postgre_database(7)
31
32 Postgres "Create Extension" documentation at: <‐
33 http://www.postgresql.org/docs/current/static/sql-createexten‐
34 sion.html>.
35
37 Tomas Pospisek <tpo_deb--@--sourcepole.ch>
38
40 Copyright (C) 2014 Tomas Pospisek. You can redistribute it and/or mod‐
41 ify it under the terms of the GNU General Public License as published
42 by the Free Software Foundation, either version 3 of the License, or
43 (at your option) any later version.
44
46 ungleich GmbH 2020
47
48
49
50
516.9.6 Apr 20, 2021CDIST-TYPE__POSTGRES_EXTENSION(7)