Committed by Greg Sabino Mullane <[email protected]>

Subject: [DBD::Pg 1/2] Add new methods for pg_resetxlog and pg_upgrade. Bump 
copyright.

---
 t/lib/App/Info/RDBMS/PostgreSQL.pm |   18 +++++++++++++++---
 1 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/t/lib/App/Info/RDBMS/PostgreSQL.pm 
b/t/lib/App/Info/RDBMS/PostgreSQL.pm
index 9bbe634..8a9b27c 100644
--- a/t/lib/App/Info/RDBMS/PostgreSQL.pm
+++ b/t/lib/App/Info/RDBMS/PostgreSQL.pm
@@ -47,8 +47,8 @@ use constant WIN32 => $^O eq 'MSWin32';
 
 my $u = App::Info::Util->new;
 my @EXES = qw(postgres createdb createlang createuser dropdb droplang
-              dropuser initdb pg_dump pg_dumpall pg_restore postmaster
-              vacuumdb psql);
+              dropuser initdb pg_dump pg_dumpall pg_resetxlog pg_restore
+              pg_upgrade postmaster vacuumdb psql);
 
 =head1 INTERFACE
 
@@ -95,8 +95,12 @@ via the C<search_exe_names> parameter). These parameters are:
 
 =item search_pg_dumpall_names
 
+=item search_pg_resetxlog_names
+
 =item search_pg_restore_names
 
+=item search_pg_upgrade_names
+
 =item search_postmaster_names
 
 =item search_psql_names
@@ -964,8 +968,12 @@ The available executable methods are:
 
 =item pg_dumpall
 
+=item pg_resetxlog
+
 =item pg_restore
 
+=item pg_upgrade
+
 =item postmaster
 
 =item psql
@@ -998,8 +1006,12 @@ And the corresponding search names methods are:
 
 =item search_pg_dumpall_names
 
+=item search_pg_resetxlog_names
+
 =item search_pg_restore_names
 
+=item search_pg_upgrade_names
+
 =item search_postmaster_names
 
 =item search_psql_names
@@ -1055,7 +1067,7 @@ L<http://www.postgresql.org/> is the PostgreSQL home page.
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (c) 2002-2004, David Wheeler. All Rights Reserved.
+Copyright (c) 2002-2013, David Wheeler. All Rights Reserved.
 
 This module is free software; you can redistribute it and/or modify it under 
the
 same terms as Perl itself.
-- 
1.7.1

Reply via email to