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: CHANGELOG.rst
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,26 @@ Community PostgreSQL Collection Release Notes
4
4
5
5
.. contents:: Topics
6
6
7
+
v3.13.0
8
+
=======
9
+
10
+
Release Summary
11
+
---------------
12
+
13
+
This is a minor release of the ``community.postgresql`` collection.
14
+
This changelog contains all changes to the modules and plugins in this collection
15
+
that have been made after the previous release.
16
+
17
+
Bugfixes
18
+
--------
19
+
20
+
- postgresql_table - consider schema name when checking for table (https://github.com/ansible-collections/community.postgresql/issues/817). Table names are only unique within a schema. This allows using the same table name in multiple schemas.
21
+
22
+
New Modules
23
+
-----------
24
+
25
+
- postgresql_alter_system - Change a PostgreSQL server configuration parameter
0 commit comments