Server IP : 192.168.23.10  /  Your IP : 216.73.216.91
Web Server : Apache
System : Linux echo.premieradvertising.com 5.14.0-362.8.1.el9_3.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 7 14:54:22 EST 2023 x86_64
User : rrrallyteam ( 1049)
PHP Version : 8.1.32
Disable Function : exec,passthru,shell_exec,system
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF
Directory (0755) :  /home/../usr/share/locale/lv/../alg/../ven/../ja/LC_MESSAGES/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/../usr/share/locale/lv/../alg/../ven/../ja/LC_MESSAGES/pg_upgrade-13.mo
���{����
���h�]�j'Jre�#�S^g �����E� �!��""�#�#$$$�&$N�$:%�P%;�%J&E`&A�&G�&A0'Kr';�'S�'MN(J�(E�(G-)Ou)@�)�*�*�*
�*�*�*
+ *+!K+m+�+%�+)�+�+',=,\,x,�,$�,�,�,-%%-$K-p-�-"�-#�-�-�-�-�-	..*5.-`.e�.%�.B/O]/�/%�/*�/50N0m0+�0*�02�0+1=1/X1"�1+�1+�122&62:]2�2�2J�2R3q3�3��3"�4�4&�4%�4
5*57E5}56�56�5$�5"636KP6?�6P�6P-7K~79�7t8	y8<�8b�8\#9?�9�9.�9+:2:EK:�:5�:&�: ;4(;5];"�;*�;�;2�;60<4g<<�<.�<~=2�=6�=4�=<&>.c>~�>i?i{?#�?E	@8O@M�@&�@�@AM!A[oA>�At
B�B4D&;E�bF=AGH@�IO�J*L>MLDN�N:�N<�N*$O+OO#{O�O�O!�O�O2�O>2PDqPD�P�P�Q$�Q#�Q �Q&R(@R(iR*�R/�R,�RS):SdS!�S%�S"�S*�S1T-JT%xT+�T>�TC	U8MUE�UC�U8VEIVC�VC�VCWD[WF�WB�W*X*9X!dX"�X�X,�X�X�XFYDVY?�Y�Y�YZ*Z6CZzZ�ZB�ZG�ZI[{Y[C�[@\PZ\Q�\R�\OP]V�]�]^=,^9j^/�^�^?�^?#_Hc_+�_�_�_)`(2`V[`0�`3�`a-a�5a�b-�b	c+(cmTd��d2KeE~f-�f�f=j{Jj��jDSk�lY�mo�q�s8�t�t�tuu�u��uEPv��vNHwT�wV�w]CxK�xW�xfEyN�y`�y�\zT�zV?{]�{��{B�|��|y}#�}�}1�}0~9~2V~$�~0�~6�~BFY:�E�<!�(^�����0��#�1�0F�/w�.��/ց�)�25� h���������%��J�N/��~�<1�Rn����6W�9��iȅ_2�-��<��C��8A�@z�?��9��Z5�B��9ӈO
�p]�9ΉT�B]�@��W�a9�7��FӋd�F�EƍO�E\���7��M�+@�Ql�Q��<�M�Fe�y��w&�����#�y��X!��z�2�OD������g��1�L=�N��(ٖl�+o�I��=�8#�Q\�V��6�?<�<|�L��M�DT�J��U�:�L;�M��D֜J�Uf����Þ�X�5�y&�m����3��/ס�y����a!����t �����~�\��z��G��������|\�xٵ-R�e��n�SU�?��/�3�M�7m�'��E͸Y�]m�]˹6)��`�>Q�>��8ϻ@�1I�D{�S��[�Np�;��S��>O�B��KѾD�Gb�E��Q�;B�Y~�\�H5�R~�o�iA�L��l��fe�f��l3�f��t�U|���G��:)�;d�
��d��"�"3�RV�P��`��3[�*��3��0��d�����Y��g��jP����k~�i���T�u��bT�t���,�3��0��|�|��G�T�_k�_��s+�+��'����A�JT����@.�Mo�#��������
�������� ��sP������3XY�]�q.��A
�����
v�f!���p=��J����n�z�"��;��iN����M*��b��	�kG~�S
�������H%�����t�9�DU�	+�����mrF��,O>|g�a��1\���Z�&4�<��?l���`���xW�Q72T�d��5_���/��K�0�{��VE(��^[8�e�C�-$#}'�j���@Lc������I6o�)�B��y:uh���Rw


*Clusters are compatible*

*failure*
Before running pg_upgrade you must:
  create a new database cluster (using the new version of initdb)
  shutdown the postmaster servicing the old cluster
  shutdown the postmaster servicing the new cluster

For example:
  pg_upgrade -d oldCluster/data -D newCluster/data -b oldCluster/bin -B newCluster/bin
or

If pg_upgrade fails after this point, you must re-initdb the
new cluster before continuing.

If you want to start the old cluster, you will need to remove
the ".old" suffix from %s/global/pg_control.old.
Because "link" mode was used, the old cluster cannot be safely
started once the new cluster has been started.


Performing Upgrade
------------------

Report bugs to <%s>.

The old cluster has a "plpython_call_handler" function defined
in the "public" schema which is a duplicate of the one defined
in the "pg_catalog" schema.  You can confirm this by executing
in psql:

    \df *.plpython_call_handler

The "public" schema version of this function was created by a
pre-8.1 install of plpython, and must be removed for pg_upgrade
to complete because it references a now-obsolete "plpython"
shared object file.  You can remove the "public" schema version
of this function by running the following command:

    DROP FUNCTION public.plpython_call_handler()

in each affected database:


Upgrade Complete
----------------

WARNING:  new data directory should not be inside the old data directory, e.g. %s

WARNING:  user-defined tablespace locations should not be inside the data directory, e.g. %s

When you run pg_upgrade, you must provide the following information:
  the data directory for the old cluster  (-d DATADIR)
  the data directory for the new cluster  (-D DATADIR)
  the "bin" directory for the old version (-b BINDIR)
  the "bin" directory for the new version (-B BINDIR)

Your installation contains extensions that should be updated
with the ALTER EXTENSION command.  The file
    %s
when executed by psql by the database superuser will update
these extensions.


Your installation contains hash indexes.  These indexes have different
internal formats between your old and new clusters, so they must be
reindexed with the REINDEX command.  After upgrading, you will be given
REINDEX instructions.


Your installation contains hash indexes.  These indexes have different
internal formats between your old and new clusters, so they must be
reindexed with the REINDEX command.  The file
    %s
when executed by psql by the database superuser will recreate all invalid
indexes; until then, none of these indexes will be used.


Your installation contains large objects.  The new database has an
additional large object permission table, so default permissions must be
defined for all large objects.  The file
    %s
when executed by psql by the database superuser will set the default
permissions.


Your installation contains large objects.  The new database has an
additional large object permission table.  After upgrading, you will be
given a command to populate the pg_largeobject_metadata table with
default permissions.


connection to database failed: %s
source databases:

target databases:
     %s
  $ export PGDATAOLD=oldCluster/data
  $ export PGDATANEW=newCluster/data
  $ export PGBINOLD=oldCluster/bin
  $ export PGBINNEW=newCluster/bin
  $ pg_upgrade
  --clone                       clone instead of copying files to new cluster
  -?, --help                    show this help, then exit
  -B, --new-bindir=BINDIR       new cluster executable directory (default
                                same directory as pg_upgrade)
  -D, --new-datadir=DATADIR     new cluster data directory
  -O, --new-options=OPTIONS     new cluster options to pass to the server
  -P, --new-port=PORT           new cluster port number (default %d)
  -U, --username=NAME           cluster superuser (default "%s")
  -V, --version                 display version information, then exit
  -b, --old-bindir=BINDIR       old cluster executable directory
  -c, --check                   check clusters only, don't change any data
  -d, --old-datadir=DATADIR     old cluster data directory
  -j, --jobs=NUM                number of simultaneous processes or threads to use
  -k, --link                    link instead of copying files to new cluster
  -o, --old-options=OPTIONS     old cluster options to pass to the server
  -p, --old-port=PORT           old cluster port number (default %d)
  -r, --retain                  retain SQL and log files after success
  -s, --socketdir=DIR           socket directory to use (default current dir.)
  -v, --verbose                 enable verbose internal logging
  C:\> set PGDATAOLD=oldCluster/data
  C:\> set PGDATANEW=newCluster/data
  C:\> set PGBINOLD=oldCluster/bin
  C:\> set PGBINNEW=newCluster/bin
  C:\> pg_upgrade
  WAL block size
  WAL segment size
  block size
  checkpoint next XID
  data checksum version
  dates/times are integers?
  first WAL segment after reset
  float8 argument passing method
  large relation segment size
  large-object chunk size
  latest checkpoint next MultiXactId
  latest checkpoint next MultiXactOffset
  latest checkpoint next OID
  latest checkpoint oldest MultiXactId
  latest checkpoint oldestXID
  maximum TOAST chunk size
  maximum alignment
  maximum identifier length
  maximum number of indexed columns
  pg_upgrade [OPTION]...

 which is an index on "%s.%s" which is an index on OID %u which is the TOAST table for "%s.%s" which is the TOAST table for OID %u"%s" is not a directory
%-*s%d: controldata retrieval problem
%d: database cluster state problem
%d: pg_resetwal problem
%s%s
%s home page: <%s>
%s.%s: %u to %u
%s: cannot be run as root
%s: could not find own program executable
Adding ".old" suffix to old global/pg_controlAll non-template0 databases must allow connections, i.e. their pg_database.datallowconn must be true
Analyzing all rows in the new clusterCannot continue without required control information, terminating
Cannot upgrade to/from the same system catalog version when
using tablespaces.
Checking cluster versionsChecking database connection settingsChecking database user is the install userChecking for contrib/isn with bigint-passing mismatchChecking for extension updatesChecking for hash indexesChecking for incompatible "jsonb" data typeChecking for incompatible "line" data typeChecking for invalid "sql_identifier" user columnsChecking for invalid "unknown" user columnsChecking for large objectsChecking for new cluster tablespace directoriesChecking for prepared transactionsChecking for presence of required librariesChecking for reg* data types in user tablesChecking for removed "%s" data type in user tablesChecking for roles starting with "pg_"Checking for system-defined composite types in user tablesChecking for tables WITH OIDSCloning user relation files
Consult the last few lines of "%s" for
the probable cause of the failure.
Consult the last few lines of "%s" or "%s" for
the probable cause of the failure.
Copying old %s to new serverCopying user relation files
Could not create a script to delete the old cluster's data files
because user-defined tablespaces or the new cluster's data directory
exist in the old cluster directory.  The old cluster's contents must
be deleted manually.
Creating dump of database schemas
Creating dump of global objectsCreating script to analyze new clusterCreating script to delete old clusterDatabase: %s
Deleting files from new %sFailed to match up old and new tables in database "%s"
Failure, exiting
Finding the real data directory for the source clusterFinding the real data directory for the target clusterFreezing all rows in the new clusterIn database: %s
Linking user relation files
New cluster data and binary directories are from different major versions.
New cluster database "%s" is not empty: found relation "%s.%s"
No match found in new cluster for old relation with OID %u in database "%s": %s
No match found in old cluster for new relation with OID %u in database "%s": %s
Old cluster data and binary directories are from different major versions.
Only the install user can be defined in the new cluster.
Optimizer statistics are not transferred by pg_upgrade so,
once you start the new server, consider running:
    %s

Options:
Performing Consistency Checks
-----------------------------
Performing Consistency Checks on Old Live Server
------------------------------------------------
Relation names for OID %u in database "%s" do not match: old name "%s.%s", new name "%s.%s"
Remove the problem functions from the old cluster to continue.
Resetting WAL archivesRestoring database schemas in the new cluster
Restoring global objects in the new clusterRunning in verbose mode
Running this script will delete the old cluster's data files:
    %s
SQL command failed
%s
%sSetting frozenxid and minmxid counters in new clusterSetting minmxid counter in new clusterSetting next OID for new clusterSetting next multixact ID and offset for new clusterSetting next transaction ID and epoch for new clusterSetting oldest XID for new clusterSetting oldest multixact ID in new clusterSync data directory to diskThe source cluster contains prepared transactions
The source cluster contains roles starting with "pg_"
The source cluster lacks cluster state information:
The source cluster lacks some required control information:
The source cluster was not shut down cleanly.
The source cluster was shut down while in recovery mode.  To upgrade, use "rsync" as documented or shut it down as a primary.
The target cluster contains prepared transactions
The target cluster contains roles starting with "pg_"
The target cluster lacks cluster state information:
The target cluster lacks some required control information:
The target cluster was not shut down cleanly.
The target cluster was shut down while in recovery mode.  To upgrade, use "rsync" as documented or shut it down as a primary.
There seems to be a postmaster servicing the new cluster.
Please shutdown that postmaster and try again.
There seems to be a postmaster servicing the old cluster.
Please shutdown that postmaster and try again.
There were problems executing "%s"
This utility can only upgrade from PostgreSQL version 9.0 and later.
This utility can only upgrade to PostgreSQL version %s.
This utility cannot be used to downgrade to older major PostgreSQL versions.
Try "%s --help" for more information.
Unable to rename %s to %s.
Usage:
When checking a live server, the old and new port numbers must be different.
When checking a pre-PG 9.1 live old server, you must specify the old server's port number.
You must have read and write access in the current directory.
You must identify the directory where the %s.
Please use the %s command-line option or the %s environment variable.
Your installation contains "contrib/isn" functions which rely on the
bigint data type.  Your old and new clusters pass bigint values
differently so this cluster cannot currently be upgraded.  You can
manually dump databases in the old cluster that use "contrib/isn"
facilities, drop them, perform the upgrade, and then restore them.  A
list of the problem functions is in the file:
    %s

Your installation contains one of the reg* data types in user tables.
These data types reference system OIDs that are not preserved by
pg_upgrade, so this cluster cannot currently be upgraded.  You can
remove the problem tables and restart the upgrade.  A list of the
problem columns is in the file:
    %s

Your installation contains system-defined composite type(s) in user tables.
These type OIDs are not stable across PostgreSQL versions,
so this cluster cannot currently be upgraded.  You can
drop the problem columns and restart the upgrade.
A list of the problem columns is in the file:
    %s

Your installation contains tables declared WITH OIDS, which is not
supported anymore.  Consider removing the oid column using
    ALTER TABLE ... SET WITHOUT OIDS;
A list of tables with the problem is in the file:
    %s

Your installation contains the "%s" data type in user tables.
The "%s" type has been removed in PostgreSQL version %s,
so this cluster cannot currently be upgraded.  You can drop the
problem columns, or change them to another data type, and restart
the upgrade.  A list of the problem columns is in the file:
    %s

Your installation contains the "jsonb" data type in user tables.
The internal format of "jsonb" changed during 9.4 beta so this
cluster cannot currently be upgraded.  You can remove the problem
tables and restart the upgrade.  A list of the problem columns is
in the file:
    %s

Your installation contains the "line" data type in user tables.  This
data type changed its internal and input/output format between your old
and new clusters so this cluster cannot currently be upgraded.  You can
remove the problem tables and restart the upgrade.  A list of the problem
columns is in the file:
    %s

Your installation contains the "sql_identifier" data type in user tables
and/or indexes.  The on-disk format for this data type has changed, so this
cluster cannot currently be upgraded.  You can remove the problem tables or
change the data type to "name" and restart the upgrade.
A list of the problem columns is in the file:
    %s

Your installation contains the "unknown" data type in user tables.  This
data type is no longer allowed in tables, so this cluster cannot currently
be upgraded.  You can remove the problem tables and restart the upgrade.
A list of the problem columns is in the file:
    %s

Your installation references loadable libraries that are missing from the
new installation.  You can add these libraries to the new installation,
or remove the functions using them from the old installation.  A list of
problem libraries is in the file:
    %s

cannot run pg_upgrade from inside the new cluster data directory on Windows
check for "%s" failed: %s
check for "%s" failed: cannot execute (permission denied)
check for "%s" failed: cannot read file (permission denied)
check for "%s" failed: not a regular file
child process exited abnormally: status %d
child worker exited abnormally: %s
cloning "%s" to "%s"
command too long
connection to database failed: %scopying "%s" to "%s"
could not add execute permission to file "%s": %s
could not clone file between old and new data directories: %s
could not connect to source postmaster started with the command:
%s
could not connect to target postmaster started with the command:
%s
could not create file "%s": %s
could not create hard link between old and new data directories: %s
In link mode the old and new data directories must be on the same file system.
could not create worker process: %s
could not create worker thread: %s
could not delete directory "%s"
could not determine current directory
could not determine the number of users
could not get control data using %s: %s
could not get data directory using %s: %s
could not get pg_ctl version data using %s: %s
could not get pg_ctl version output from %s
could not load library "%s": %scould not open file "%s" for reading: %s
could not open file "%s": %s
could not open log file "%s": %m
could not open version file "%s": %m
could not parse version file "%s"
could not read line %d from file "%s": %s
could not read permissions of directory "%s": %s
could not stat tablespace directory "%s": %s
could not write to log file "%s": %m
database user "%s" is not the install user
encodings for database "%s" do not match:  old "%s", new "%s"
error while checking for file existence "%s.%s" ("%s" to "%s"): %s
error while cloning relation "%s.%s" ("%s" to "%s"): %s
error while cloning relation "%s.%s": could not create file "%s": %s
error while cloning relation "%s.%s": could not open file "%s": %s
error while copying relation "%s.%s" ("%s" to "%s"): %s
error while copying relation "%s.%s": could not create file "%s": %s
error while copying relation "%s.%s": could not open file "%s": %s
error while copying relation "%s.%s": could not read file "%s": %s
error while copying relation "%s.%s": could not stat file "%s": %s
error while copying relation "%s.%s": could not write file "%s": %s
error while copying relation "%s.%s": partial page found in file "%s"
error while creating link for relation "%s.%s" ("%s" to "%s"): %s
executing: %s
failed to get system locale name for "%s"
failed to get the current locale
failed to restore old locale "%s"
fatal
file cloning not supported on this platform
invalid new port number
invalid old port number
lc_collate values for database "%s" do not match:  old "%s", new "%s"
lc_ctype values for database "%s" do not match:  old "%s", new "%s"
libpq environment variable %s has a non-local server value: %s
linking "%s" to "%s"
mappings for database "%s":
new cluster binaries residenew cluster data residesnew cluster tablespace directory already exists: "%s"
noticeokold and new cluster pg_controldata checksum versions do not match
old and new pg_controldata WAL block sizes are invalid or do not match
old and new pg_controldata WAL segment sizes are invalid or do not match
old and new pg_controldata alignments are invalid or do not match
Likely one cluster is a 32-bit install, the other 64-bit
old and new pg_controldata block sizes are invalid or do not match
old and new pg_controldata date/time storage types do not match
old and new pg_controldata large-object chunk sizes are invalid or do not match
old and new pg_controldata maximum TOAST chunk sizes are invalid or do not match
old and new pg_controldata maximum identifier lengths are invalid or do not match
old and new pg_controldata maximum indexed columns are invalid or do not match
old and new pg_controldata maximum relation segment sizes are invalid or do not match
old cluster binaries resideold cluster data residesold cluster does not use data checksums but the new one does
old cluster uses data checksums but the new one does not
old database "%s" not found in the new cluster
out of memory
pg_ctl failed to start the source server, or connection failed
pg_ctl failed to start the target server, or connection failed
pg_upgrade upgrades a PostgreSQL cluster to a different major version.

relname: %s.%s: reloid: %u reltblspace: %s
rewriting "%s" to "%s"
sockets will be createdtablespace directory "%s" does not exist
tablespace path "%s" is not a directory
template0 must not allow connections, i.e. its pg_database.datallowconn must be false
too many command-line arguments (first is "%s")
user-supplied old port number %hu corrected to %hu
waitpid() failed: %s
warningProject-Id-Version: pg_upgrade (PostgreSQL 13)
Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org
PO-Revision-Date: 2024-05-20 16:47+0900
Last-Translator: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Language-Team: Japan PostgreSQL Users Group <jpug-doc@ml.postgresql.jp>
Language: ja
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Generator: Poedit 1.8.13
Plural-Forms: nplural=1; plural=0;



* クラスタは互換性があります *

*失敗*
pg_upgrade を実行する前に、以下のことを行ってください:
  (新バージョンのinitdbを使って)新しいデータベースクラスタを作成する
  旧クラスタのpostmasterをシャットダウンする
  新クラスタのpostmasterをシャットダウンする

実行例:
  pg_upgrade -d oldCluster/data -D newCluster/data -b oldCluster/bin -B newCluster/bin
または

この後pg_upgradeが失敗した場合は、続ける前に新しいクラスタを
initdbで再作成する必要があります。

旧クラスタを起動する場合、%s/global/pg_control.oldから
".old"拡張子を削除する必要があります。「リンク」モードが使われて
いるため、一度新クラスタを起動してしまうと旧クラスタは安全に起動
することができなくなります。


アップグレードを実行しています。
------------------

バグは<%s>に報告してください。

旧クラスタで"plpython_call_handler"関数が"public"スキーマ内に
定義されていますが、これは"pg_catalog"スキーマで定義されている
ものと重複しています。このことは以下のコマンドをpsqlで実行して確認
できます:

    \\df *.plpython_call_handler

"public"スキーマの方の関数は8.1以前の環境のplpythonが作成したもので、
すでに廃止済みの "plpython" 共有オブジェクトファイルを参照している
ため、pg_upgrade を完了させるには削除する必要があります。以下のコマンドを
影響のあるデータベースで個別に実行することにより"public"スキーマの方の
関数の削除ができます: 

    DROP FUNCTION public.plpython_call_handler()


アップグレードが完了しました
----------------

警告: 新データディレクトリが旧データディレクトリの中にあってはなりません、例えば%s

警告: ユーザー定義テーブル空間の場所がデータディレクトリ、例えば %s の中にあってはなりません。

pg_upgrade を動かす場合、次の情報を指定する必要があります: 
  旧クラスタのデータディレクトリ (-d DATADIR)
  新クラスタのデータディレクトリ (-D DATADIR) 
  旧バージョンの"bin"ディレクトリ (-b BINDIR)
  新バージョンの"bin"ディレクトリ(-B BINDIR)

このクラスタにはALTER EXTENSIONコマンドで更新すべき機能拡張があります。
以下のファイル
    %s
を、psqlを使用してデータベースのスーパーユーザーとして実行することで、これらの機能拡張
が更新されます。


このクラスタにはハッシュインデックスがあります。このインデックスは新旧のクラスタ間で
内部フォーマットが異なるため、REINDEX コマンドを使って再構築する必要があります。
アップグレードが終わったら、REINDEX を使った操作方法が表示されます。


このクラスタにはハッシュインデックスがあります。このインデックスは新旧のクラスタ間で
内部フォーマットが異なるため、REINDEX コマンドを使って再構築する必要があります。
以下のファイル
    %s
を、psqlを使用してデータベースのスーパーユーザーとして実行することで、無効になった
インデックスを再構築できます。
それまでは、これらのインデックスは使用されません。


このクラスタにはラージオブジェクトが含まれています。新しいデータベースでは
ラージオブジェクトのパーミッションテーブルが追加されており、すべてのラージ
オブジェクトについて、デフォルトのパーミッションを定義する必要があります。
以下のファイルをpsqlでデータベースのスーパーユーザーとして実行することで
デフォルトパーミッションを設定します。
    %s


このクラスタにはラージオブジェクトが含まれています。新しいデータベースでは
ラージオブジェクトのパーミッションテーブルが追加されています。
アップグレードが終わったら、 pg_largeobject_metadata テーブルに
デフォルトのパーミッションを投入するためのコマンドが案内されます。


データベースへの接続に失敗しました: %s
移行元データベース:

移行先データベース:
     %s
  $ export PGDATAOLD=oldCluster/data
  $ export PGDATANEW=newCluster/data
  $ export PGBINOLD=oldCluster/bin
  $ export PGBINNEW=newCluster/bin
  $ pg_upgrade
  --clone                       新クラスタにファイルをコピーする代わりに
                                クローンする
  -?, --help                    このヘルプを表示して終了
  -B, --new-bindir=BINDIR       新クラスタの実行ファイルディレクトリ(デフォルト
                                はpg_upgradeと同じディレクトリ)
  -D, --new-datadir=DATADIR     新クラスタのデータディレクトリ
  -O, --new-options=OPTIONS     サーバに渡す新クラスタのオプション
  -P, --new-port=PORT           新クラスタのポート番号(デフォルト %d)
  -U, --username=NAME           クラスタのスーパーユーザー(デフォルト"%s")
  -V, --version                 バージョン情報を表示して終了
  -b, --old-bindir=BINDIR       旧クラスタの実行ファイルディレクトリ
  -c, --check                   クラスタのチェックのみ、データを一切変更しない
  -d, --old-datadir=DATADIR     旧クラスタのデータディレクトリ
  -j, --jobs                    使用する同時実行プロセスまたはスレッドの数
  -k, --link                    新クラスタにファイルをコピーする代わりに
                                リンクする
  -o, --old-options=OPTIONS     サーバに渡す旧クラスタのオプション
  -p, --old-port=PORT           旧クラスタのポート番号(デフォルト %d)
  -r, --retain                  SQLとログファイルを、成功後も消さずに残す
  -s, --socketdir=DIR           使用するソケットディレクトリ(デフォルトは
                                カレントディレクトリ)
  -v, --verbose                 詳細な内部ログを有効化
  C:\> set PGDATAOLD=oldCluster/data
  C:\> set PGDATANEW=newCluster/data
  C:\> set PGBINOLD=oldCluster/bin
  C:\> set PGBINNEW=newCluster/bin
  C:\> pg_upgrade
  WAL のブロックサイズ
  WAL のセグメント サイズ
  ブロックサイズ
  チェックポイントにおける次の XID
  データチェックサムのバージョン
  日付/時間が整数?
  リセット後の最初の WAL セグメント
  float8引数の引き渡し方法
  リレーションセグメントのサイズ
  ラージオブジェクトのチャンクサイズ
  最新のチェックポイントにおける次の MultiXactId
  最新のチェックポイントにおける次の MultiXactOffset
  最新のチェックポイントにおける次の OID
  最新のチェックポイントにおける最古の MultiXactId
  最新のチェックポイントにおける最古のXID
  最大の TOAST チャンクサイズ
  最大アラインメント
  識別子の最大長
  インデックス対象カラムの最大数
  pg_upgrade [オプション]...

 これは "%s.%s" 上のインデックスです これは OID %u 上のインデックスです これは "%s.%s" の TOAST テーブルです これは OID %u の TOAST テーブルです"%s"はディレクトリではありません
%-*s%d: 制御情報の取得で問題発生
%d: データベースクラスタの状態異常
%d: pg_resetwal で問題発生
%s%s
%s ホームページ: <%s>
%s.%s: %u -> %u
%s: root では実行できません
%s: 自身のための実行ファイルが見つかりませんでした
旧の global/pg_control に ".old" サフィックスを追加していますtemplate0 以外のすべてのデータベースは接続を許可する必要があります。すなわち pg_database.datallowconn が true でなければなりません。
新クラスタ内のすべての行を分析しています必要な制御情報がないので続行できません。終了しています
テーブル空間を使用している場合は、同じシステムカタログバージョン間での
アップグレードはできません。
クラスタのバージョンを確認していますデータベース接続の設定を確認していますデータベースユーザーがインストールユーザーかどうかをチェックしていますbigint を渡す際にミスマッチが発生する contrib/isn をチェックしています機能拡張の更新を確認していますハッシュインデックスをチェックしています互換性のない"jsonb"データ型をチェックしています非互換の "line" データ型を確認しています無効な"sql_identifier"ユーザー列を確認しています無効な"unknown"ユーザー列をチェックしていますラージオブジェクトをチェックしています新しいクラスタのテーブルスペースディレクトリを確認しています準備済みトランザクションをチェックしています必要なライブラリの有無を確認していますユーザーテーブル内の reg * データ型をチェックしていますユーザーテーブル中で使用されている削除された"%s"データ型をチェックしています'pg_' で始まるロールをチェックしていますユーザーテーブル中のシステム定義の複合型を確認していますWITH OIDS宣言されたテーブルをチェックしていますユーザリレーションをクローニングしています
失敗の原因については、"%s"の最後の数行を参照してください。

失敗の原因については"%s"または"%s"の最後の数行を参照してください。

旧の %s を新サーバーにコピーしていますユーザリレーションのファイルをコピーしています
ユーザー定義のテーブル空間もしくは新クラスタのデータディレクトリが
旧クラスタのディレクトリ内に存在するため、旧クラスタのデータ
ファイルを削除するためのスクリプトを作成できませんでした。 古い
クラスタの内容は手動で削除する必要があります。
データベーススキーマのダンプを作成しています。
グローバルオブジェクトのダンプを作成しています新クラスタをANALYZEするためのスクリプトを作成しています旧クラスタを削除するスクリプトを作成していますデータベース: %s
新しい %s からファイルを削除していますデータベース"%s"で新旧のテーブルの照合に失敗しました
失敗しました、終了しています
移行元クラスタの実際のデータディレクトリを探しています移行先クラスタの実際のデータディレクトリを探しています新クラスタ内のすべての行を凍結していますデータベース: %s
ユーザリレーションのファイルをリンクしています
新クラスタのデータとバイナリのディレクトリは異なるメジャーバージョンのものです。
新クラスタのデータベース"%s"が空ではありません: リレーション"%s.%s"が見つかりました
データベース"%2$s"でOID %1$uを持つ旧リレーションに対応するものが新クラスタ内にありません: %3$s
データベース"%2$s"でOID%1$uを持つ新リレーションに対応するものが旧クラスタ内にありません: %3$s
旧クラスタのデータとバイナリのディレクトリは異なるメジャーバージョンのものです。
新クラスタ内で定義できるのはインストールユーザーのみです。
オプティマイザーの統計は、pg_upgrade では転送されません。そのため
新サーバーを起動した後、%s を動かすことを検討してください。


オプション:
整合性チェックを実行しています。
-----------------------------
元の実行中サーバーの一貫性チェックを実行しています。
--------------------------------------------------
データベース"%2$s"で OID %1$u のリレーション名が一致しません: 元の名前 "%3$s.%4$s"、新しい名前 "%5$s.%6$s"
継続するには、旧クラスタから問題となっている関数を削除してください。
WAL アーカイブをリセットしています新クラスタ内のデータベーススキーマを復元しています
新クラスタ内のグローバルオブジェクトを復元しています冗長モードで実行しています
このスクリプトを実行すると、旧クラスタのデータファイル %sが削除されます:

SQL コマンドが失敗しました
%s
%s新クラスタのfrozenxidとminmxidカウンタを設定しています新クラスタのminmxidカウンタを設定しています新クラスタの、次の OID を設定しています新クラスタの、次のmultixact IDとオフセットを設定しています新クラスタの、次のトランザクションIDと基点を設定しています新クラスタに最古のXIDを設定しています新クラスタの最古のmultixact IDを設定していますデータディレクトリをディスクに同期します移行元クラスタに準備済みトランザクションがあります
移行元クラスタに 'pg_' で始まるロールが含まれています
移行元クラスタにクラスタ状態情報がありません:
移行元クラスタに必要な制御情報の一部がありません:
移行元クラスタはクリーンにシャットダウンされていません。
ソースクラスタはリカバリモード中にシャットダウンされています。アップグレードをするにはドキュメントの通りに "rsync" を実行するか、プライマリとしてシャットダウンしてください。
移行先クラスタに準備済みトランザクションがあります
移行先クラスタに "pg_" で始まるロールが含まれています
移行先クラスタにクラスタ状態情報がありません:
移行先クラスタに必要な制御情報の一部がありません:
移行先クラスタはクリーンにシャットダウンされていません。
ターゲットクラスタはリカバリモード中にシャットダウンされています。アップグレードをするにはドキュメントの通りに "rsync" を実行するか、プライマリとしてシャットダウンしてください。
新クラスタで稼働中のpostmasterがあるようです。
そのpostmasterをシャットダウンしたのちやり直してください。
旧クラスタで稼働中のpostmasterがあるようです。
そのpostmasterをシャットダウンしたのちにやり直してください。
"%s"を実行していて問題が発生しました
このユーティリティでは PostgreSQL 9.0以降のバージョンからのみアップグレードできます。
このユーティリティは、PostgreSQL バージョン %s にのみアップグレードできます。
このユーティリティは PostgreSQL の過去のメジャーバージョンにダウングレードする用途では使用できません。
詳細は"%s --help"を参照してください。
%s の名前を %s に変更できません。
使い方:
稼働中のサーバをチェックする場合、新旧のポート番号が異なっている必要があります。
現在動作中の PG 9.1 以前の旧サーバをチェックする場合、旧サーバのポート番号を指定する必要があります。
カレントディレクトリに対して読み書き可能なアクセス権が必要です。
%sディレクトリを指定する必要があります。
コマンドラインオプション %s または環境変数 %s を使用してください。
このクラスタには、bigint データ型に依存する「contrib/isn」の関数が
含まれています。新旧のクラスタ間でのbigint値の受け渡し方法が異なるため、
現時点ではこのクラスタをアップグレードすることはできません。
旧クラスタ中の「contrib/isn」の関数等を使うデータベースを手動でダンプして、
それらを削除してからアップグレードを実行し、その後削除したデータベースを
リストアすることができます。 
問題のある関数の一覧は以下のファイルにあります:
    %s

このクラスタではユーザーテーブルにreg*データ型のひとつが含まれています。
これらのデータ型はシステムOIDを参照しますが、これは pg_upgradeでは
保存されないため、現時点ではこのクラスタをアップグレードすることはできません。
問題のテーブルを削除したのち、アップグレードを再実行できます。
問題になる列の一覧は以下のファイルにあります:
    %s

このクラスタではユーザーテーブルにシステム定義の複合型が含まれています。
これらの型のOIDはPostgreSQLバージョン間で不変ではないため、このクラスタは
アップグレードできません。問題の列を削除した後、アップグレードを再実行できます。
問題のある列の一覧は、以下のファイルにあります: 
    %s

このクラスタにはWITH OIDS宣言されたテーブルが存在しますが、これは今後
サポートされません。以下のコマンドでoidカラムを削除することを検討してください:
    ALTER TABLE ... SET WITHOUT OIDS;
以下のファイルにこの問題を抱えるテーブルの一覧があります:
    %s

このクラスタではユーザーテーブルにデータ型"%s"が含まれています。
この"%s"型はPostgreSQLバージョン%sでは削除されています、そのためこのクラスタは
現時点ではアップグレードできません。問題の列を削除するか、他のデータ型に変更した後に
アップグレードを再実行できます。問題のある列の一覧は、以下のファイルにあります: 
    %s

このクラスタではユーザテーブルに"jsonb"データ型が含まれています。
この型の内部フォーマットは9.4ベータの間に変更されているため、現時点ではこの
クラスタをアップグレードすることはできません。
問題のテーブルを削除したのち、アップグレードを再実行できます。
問題になる列の一覧は以下のファイルにあります:
    %s

このクラスタではユーザテーブルに"line"データ型が含まれています。
このデータ型は新旧のクラスタ間で内部形式や入出力フォーマットが
変更されているため、このクラスタは現時点ではアップグレードできません。
問題のテーブルを削除してから、再度アップグレードを実行してください。
問題のある列の一覧は、以下のファイルにあります: 
    %s

このクラスタでは”sql_identifier”データ型がユーザテーブルまたは/および
インデックスに含まれています。このデータ型のディスク上での形式は変更されてい
ます。問題のあるテーブルを削除するか、データ型を"name"に変更してからアップ
グレードを再実行することができます。
問題のある列の一覧は、以下のファイルにあります: 
    %s

このクラスタではユーザテーブルに"unknown"データ型が含まれています。
このデータ型はもはやテーブル内では利用できないため、このクラスタは現時点
ではアップグレードできません。問題のテーブルを削除したのち、アップグレードを
再実行できます。
問題のある列の一覧は、以下のファイルにあります: 
    %s

このクラスタは、移行先のクラスタにはないロード可能ライブラリを参照しています。
これらのライブラリを移行先の環境に追加するか、もしくは移行元の環境から
それらを使っている関数を削除してください。 問題のライブラリの一覧は、
以下のファイルに入っています:
    %s

Windowsでは、新クラスタのデータディレクトリの中でpg_upgradeを実行することはできません
"%s"のチェックに失敗しました: %s
"%s"のチェックに失敗しました:実行できません(権限が拒否されました)
"%s"のチェックに失敗しました:ファイルが読めません(権限が拒否されました)
"%s"のチェックに失敗しました:通常ファイルではありません
子プロセスが異常終了しました: ステータス %d
子ワーカーが異常終了しました: %s
"%s"から"%s"へクローニングしています
コマンドが長すぎます
データベースへの接続に失敗しました: %s"%s"を"%s"にコピーしています
ファイル"%s"に実行権限を追加できませんでした: %s
新旧ディレクトリ間のファイルのクローンができませんでした: %s
以下のコマンドで起動した移行元postmasterに接続できませんでした:
%s
以下のコマンドで起動した移行先postmasterに接続できませんでした:
%s
ファイル"%s"を作成できませんでした: %s
新旧のデータディレクトリ間でハードリンクを作成できませんでした: %s
リンクモードでは、新旧のデータディレクトリが同じファイルシステム上に存在しなければなりません。
ワーカープロセスを作成できませんでした: %s
ワーカースレッドを作成できませんでした: %s
ディレクトリ"%s"を削除できませんでした
カレントディレクトリを特定できませんでした
ユーザー数を特定できませんでした
%s を使った制御情報が取得できませんでした。: %s
%s を使ってデータディレクトリを取得できませんでした。: %s
%s を使って pg_ctl のバージョンデータを取得できませんでした。: %s
pg_ctl のバージョン出力を %s から取得できませんでした。
ライブラリ"%s"をロードできませんでした: %sファイル"%s"を読み取り用としてオープンできませんでした:%s
ファイル "%s" をオープンできませんでした: %s
ログファイル"%s"をオープンできませんでした: %m
バージョンファイル"%s"をオープンできませんでした: %m
バージョンファイル"%s"をパースできませんでした
ファイル"%2$s"の%1$d行目を読み取れませんでした: %3$s
ディレクトリ"%s"の権限を読み取れませんでした: %s
テーブル空間のディレクトリ"%s"を stat できませんでした: %s
ログファイル"%s"に書き込めませんでした。
データベースユーザー"%s"がインストールユーザーではありません
データベース"%s"のエンコーディングが一致しません: 旧 "%s"、新 "%s"
"%s.%s"ファイル ("%s" -> "%s")の存在を確認中にエラー: %s
リレーション"%s.%s"の("%s"から"%s"への)クローン中にエラー: %s
リレーション"%s.%s"のクローン中にエラー: ファイル"%s"を作成できませんでした: %s
リレーション"%s.%s"のクローン中にエラー: ファイル"%s"を開けませんでした: %s
リレーション"%s.%s"のコピー("%s" -> "%s")中にエラー:%s
リレーション"%s.%s"のコピー中にエラー: ファイル"%s"を作成できませんでした: %s
リレーション"%s.%s"のコピー中にエラー: ファイル"%s"を開けませんでした: %s
リレーション"%s.%s"のコピー中にエラー: ファイル"%s"を読めませんでした: %s
リレーション"%s.%s"のコピー中にエラー: ファイル"%s"を stat できませんでした: %s
リレーション"%s.%s"のコピー中にエラー: ファイル"%s"に書けませんでした: %s
リレーション"%s.%s"のコピー中にエラー: ファイル"%s"中に不完全なページがありました
リレーション"%s.%s"へのリンク("%s" -> "%s")作成中にエラー:%s
実行中: %s
"%s"のシステムロケール名を取得できませんでした。
現在のロケールを取得できませんでした。
古いロケール"%s"を復元できませんでした。
致命的
このプラットフォームではファイルのクローニングはサポートされません
新ポート番号が無効です
旧ポート番号が無効です
データベース"%s"の lc_collate 値が一致しません:旧 "%s"、新 "%s"
データベース"%s"の lc_ctype 値が一致しません:旧 "%s"、新 "%s"
libpq の環境変数 %s で、ローカルでないサーバ値が設定されています: %s
"%s"から"%s"へリンクを作成しています
データベース"%s"のマッピング:
新クラスタのバイナリが置かれている新クラスタのデータが置かれている新しいクラスタのテーブルスペースディレクトリはすでに存在します: "%s"
注意ok新旧の pg_controldata 間でチェックサムのバージョンが一致しません
新旧の pg_controldata における WAL ブロックサイズが有効でないか一致しません
新旧の pg_controldata における WAL セグメントサイズが有効でないか一致しません
新旧のpg_controldataのアラインメントが不正であるかかまたは一致しません
一方のクラスタが32ビットで、他方が64ビットである可能性が高いです
新旧の pg_controldata におけるブロックサイズが有効でないかまたは一致しません
新旧の pg_controldata における日付/時刻型データの保存バイト数が一致しません
新旧の pg_controldata におけるラージオブジェクトのチャンクサイズが有効でないかまたは一致しません
新旧の pg_controldata における TOAST チャンクサイズの最大値が有効でないか一致しません
新旧の pg_controldata における識別子の最大長が有効でないか一致しません
新旧の pg_controldata におけるインデックス付き列の最大数が有効でないか一致しません
新旧の pg_controldata におけるリレーションの最大セグメントサイズが有効でないか一致しません
旧クラスタのバイナリが置かれている旧クラスタのデータが置かれている旧クラスタではデータチェックサムを使用していませんが、新クラスタでは使用しています
旧クラスタではデータチェックサムを使用していますが、新クラスタでは使用していません
新クラスタ内に旧データベース"%s"が見つかりません
メモリ不足です
pg_ctl が移行元サーバの起動に失敗した、あるいは接続に失敗しました
pg_ctl が移行先サーバの起動に失敗した、あるいは接続に失敗しました
pg_upgradeは、PostgreSQLのクラスタを別のメジャーバージョンにアップグレードします。

relname: %s.%s: reloid: %u reltblspace: %s
"%s"を"%s"に書き換えています
ソケットが作成されるテーブル空間のディレクトリ"%s"が存在しません
テーブル空間のパス"%s"がディレクトリではありません
template0 には接続を許可してはなりません。すなわち、pg_database.datallowconn は false である必要があります。
コマンドライン引数が多すぎます。(先頭は"%s")
ユーザー指定の旧ポート番号 %hu は %hu に訂正されました
waitpid()が失敗しました: %s
警告