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
Copy file name to clipboardExpand all lines: changelogs/changelog.yaml
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -706,6 +706,25 @@ releases:
706
706
- 3.12.0.yml
707
707
- 813-postgresql_publication-rowfilter.yml
708
708
release_date: '2025-03-13'
709
+
3.13.0:
710
+
changes:
711
+
bugfixes:
712
+
- postgresql_table - consider schema name when checking for table (https://github.com/ansible-collections/community.postgresql/issues/817). Table
713
+
names are only unique within a schema. This allows using the same table name
714
+
in multiple schemas.
715
+
release_summary: 'This is a minor release of the ``community.postgresql`` collection.
716
+
717
+
This changelog contains all changes to the modules and plugins in this collection
718
+
719
+
that have been made after the previous release.'
720
+
fragments:
721
+
- 3.13.0.yml
722
+
- 818-table-consider-schema-name.yaml
723
+
modules:
724
+
- description: Change a PostgreSQL server configuration parameter
0 commit comments