Skip to content

Commit f7ce95d

Browse files
danielgustafssonmoritz
authored andcommitted
Update link to current PostgreSQL documentation
PostgreSQL 8.4 has been end-of-life since July 2014, point the link to the current version of the documentation instead.
1 parent 0786c89 commit f7ce95d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/DBDish/Pg.pm6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ L<doc:DBIish> and internal architecture in L<doc:DBDish>. Below are
115115
only notes about code unique to the DBDish::Pg implementation.
116116
117117
=head1 SEE ALSO
118-
The Postgres 8.4 Documentation, C Library.
119-
L<http://www.postgresql.org/docs/8.4/static/libpq.html>
118+
The PostgreSQL Documentation, C Library.
119+
L<https://www.postgresql.org/docs/current/static/libpq.html>
120120
121121
=end pod
122122

0 commit comments

Comments
 (0)