We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97c79a6 commit d2badb8Copy full SHA for d2badb8
Changes
@@ -1,3 +1,8 @@
1
+1.17 Feb 17, 2023
2
+ - Fix for handling of generated columns, update Perl version
3
+ (thanks to Nicholas Davidson <nicholasd@foresightfactory.co>)
4
+ - Docs update (thanks to @jdbranham)
5
+
6
1.16 May 6, 2023
7
- Handle schema + table names greater than max identifier length
8
(thanks to Chad Hoyt @chadhoyt)
pg_sample
@@ -1,6 +1,6 @@
#!/usr/bin/env perl
-our $VERSION = "1.16";
+our $VERSION = "1.17";
=head1 NAME
0 commit comments