diff --git a/SPECS/pg_reorg.spec b/SPECS/pg_reorg.spec index 360996e..6a16e1a 100755 --- a/SPECS/pg_reorg.spec +++ b/SPECS/pg_reorg.spec @@ -4,7 +4,7 @@ Summary: Reorganize tables in PostgreSQL databases without any locks. Name: %{sname} -Version: 1.1.2 +Version: 1.1.3 Release: 1%{?dist} License: BSD Group: Applications/Databases diff --git a/bin/pg_reorg.c b/bin/pg_reorg.c index 777d6f8..8761882 100755 --- a/bin/pg_reorg.c +++ b/bin/pg_reorg.c @@ -8,7 +8,7 @@ * @brief Client Modules */ -const char *PROGRAM_VERSION = "1.1.2"; +const char *PROGRAM_VERSION = "1.1.3"; const char *PROGRAM_URL = "http://reorg.projects.postgresql.org/"; const char *PROGRAM_EMAIL = "reorg-general@lists.pgfoundry.org"; diff --git a/bin/pgut/pgut-fe.c b/bin/pgut/pgut-fe.c index 6bd30c8..2f504af 100755 --- a/bin/pgut/pgut-fe.c +++ b/bin/pgut/pgut-fe.c @@ -475,8 +475,8 @@ static pgut_option default_options[] = { 's', 'h', "host" , &host }, { 's', 'p', "port" , &port }, { 's', 'U', "username" , &username }, - { 'y', 'w', "no-password" , &prompt_password }, - { 'Y', 'W', "password" , &prompt_password }, + { 'Y', 'w', "no-password" , &prompt_password }, + { 'y', 'W', "password" , &prompt_password }, { 0 } }; diff --git a/doc/pg_reorg-ja.html b/doc/pg_reorg-ja.html index 2b1a4f2..60f6956 100755 --- a/doc/pg_reorg-ja.html +++ b/doc/pg_reorg-ja.html @@ -8,7 +8,7 @@
-