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
+9-11
Original file line number
Diff line number
Diff line change
@@ -62,8 +62,8 @@ _Private Classes_
62
62
**Functions**
63
63
64
64
*[`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
65
-
*[`postgresql_escape`](#postgresql_escape): Safely escapes a string using $$ using a random tag which should be consistent
66
-
*[`postgresql_password`](#postgresql_password): Returns the postgresql password hash from the clear text username / password.
65
+
*[`postgresql_escape`](#postgresql_escape):
66
+
*[`postgresql_password`](#postgresql_password):
67
67
68
68
**Tasks**
69
69
@@ -2568,7 +2568,6 @@ This internal function translates the ipv(4|6)acls format into a resource
2568
2568
suitable for create_resources. It is not intended to be used outside of the
2569
2569
postgresql internal classes/defined resources.
2570
2570
2571
-
This function accepts an array of strings that are pg_hba.conf rules. It
2572
2571
will return a hash that can be fed into create_resources to create multiple
2573
2572
individual pg_hba_rule resources.
2574
2573
@@ -2584,7 +2583,6 @@ This internal function translates the ipv(4|6)acls format into a resource
2584
2583
suitable for create_resources. It is not intended to be used outside of the
2585
2584
postgresql internal classes/defined resources.
2586
2585
2587
-
This function accepts an array of strings that are pg_hba.conf rules. It
2588
2586
will return a hash that can be fed into create_resources to create multiple
2589
2587
individual pg_hba_rule resources.
2590
2588
@@ -2594,31 +2592,31 @@ to provide uniqueness. It must be a string.
2594
2592
The third parameter is an order offset, so you can start the order at an
2595
2593
arbitrary starting point.
2596
2594
2597
-
Returns: `Any`
2595
+
Returns: `Any` This function accepts an array of strings that are pg_hba.conf rules. It
2598
2596
2599
2597
### postgresql_escape
2600
2598
2601
2599
Type: Ruby 3.x API
2602
2600
2603
-
Safely escapes a string using $$ using a random tag which should be consistent
2601
+
The postgresql_escape function.
2604
2602
2605
2603
#### `postgresql_escape()`
2606
2604
2607
-
Safely escapes a string using $$ using a random tag which should be consistent
2605
+
The postgresql_escape function.
2608
2606
2609
-
Returns: `Any`
2607
+
Returns: `Any` Safely escapes a string using $$ using a random tag which should be consistent
2610
2608
2611
2609
### postgresql_password
2612
2610
2613
2611
Type: Ruby 3.x API
2614
2612
2615
-
Returns the postgresql password hash from the clear text username / password.
2613
+
The postgresql_password function.
2616
2614
2617
2615
#### `postgresql_password()`
2618
2616
2619
-
Returns the postgresql password hash from the clear text username / password.
2617
+
The postgresql_password function.
2620
2618
2621
-
Returns: `Any`
2619
+
Returns: `Any` Returns the postgresql password hash from the clear text username / password.
0 commit comments