????

Your IP : 216.73.216.152


Current Path : C:/opt/pgsql/share/locale/ja/LC_MESSAGES/
Upload File :
Current File : C:/opt/pgsql/share/locale/ja/LC_MESSAGES/pg_upgrade-16.mo

���u\015
P�[h+\���&��"
R0]� ����C���N�D :I �� ;
!UI!J�!E�!A0"Gr"A�"K�";H#S�#M�#J&$Eq$G�$O�$@O%��%3&D&W&d&z&�&�& �&�&
'$''(L'u'&�'�'�'�'(#"(F(a((%�($�(�(�(!)"&)I)a)d)x)�))�)-�)|�)%w+A�+N�+.,%H,*n,5�,�,�,7-+@-*l-/�-2�-+�-/&."V.+y.+�.2�.&/:+/f/.�/+�/�/I�/QE0�0�0��0!�1�1%�12%26@2w26�26�2$�23-3JI3>�3O�3O#4Js48�4��4	�5;�5a�5[46�6-�6+�67D7^75w7+�7&�7 84!85V8"�8*�8�81�83(9;\9-�9}�91D:3v:;�:-�:};h�;h�;"d<C�<7�<L=&P=w=L==�=s
>�~>0@�4A"B�4C;D#MEqF;�G�H�IG�J�6L�M�NK�O P:P%TPCzP*�P"�PQ!Q2Q#GQ1kQ=�QC�QCR#cR�R��R#9S"]S�S%�S'�S'�S)T.@T+oT�T(�T�T U$"U!GU)iU0�U&�U,�U$V*=V*hVB�V7�VDWBSW7�WD�WBXBVXB�XC�XE YAfY
�Y�Y+�Y�YZ>ZWZlZ�Z5�Z�Z�ZA�ZF#[Hj[{�[B/\?r\O�\P]QS]N�]U�]J^f^<^8�^.�^
$_>2_>q_H�_*�_$`;`(S`'|`U�`�`/a2>aqa�ya[c,_c	�c+�cm�d�0e0�eD�f-.g<\g{�g�hD�h0�iWkolun�n��n�Qob�oEEp��pN=qc�qW�qVHr]�rK�rWIsf�sNt`Wt��tWFuV�u]�u�SvB�v�5w�w �wx//x/_x�x/�x#�x8�x56y@lyD�y8�yC+z;oz%�z�z�z/{#7{1[{0�{/�{.�{.|L|(Q|1z|�|�|�|�|#}@/}Np}P�}<�KM����6+�9b�i��_�9f�<��m݂CK�8��0ȃ@��?:�Tz�Bτ9�OL�p��9
�QG�B��K܆<(�Ne�a��k�7��H��c�Eg�E��E�9�7P�L��+ՋQ�QS�<���H��xC�v���3��ÎxR�Wˏ�#��N��e���1r�K��N�-?�nm�+ܓI�TR�=��8�Q�Vp�9Ǖ?�<A�K~�CʖI�TX����K��C��I=�T���ܙ�ܚ�p�*��2�i���!�3���{��`q��Ҟqn���~���=�Z#��~��I��
��ŭ����a���b2�w��w
�,��,��9ߺX�>r�.��,�
�&,�AS�D��Xڼ\3�\��;�5)��_�=O�=��7˿?�0C�:t�I��O��HI�;��R�;!�D]�J��C��F1�Dx�E��P�;T�X��?��F)�Qp�n��h1�N��k��eU�e��i!�k��s��Tk�
��	��]��6�R�bn�2��3�08�]i�����X��f*�g�����j��h&����r�a��s��a�3��0�{F�{��F>���a��a��s_�*��&��%�@D�I�����!Z�?|�H���S���A?Rz,a(-����y�FM�
e�3�.�_2�	u���IH9 
�Z�E������b�$��@�']C��[����1��5B�����\��L�������)�!P����Ngt�DhU/����l7�&�����Y�^��<��n{���Q�����k��`�������>�o�48j6mO��T��+w���0�"%X���=K��f�V��s�i}����Jv~�
pd�c���r��;Gxq��
��	�#���:�|W�*
%s
*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>.

Upgrade Complete
----------------
WARNING:  new data directory should not be inside the old data directory, i.e. %s
WARNING:  user-defined tablespace locations should not be inside the data directory, i.e. %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.
source databases:
target databases:  $ 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
  --copy                        copy files to new cluster (default)
  -?, --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
  -N, --no-sync                 do not wait for changes to be written safely to disk
  -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 home page: <%s>
%s() failed: %s%s: cannot be run as root%s: could not find own program executableAdding ".old" suffix to old global/pg_controlAll non-template0 databases must allow connections, i.e. their
pg_database.datallowconn must be true.  Your installation contains
non-template0 databases with their pg_database.datallowconn set to
false.  Consider allowing connection for all non-template0 databases
or drop the databases which do not allow connections.  A list of
databases with the problem is in the file:
    %sAnalyzing all rows in the new clusterCannot continue without required control information, terminatingCannot 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 "%s" data type in user tablesChecking for incompatible "jsonb" data typeChecking for incompatible "line" data typeChecking for incompatible polymorphic functionsChecking for invalid "sql_identifier" user columnsChecking for invalid "unknown" user columnsChecking 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 OIDSChecking for user-defined encoding conversionsChecking for user-defined postfix operatorsCloning user relation filesConsult 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 filesCould 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 schemasCreating dump of global objectsCreating script to delete old clusterDatabase: %sDeleting 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 filesNew 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": %sNo match found in old cluster for new relation with OID %u in database "%s": %sOld 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.
Once you start the new server, consider running:
    %s/vacuumdb %s--all --analyze-in-stagesOptions:
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"Resetting WAL archivesRestoring database schemas in the new clusterRestoring global objects in the new clusterRunning in verbose modeRunning this script will delete the old cluster's data files:
    %sSQL command failed
%s
%sSetting frozenxid and minmxid counters in new clusterSetting locale and encoding for 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 transactionsThe 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 transactionsThe 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 %s 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.
Usage:
When checking a live server, the old and new port numbers must be different.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:
    %sYour 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
drop the problem columns and restart the upgrade.
A list of the problem columns is in the file:
    %sYour installation contains roles starting with "pg_".
"pg_" is a reserved prefix for system roles.  The cluster
cannot be upgraded until these roles are renamed.
A list of roles starting with "pg_" is in the file:
    %sYour installation contains system-defined composite types 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:
    %sYour 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:
    %sYour 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:
    %sYour installation contains the "aclitem" data type in user tables.
The internal format of "aclitem" changed in PostgreSQL version 16
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:
    %sYour 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
drop the problem columns and restart the upgrade.
A list of the problem columns is in the file:
    %sYour installation contains the "line" data type in user tables.
This data type changed its internal and input/output format
between your old and new 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:
    %sYour installation contains the "sql_identifier" data type in user tables.
The on-disk format for this data type has changed, 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:
    %sYour 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
drop the problem columns and restart the upgrade.
A list of the problem columns is in the file:
    %sYour installation contains user-defined encoding conversions.
The conversion function parameters changed in PostgreSQL version 14
so this cluster cannot currently be upgraded.  You can remove the
encoding conversions in the old cluster and restart the upgrade.
A list of user-defined encoding conversions is in the file:
    %sYour installation contains user-defined objects that refer to internal
polymorphic functions with arguments of type "anyarray" or "anyelement".
These user-defined objects must be dropped before upgrading and restored
afterwards, changing them to refer to the new corresponding functions with
arguments of type "anycompatiblearray" and "anycompatible".
A list of the problematic objects is in the file:
    %sYour installation contains user-defined postfix operators, which are not
supported anymore.  Consider dropping the postfix operators and replacing
them with prefix operators or function calls.
A list of user-defined postfix operators is in the file:
    %sYour 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:
    %scannot run pg_upgrade from inside the new cluster data directory on Windowscheck for "%s" failed: %mcheck for "%s" failed: %scheck for "%s" failed: cannot executecheck for "%s" failed: incorrect version: found "%s", expected "%s"child process exited abnormally: status %dchild worker exited abnormally: %scloning "%s" to "%s"command too longcopying "%s" to "%s"could not access directory "%s": %mcould not add execute permission to file "%s": %scould not clone file between old and new data directories: %scould not connect to source postmaster started with the command:
%scould not connect to target postmaster started with the command:
%scould not create directory "%s": %mcould not create file "%s": %scould 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: %scould not create worker thread: %scould not delete directory "%s"could not determine current directorycould not determine the number of userscould not get control data using %s: %scould not get data directory using %s: %scould not get pg_ctl version data using %s: %scould not get pg_ctl version output from %scould not load library "%s": %scould not open file "%s" for reading: %scould not open file "%s": %scould not open log file "%s": %mcould not open version file "%s": %mcould not parse version file "%s"could not read line %d from file "%s": %scould not read permissions of directory "%s": %scould not rename file "%s" to "%s": %mcould not stat tablespace directory "%s": %scould not write to log file "%s": %mdatabase user "%s" is not the install userdirectory path for new cluster is too longerror while checking for file existence "%s.%s" ("%s" to "%s"): %serror while cloning relation "%s.%s" ("%s" to "%s"): %serror while cloning relation "%s.%s": could not create file "%s": %serror while cloning relation "%s.%s": could not open file "%s": %serror while copying relation "%s.%s" ("%s" to "%s"): %serror while copying relation "%s.%s": could not create file "%s": %serror while copying relation "%s.%s": could not open file "%s": %serror while copying relation "%s.%s": could not read file "%s": %serror while copying relation "%s.%s": could not stat file "%s": %serror while copying relation "%s.%s": could not write file "%s": %serror while copying relation "%s.%s": partial page found in file "%s"error while creating link for relation "%s.%s" ("%s" to "%s"): %sexecuting: %sfatalfile cloning not supported on this platforminvalid new port numberinvalid old port numberlibpq environment variable %s has a non-local server value: %slinking "%s" to "%s"new cluster binaries residenew cluster data residesnew cluster tablespace directory already exists: "%s"noticeokold and new cluster pg_controldata checksum versions do not matchold and new pg_controldata WAL block sizes are invalid or do not matchold and new pg_controldata WAL segment sizes are invalid or do not matchold and new pg_controldata alignments are invalid or do not match.
Likely one cluster is a 32-bit install, the other 64-bitold and new pg_controldata block sizes are invalid or do not matchold and new pg_controldata date/time storage types do not matchold and new pg_controldata large-object chunk sizes are invalid or do not matchold and new pg_controldata maximum TOAST chunk sizes are invalid or do not matchold and new pg_controldata maximum identifier lengths are invalid or do not matchold and new pg_controldata maximum indexed columns are invalid or do not matchold and new pg_controldata maximum relation segment sizes are invalid or do not matchold cluster binaries resideold cluster data residesold cluster does not use data checksums but the new one doesold cluster uses data checksums but the new one does notold database "%s" not found in the new clusterout of memorypg_ctl failed to start the source server, or connection failedpg_ctl failed to start the target server, or connection failedpg_upgrade upgrades a PostgreSQL cluster to a different major version.

relname: %s.%s: reloid: %u reltblspace: %srewriting "%s" to "%s"sockets will be createdtablespace directory "%s" does not existtablespace path "%s" is not a directorytemplate0 must not allow connections, i.e. its pg_database.datallowconn must be falsetemplate0 not foundtoo many command-line arguments (first is "%s")user-supplied old port number %hu corrected to %huwarningProject-Id-Version: pg_upgrade (PostgreSQL 16)
Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org
POT-Creation-Date: 2023-09-26 10:21+0900
PO-Revision-Date: 2023-09-26 11:38+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: nplurals=1; plural=0;

%s
* クラスタは互換性があります *
*失敗*
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>に報告してください。

アップグレードが完了しました
----------------
警告: 新データディレクトリが旧データディレクトリ、つまり %sの中にあってはなりません
警告: ユーザー定義テーブル空間の場所がデータディレクトリ、つまり %s の中にあってはなりません。
pg_upgrade を動かす場合、次の情報を指定する必要があります: 
  旧クラスタのデータディレクトリ (-d DATADIR)
  新クラスタのデータディレクトリ (-D DATADIR) 
  旧バージョンの"bin"ディレクトリ (-b BINDIR)
  新バージョンの"bin"ディレクトリ(-B BINDIR)

このクラスタにはALTER EXTENSIONコマンドによるアップデートが必要な機能拡張が
あります。以下のファイルをpsqlを使ってデータベースのスーパーユーザーとして実行することで
これらの機能拡張をアップデートできます。
   %s
このクラスタにはハッシュインデックスがあります。このインデックスは新旧のクラスタ間で
内部フォーマットが異なるため、REINDEX コマンドを使って再構築する必要があります。
アップグレードが終わったら、REINDEX を使った操作方法が指示されます。
このクラスタにはハッシュインデックスがあります。このインデックスは新旧のクラスタ間で
内部フォーマットが異なるため、REINDEX コマンドを使って再構築する必要があります。
以下のファイル
    %s
を、psqlを使用してデータベースのスーパーユーザーとして実行することで、無効になった
インデックスを再構築できます。
それまでは、これらのインデックスは使用されません。
移行元データベース:
移行先データベース:  $ export PGDATAOLD=oldCluster/data
  $ export PGDATANEW=newCluster/data
  $ export PGBINOLD=oldCluster/bin
  $ export PGBINNEW=newCluster/bin
  $ pg_upgrade
  --clone                       新クラスタにファイルをコピーする代わりに
                                クローンする
  --copy                        新クラスタにファイルをコピーする(デフォルト)
  -?, --help                    このヘルプを表示して終了
  -B, --new-bindir=BINDIR       新クラスタの実行ファイルディレクトリ(デフォルト
                                はpg_upgradeと同じディレクトリ)
  -D, --new-datadir=DATADIR     新クラスタのデータディレクトリ
  -N, --no-sync                 変更のディスクへの確実な書き出しを待機しない
  -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: rootでは実行できません%s: 自身の実行ファイルが見つかりませんでした旧の global/pg_control に ".old" サフィックスを追加していますtemplate0ではないすべてのデータベースは接続を許可しなければなりません、つまり
pg_database.datallowconnがtrueでなければなりません。このクラスタには
pg_database.datallowconnがfalseとなっているtemplate0以外のデータベースが
存在しています。template0以外のすべてのデータベースへの接続を許可するか、接続が
許可されないデータベースをすべて削除することを検討してください。問題のあるデータベースの
一覧が以下のファイルにあります:
    %s新クラスタ内のすべての行を分析しています必要な制御情報がないので続行できません。終了しますテーブル空間を使用している場合、同じシステムカタログバージョン間での
アップグレードはできません。クラスタのバージョンを確認していますデータベース接続の設定を確認していますデータベースユーザーがインストールユーザーかどうかをチェックしていますbigint を渡す際にミスマッチが発生する contrib/isn をチェックしています機能拡張のアップデートを確認していますハッシュインデックスをチェックしていますユーザーテーブル中で使用されている非互換の"%s"データ型をチェックしています互換性のない"jsonb"データ型をチェックしています非互換の "line" データ型を確認しています非互換の多態関数を確認しています無効な"sql_identifier"ユーザー列を確認しています無効な"unknown"ユーザー列をチェックしています新しいクラスタのテーブル空間ディレクトリを確認しています準備済みトランザクションをチェックしています必要なライブラリの有無を確認していますユーザーテーブル内の reg * データ型をチェックしていますユーザーテーブル中で使用されている削除された"%s"データ型をチェックしています'pg_' で始まるロールをチェックしていますユーザーテーブル内のシステム定義複合型を確認していますWITH OIDS宣言されたテーブルをチェックしていますユーザー定義のエンコーディング変換を確認していますユーザー定義の後置演算子を確認していますユーザーリレーションファイルをクローニングしていますありうる失敗の原因については、"%s"の最後の数行を参照してください。ありうる失敗の原因については"%s"または"%s"の最後の数行を参照してください。旧の %s を新サーバーにコピーしていますユーザーリレーションのファイルをコピーしていますユーザー定義のテーブル空間もしくは新クラスタのデータディレクトリが
旧クラスタのディレクトリ内に存在するため、旧クラスタのデータ
ファイルを削除するためのスクリプトを作成できませんでした。 古い
クラスタの内容は手動で削除する必要があります。データベーススキーマのダンプを作成しています。グローバルオブジェクトのダンプを作成しています旧クラスタを削除するスクリプトを作成していますデータベース: %s新しい %s からファイルを削除していますデータベース"%s"で新旧のテーブルの照合に失敗しました失敗しました、終了しています
移行元クラスタの実際のデータディレクトリを探しています移行先クラスタの実際のデータディレクトリを探しています新クラスタ内のすべての行を凍結していますデータベース: %s
ユーザーリレーションのファイルをリンクしています新クラスタのデータとバイナリのディレクトリは異なるメジャーバージョンのものです。新クラスタのデータベース"%s"が空ではありません: リレーション"%s.%s"が見つかりましたデータベース"%2$s"でOID %1$uを持つ旧リレーションに対応するリレーションが新クラスタ内にありません: %3$sデータベース"%2$s"でOID%1$uを持つ新リレーションに対応するリレーションが旧クラスタ内にありません: %3$s旧クラスタのデータとバイナリのディレクトリは異なるメジャーバージョンのものです。新クラスタ内で定義できるのはインストールユーザーのみです。オプティマイザーの統計は、pg_upgrade では転送されません。そのため
新サーバーを起動した後、以下を行うことを検討してください。
    %s/vacuumdb %s--all --analyze-in-stagesオプション:
整合性チェックを実行しています。
-----------------------------元の実行中サーバーの一貫性チェックを実行しています。
--------------------------------------------------データベース"%2$s"で OID %1$u のリレーション名が一致しません: 元の名前 "%3$s.%4$s"、新しい名前 "%5$s.%6$s"WAL アーカイブをリセットしています新クラスタ内にデータベーススキーマを復元しています新クラスタ内のグローバルオブジェクトを復元しています詳細表示モードで実行していますこのスクリプトを実行すると、旧クラスタのデータファイルが削除されます:
    %sSQL コマンドが失敗しました
%s
%s新クラスタのfrozenxidとminmxidカウンタを設定しています新クラスタの、ロケールとエンコーディングを設定しています新クラスタのminmxidカウンタを設定しています新クラスタの、次の OID を設定しています新クラスタの、次のmultixact IDとオフセットを設定しています新クラスタの、次のトランザクションIDと基点を設定しています新クラスタの、最古のXIDを設定しています新クラスタの最古のmultixact IDを設定していますデータディレクトリをディスクに同期します移行元クラスタに準備済みトランザクションがあります移行元クラスタにクラスタ状態情報がありません:移行元クラスタに必要な制御情報の一部がありません:移行元クラスタはクリーンにシャットダウンされていません。移行元クラスタはリカバリモード中にシャットダウンされています。アップグレードをするにはドキュメントの通りに "rsync" を実行するか、プライマリとしてシャットダウンしてください。移行先クラスタに準備済みトランザクションがあります移行先クラスタにクラスタ状態情報がありません:移行先クラスタに必要な制御情報の一部がありません:移行先クラスタはクリーンにシャットダウンされていません。移行先クラスタはリカバリモード中にシャットダウンされています。アップグレードをするにはドキュメントの通りに "rsync" を実行するか、プライマリとしてシャットダウンしてください。新クラスタで稼働中のpostmasterがあるようです。
そのpostmasterをシャットダウンしたのちやり直してください。旧クラスタで稼働中のpostmasterがあるようです。
そのpostmasterをシャットダウンしたのちにやり直してください。"%s実行で問題が発生しました
`1このユーティリティではPostgreSQLバージョン%s以降のバージョンからのみアップグレードできます。このユーティリティは、PostgreSQLバージョン%sにのみアップグレードできます。このユーティリティは PostgreSQL の過去のメジャーバージョンにダウングレードする用途では使用できません。詳細は"%s --help"を参照してください。
使い方:
稼働中のサーバーをチェックする場合、新旧のポート番号が異なっている必要があります。カレントディレクトリに対して読み書き可能なアクセス権が必要です。%sディレクトリを指定する必要があります。
コマンドラインオプション %s または環境変数 %s を使用してください。このクラスタには、bigintデータ型に依存する「contrib/isn」の関数が
含まれています。新旧のクラスタ間でのbigint値の受け渡し方法が異なるため、
現時点ではこのクラスタをアップグレードすることはできません。
旧クラスタ中の「contrib/isn」の関数等を使うデータベースを手動でダンプして、
それらを削除してからアップグレードを実行し、その後削除したデータベースを
リストアすることができます。 
問題のある関数の一覧は以下のファイルにあります:
    %sこのクラスタではユーザーテーブルにreg*データ型のひとつが含まれています。
これらのデータ型はシステムOIDを参照しますが、これは pg_upgradeでは
保存されないため、現時点ではこのクラスタをアップグレードすることはできません。
問題の列を削除したのち、アップグレードを再実行できます。
問題のある列の一覧は以下のファイルにあります:
    %sこのクラスタには"pg_"で始まるロールが含まれています。
"pg_"はシステムロールのために予約されている接頭辞で、これらのロールの
名前を変更しないとpg_upgradeではこのクラスタをアップグレードすることは
できません。
"pg_"で始まるロールの一覧は以下のファイルにあります:
    %sこのクラスタ内のユーザーテーブルには、システム定義の複合データ型が含まれています。
これらのデータ型のOIDはPostgreSQLのバージョン間にわたって不変ではないため、
このクラスタは現時点ではアップグレードできません。問題の列を削除したのちに
アップグレードを再実行することができます。
問題のある列の一覧は、以下のファイルにあります: 
    %sこのクラスタにはWITH OIDS宣言されたテーブルが存在しますが、これは今後
サポートされません。以下のコマンドでoidカラムを削除することを検討してください:
    ALTER TABLE ... SET WITHOUT OIDS;
以下のファイルにこの問題を抱えるテーブルの一覧があります:
    %sこのクラスタではユーザーテーブルにデータ型"%s"が含まれています。
この"%s"型はPostgreSQLバージョン%sでは削除されています、そのためこのクラスタは
現時点ではアップグレードできません。問題の列を削除するか、他のデータ型に変更した後に
アップグレードを再実行できます。問題のある列の一覧は、以下のファイルにあります: 
    %sこのクラスタではユーザーテーブルに"aclitem"データ型が含まれています。
この型の内部フォーマットはPostgreSQL バージョン16で変更されているため、
現時点ではこのクラスタをアップグレードすることはできません。
問題の列を削除したのち、アップグレードを再実行できます。
問題のある列の一覧は以下のファイルにあります:
    %sこのクラスタではユーザーテーブルに"jsonb"データ型が含まれています。
この型の内部フォーマットは9.4ベータの間に変更されているため、現時点ではこの
クラスタをアップグレードすることはできません。
問題の列を削除したのち、アップグレードを再実行できます。
問題のある列の一覧は以下のファイルにあります:
    %sこのクラスタではユーザーテーブルに"line"データ型が含まれています。
このデータ型は新旧のクラスタ間で内部形式および入出力フォーマットが
変更されているため、このクラスタは現時点ではアップグレードできません。
問題の列を削除したのちにアップグレードを再実行できます。
問題のある列の一覧は、以下のファイルにあります: 
    %sこのクラスタではでは”sql_identifier”データ型がユーザーテーブルに含まれています。
このデータ型のディスク上での形式は変更されているため、このクラスタは現時点では
アップグレードできません。問題のある列を削除した後にアップグレードを再実行する
ことができます。
問題のある列の一覧は、以下のファイルにあります: 
    %sこのクラスタではユーザーテーブルに "unknown" データ型が含まれています。
このデータ型はもはやテーブル内では利用できないため、このクラスタは現時点
ではアップグレードできません。問題の列を削除したのち、アップグレードを
再実行できます。
問題のある列の一覧は、以下のファイルにあります: 
    %sこのクラスタにはユーザー定義のエンコーディング変換が含まれています。
変換関数のパラメータがPostgreSQLバージョン14で変更されているため、
現時点ではこのクラスタをアップグレードすることはできません。
旧クラスタ内のそれらのエンコーディング変換を削除したのち、アップグレードを
再実行できます。
ユーザー定義のエンコーディング変換の一覧は以下のファイルにあります:
    %sこのクラスタには、"anyarray"または"anyelement"型の引数を持つ内部多態関数を
参照するユーザー定義のオブジェクトが含まれています。これらのユーザー定義オブジェクトは
アップグレード前に削除して、のちに"anycompatiblearray"および"anycompatible"を
引数とする対応する新しい関数を参照するように変更して復元する必要があります。
問題となるオブジェクトの一覧は以下のファイルにあります:
    %sこのクラスタにはユーザー定義の後置演算子が存在しますが、これは今後
サポートされません。後置演算子を削除するか、前置演算子あるいは関数
呼び出しで置き換えることを検討してください:
以下のファイルにユーザー定義後置演算子の一覧があります:
    %sこのクラスタでは、移行先の環境にはないロード可能ライブラリを参照しています。
これらのライブラリを移行先の環境に追加するか、もしくは移行元の環境から
それらを使っている関数を削除してください。 問題のライブラリの一覧は、
以下のファイルに入っています:
    %sWindowsでは、新クラスタのデータディレクトリの中でpg_upgradeを実行することはできません"%s"のチェックに失敗しました: %m"%s"のチェックに失敗しました: %s"%s"の確認に失敗しました: 実行できません"%s"の確認に失敗しました: 間違ったバージョン: 検出"%s"、想定"%s"子プロセスが異常終了しました: ステータス %d子ワーカーが異常終了しました: %s"%s"から"%s"へクローンしていますコマンドが長すぎます"%s"を"%s"にコピーしていますディレクトリ"%s"にアクセスできませんでした: %mファイル"%s"に実行権限を追加できませんでした: %s新旧ディレクトリ間のファイルのクローンができませんでした: %s以下のコマンドで起動した移行元postmasterに接続できませんでした:
%s以下のコマンドで起動した移行先postmasterに接続できませんでした:
%sディレクトリ"%s"を作成できませんでした: %mファイル"%s"を作成できませんでした: %s新旧のデータディレクトリ間でハードリンクを作成できませんでした: %s
リンクモードでは、新旧のデータディレクトリが同じファイルシステム上に存在しなければなりません。ワーカープロセスを作成できませんでした: %sワーカースレッドを作成できませんでした: %sディレクトリ"%s"を削除できませんでしたカレントディレクトリを特定できませんでしたユーザー数を特定できませんでした%s で制御情報が取得できませんでした。: %s%s でデータディレクトリを取得できませんでした。: %s%s でpg_ctlのバージョンデータを取得できませんでした。: %s%s からpg_ctlのバージョン出力を取得できませんでしたライブラリ"%s"をロードできませんでした: %sファイル"%s"を読み取り用としてオープンできませんでした:%sファイル"%s"をオープンできませんでした: %sロックファイル"%s"をオープンできませんでした: %mバージョンファイル"%s"をオープンできませんでした: %mバージョンファイル"%s"をパースできませんでしたファイル"%2$s"の%1$d行目を読み取れませんでした: %3$sディレクトリ"%s"の権限を読み取れませんでした: %sファイル"%s"の名前を"%s"に変更できませんでした: %mテーブル空間のディレクトリ"%s"を stat できませんでした: %sログファイル"%s"に書き込めませんでした: %mデータベースユーザー"%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致命的このプラットフォームではファイルのクローンはサポートされません不正な新ポート番号不正な旧ポート番号libpq の環境変数 %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 である必要がありますtemplate0が見つかりませんコマンドライン引数が多すぎます。(先頭は"%s")ユーザー指定の旧ポート番号%huは%huに訂正されました警告