You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: REFERENCE.md
+8-101Lines changed: 8 additions & 101 deletions
Original file line number
Diff line number
Diff line change
@@ -61,14 +61,18 @@ _Private Classes_
61
61
62
62
**Functions**
63
63
64
+
_Public Functions_
65
+
64
66
*[`postgresql::default`](#postgresqldefault): This function pull default values from the `params` class or `globals` class if the value is not present in `params`.
65
-
*[`postgresql::postgresql_acls_to_resources_hash`](#postgresqlpostgresql_acls_to_resources_hash): This internal function translates the ipv(4|6)acls format into a resource
66
67
*[`postgresql::postgresql_escape`](#postgresqlpostgresql_escape): This function safely escapes a string using a consistent random tag
67
68
*[`postgresql::postgresql_password`](#postgresqlpostgresql_password): This function returns the postgresql password hash from the clear text username / password
68
-
*[`postgresql_acls_to_resources_hash`](#postgresql_acls_to_resources_hash): This internal function translates the ipv(4|6)acls format into a resource suitable for create_resources. It is not intended to be used outsid
69
69
*[`postgresql_escape`](#postgresql_escape): This function safely escapes a string using a consistent random tag
70
70
*[`postgresql_password`](#postgresql_password): DEPRECATED. Use the namespaced function [`postgresql::postgresql_password`](#postgresqlpostgresql_password) instead.
71
71
72
+
_Private Functions_
73
+
74
+
*`postgresql::postgresql_acls_to_resources_hash`: This internal function translates the ipv(4|6)acls format into a resource suitable for create_resources.
75
+
72
76
**Tasks**
73
77
74
78
*[`sql`](#sql): Allows you to execute arbitary SQL
0 commit comments