????

Your IP : 216.73.216.152


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

���o<���
�#h�\\��&��"�R�]K �����Cs����N}D�: �L ;� U!Jg!E�!A�!G:"A�"K�";#SL#M�#J�#E9$G$O�$@%�X%�%&&,&B&Z&v& �&�&�&$�&('='&Z'�'�'�'�'#�'()(G(%d($�(�(�(!�("�())),)@)P))j)-�)|�)%?+Ae+N�+�+%,*6,5a,�,�,<�,+
-*9-/d-2�-+�-/�-"#.+F.+r.&�.:�././+M/y/I�/Q�/10N0�j0!J1l1%�1�1�16�126#26Z2$�2�2�2J�2>.3Om3O�3J
48X4��4	&5;05al5[�5*6-A6+o6�6D�6�657+G7&s7 �74�75�7"&8*I8t81�83�8;�8-29}`91�93:;D:-�:}�:h,;h�;"�;C!<7e<L�<&�<=L==f=s�=�>0�?��@"�A��B#�C�D;�E!G<HGLI��J-L.MK2N~N�N%�NC�N*O"GOjOO�O#�O1�O=�OC9PC}P#�P�P�Q#�Q"�Q�Q%�Q'$R'LR)tR.�R+�R�R(SBS _S$�S!�S)�S0�S&"T,IT$vT*�T*�TB�T74UDlUB�U7�UD,VBqVB�VB�VC:WE~WA�W
XX+XFX^X>vX�X�X�X5�X5Y<YA?YF�YH�Y{ZB�Z?�ZO[P`[Q�[N\UR\�\�\<�\8].S]
�]>�]>�]H^*W^�^�^(�^'�^U_X_/l_2�_�_{�_SaWa	ga�qadbj�b��b �c�c�cHdQYd��d��e�0f:gJh\h�nhEiATi<�i\�i60jBgjE�j>�jF/k<vk9�kH�k66lHmlH�lE�l>EmG�mO�m<n�Yn�no
 o.oGo^owo�o�o�o&�o*
p5p#Tpxp�p�p�p�p�pqq 5qVqvq�q�q�q�q�q�q�qr%%r)KrDur$�s9�sFt`tst0�t0�t�t
uDu'bu&�u�u0�u)v!+vMv!fv3�v�v6�vw$-w'RwzwC�wO�w"+xNx�kx %yFyby
�y�y3�y�y'�y'z$>zczxzB�z=�zQ{Qh{B�{3�{�1|	�|3�|[�|YP}�}%�}!�}~5~S~5j~!�~'�~�~3
.>m(��$�%�.�!L��n�$��%�.@�!o����U�Un�ĂC�0$�BU�&����3ȃ3��U0�Y��.���!��� ۉ��4�E�L�1R�g�������D��ߓ�� 
�A.� p�����ŔҔ�+�8/�<h�<���������Җ�
�#�#?�#c�+��'��ۗ(��"�=�\�{�6��%͘*�1�P�-o���?��8��C5�Cy�9��D��D<�D��KƛD�MW�C��
�����-�5@�v�����*����7�8'�8`�|��4�8K�:��>��@��=?�D}� ۠<�<.�)k���1��1סC	�*M�x�����!��K�.�+B�0n������c\�-d`���@�;%����o���
	�W1��
{2�f���������"p�QK�7������^��T�5���H������a�3P�l~mg8I�� )Y*��A}���b,�E�$���Je���LzrC�t������s�B�RwV�v!��4�q����h6�
�����yM���#&���_
|�DN�Xn�:��S�0�k+����i�=��x��'����(FU�<�9O.��?�j/]G����[Z��>��	�u
%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 "aclitem" 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 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 "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-08 21:49+0000
PO-Revision-Date: 2023-11-06 08:50+0800
Last-Translator: Zhenbang Wei <znbang@gmail.com>
Language-Team: 
Language: zh_TW
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Generator: Poedit 3.4.1

%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" 後綴。因為使用了 "link" 模式,一旦新的叢集已經啟動,
就不能安全地啟動舊的叢集。
進行升級
------------------
回報錯誤至 <%s>.

升級完成
----------------
警告: 新的資料目錄不應該位於舊的資料目錄內,即 %s
警告: 使用者定義的表空間位置不應該位於資料目錄內,即 %s
當您執行 pg_upgrade 時,必須提供以下資訊:
  舊叢集的資料目錄(-d DATADIR)
  新叢集的資料目錄(-D DATADIR)
  舊版本的 "bin" 目錄(-b BINDIR)
  新版本的 "bin" 目錄(-B BINDIR)

您的安裝包含應該使用 ALTER EXTENSION 命令更新的擴充模組。
當檔案
    %s
被資料庫超級使用者用 psql 執行時,會更新這些擴充模組。
您的安裝包含雜湊索引。這些索引在您的舊叢集和新叢集之間具有不同的
內部格式,因此必須使用 REINDEX 命令重新索引它們。升級完成後,您
將收到重新索引的指示。
您的安裝包含雜湊索引。這些索引在您的舊叢集和新叢集之間具有不同的
內部格式,因此必須使用 REINDEX 命令重新索引它們。當檔案
    %s
被資料庫超級使用者用 psql 執行時,將重建所有無效的索引。在此之前,
這些索引將不會被使用。
來源資料庫:
目標資料庫:  $ export PGDATAOLD=oldCluster/data
  $ export PGDATANEW=newCluster/data
  $ export PGBINOLD=oldCluster/bin
  $ export PGBINNEW=newCluster/bin
  $ pg_upgrade
  --clone                       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=NUM                同時使用的行程或執行緒數目
  -k, --link                    連結檔案至新叢集,而非複製
  -o, --old-options=OPTIONS     傳遞給伺服器的舊叢集選項
  -p, --old-port=PORT           舊叢集連接埠(預設 %d)
  -r, --retain                  在成功後保留 SQL 和日誌檔案
  -s, --socketdir=DIR           使用的 socket 目錄(預設為目前目錄)
  -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 引數傳遞方式 大型 relation 片段大小 大物件塊大小  最新檢查點下一個 MultiXactID  最新檢查點下一個 MultiXactOffset  最新檢查點下一個 OID  最新檢查點最早 MultiXactId  最新檢查點最早 XID TOAST 塊大小上限 最大對齊值 最大識別名稱長度 最大索引欄位數  pg_upgrade [OPTION]...

 是 "%s.%s" 的索引 是 OID %u 的索引 是 "%s.%s" 的 TOAST 資料表 是 OID %u 的 TOAST 資料表"%s" 不是目錄%-*s%d: controldata 取得問題%d: 資料庫叢集狀態問題%d: pg_resetwal 問題%s%s 網頁: <%s>
%s() 失敗: %s%s: 不能以 root 身份執行%s: 找不到自身程式的執行檔將 ".old" 後綴加到 global/pg_control所有非 template0 的資料庫必須允許連線,即它們的
pg_database.datallowconn 必須為 true。您的安裝中包含了設定為 false 的
非 template0 資料庫。請考慮允許所有非 template0 資料庫的連線,或刪除
不允許連線的資料庫。異常資料庫的清單在下列檔案中:
    %s分析新叢集中的所有資料列因必要的控制信息不足而無法繼續,終止中使用表空間時,無法升級到/從相同的系統目錄版本。檢查叢集版本檢查資料庫連線設定檢查資料庫使用者是否為安裝使用者檢查 contrib/isn 傳遞 bigint 方式不一致檢查擴充模組更新檢查雜湊索引檢查使用者資料表中有無不相容的 "aclitem" 資料型別檢查不相容的 "jsonb" 資料型別檢查不相容的 "line" 資料型別檢查不相容的多型函數檢查無效的 "sql_identifier" 使用者欄位檢查無效的 "unknown" 使用者欄位檢查新叢集的表空間目錄檢查已預備的交易檢查必要程式庫是否存在檢查使用者資料表中有無 reg* 資料型別檢查以 "pg_" 開頭的角色檢查使用者資料表中的系統定義複合型別檢查資料表 WITH OIDS檢查使用者自訂的編碼轉換檢查使用者定義的後綴運算符Clone 使用者 relation 檔請查看 "%s" 最後幾行,尋找可能
導致失敗的原因。請查看 "%s" 或 "%s" 的最後幾行,尋找可能
導致失敗的原因。將舊的 %s 複製到新伺服器複製使用者 relation 檔無法建立用來刪除舊叢集資料檔的腳本。
因為在舊叢集目錄中存在使用者定義的表空間或新叢集的資料目錄。
必須手動刪除舊叢集的內容。建立資料庫 schema 的備份建立全域物件的備份建立刪除舊叢集的腳本資料庫: %s從新的 %s 刪除檔案無法在資料庫 "%s" 中對應新、舊資料表失敗,結束
尋找來源叢集的實際資料目錄尋找目標叢集的實際資料目錄凍結新叢集中的所有資料列在資料庫中: %s
連結使用者 relation 檔新叢集的資料和執行檔目錄來自不同的主要版本。新叢集資料庫 "%s" 不是空的: 找到 relation "%s.%s"無法在新叢集中為 OID 為 %u 的舊關聯找到對應,資料庫 "%s": %s無法在舊叢集中為 OID 為 %u 的新關聯找到對應,資料庫 "%s": %s舊叢集的資料和執行檔目錄來自不同的主要版本。只有安裝使用者能在新叢集中被定義。pg_upgrade 不會轉移優化器統計資料。
啟動新伺服器之後請考慮執行:
    %s/vacuumdb %s--all --analyze-in-stages選項: 
執行一致性檢查
-----------------------------在舊的伺服器上執行一致性檢查
------------------------------------------------OID %u 的關聯名稱在資料庫 %s 中不一致: 舊名稱 "%s.%s",新名稱 "%s.%s"重設 WAL 封存檔還原新叢集中的資料庫 schema還原新叢集中的全域物件以詳細模式執行執行此腳本將刪除舊叢集的資料檔:
    %sSQL 命令失敗
%s
%s在新叢集中設定 frozenxid 和 minmxid 計數器設定新叢集的區域和編碼在新叢集中設定 minmxid 計數器設定新叢集的下一個 OID為新叢集設定下一個 multixact ID 和 offset為新叢集設定下一個交易 ID 和 epoch為新叢集設定最早的 XID為新叢集設定最早的 multixact ID同步資料目錄至磁碟來源叢集包含已預備的交易來源叢集缺少叢集狀態資訊:來源叢集缺少一些必要的控制資訊:來源叢集未乾淨地關閉。來源叢集在復原模式下被關閉。若要進行升級,請依照文件使用 "rsync",或者將其作為主要模式關閉。目標叢集包含已預備的交易目標叢集缺少叢集狀態資訊:目標叢集缺少一些必要的控制資訊:目標叢集未乾淨地關閉。目標叢集在復原模式下被關閉。若要進行升級,請依照文件使用 "rsync",或者將其作為主要模式關閉。似乎有 postmaster 正在使用新叢集。
請關閉該 postmaster 然後重試。似乎有 postmaster 正在使用舊叢集。
請關閉該 postmaster 然後重試。執行 "%s" 時發生問題本工具只能從 PostgreSQL 版本 %s 及更新的版本升級。本工具只能升級至 PostgreSQL 版本 %s。本工具無法用於降級至較舊的主要 PostgreSQL 版本。用 "%s --help" 取得更多資訊。
用法:
檢查伺服器時,新舊連接埠必須不同。您必須有目前目錄的讀取和寫入權限。您必須確認%s的目錄位置。
請使用 %s 命令列選項或環境變數 %s。您的安裝包含依賴於 bigint 資料型別的 "contrib/isn" 函數。由於您的
新、舊叢集以不同方式傳遞 bigint 值,因此目前無法升級此叢集。您
可以手動備份並刪除舊叢集中使用 "contrib/isn" 功能的資料庫,進行
升級,然後還原它們。問題函數的清單位於以下檔案中:
    %s您的安裝中在使用者資料表中包含了 reg* 資料型別,這些資料型別
參照了系統 OID,而這些 OID 並不會被 pg_upgrade 保留,因此目
前無法升級此叢集。您可以刪除有問題的欄位並重新進行升級。
問題欄位的清單位於以下檔案中:
    %s您的安裝包含以 "pg_" 開頭的角色,"pg_" 是系統角色的
保留字首,在這些角色被重新命名之前,無法升級此叢集。
以 "pg_" 開頭的角色列表位於以下檔案中:
    %s您的安裝中包含使用者資料表中的系統定義複合型別。這些型別的 OID 在
不同的 PostgreSQL 版本中不穩定,因此目前無法升級此叢集。您可以刪除
有問題的欄位,然後重新開始升級。
問題欄位的清單位於以下檔案中:
    %s您的安裝包含宣告 WITH OIDS 的資料表,但這已不再受支援。請考慮
使用以下方法移除 oid 欄位
    ALTER TABLE ... SET WITHOUT OIDS;
問題資料表的清單位於以下檔案中:
    %s您的安裝中在使用者資料表中包含了 "aclitem" 資料型別。由於
PostgreSQL 版本 16 中 "aclitem" 的內部格式已更改,因此目前無法
升級此叢集。您可以刪除問題欄位,然後重新進行升級。
問題欄位的清單位於以下檔案中:
    %s您的安裝中在使用者表格中包含了 "jsonb" 資料型別。
"jsonb" 的內部格式在 9.4 beta 期間有所更改,因此目前無法
升級此叢集。您可以刪除有問題的欄位,然後重新進行升級。
問題欄位的清單在以下檔案中:
    %s您的安裝包含使用者表格中的 "line" 資料型別,這個資料型別
在您的舊版本和新版本之間改變了其內部和輸入/輸出格式,
所以目前無法升級此叢集。您可以刪除問題的欄位,然後重
新進行升級。問題欄位的清單位於以下檔案中:
    %s您的安裝包含使用者表格中的 "sql_identifier" 資料型別。這個資料型別的
磁碟格式已經改變,所以目前無法升級此叢集。您可以刪除問題的欄位,
然後重新啟動升級。問題欄位的清單位於檔案中:
    %s您的安裝包含使用者表格中的 "unknown" 資料型別。此資料型別不再
允許在表格中使用,所以目前無法升級此叢集。您可以刪除問題的欄位,
然後重新進行升級。問題欄位的清單位於以下檔案中:
    %s您的安裝包含了使用者自定義的編碼轉換,由於轉換函數的參數在
PostgreSQL 版本 14 中有所更改,因此目前無法升級此叢集。您可以
移除舊叢集中的編碼轉換,然後重新進行升級。
使用者自定義的編碼轉換列表位於以下檔案中:
    %s您的安裝包含參考內部多型函數的使用者定義物件,其引數類型為
"anyarray" 或 "anyelement"。這些使用者定義物件必須在升級之前
刪除,升級之後再還原,並將它們改為參考新的對應函數,其引數類
型為 "anycompatiblearray" 和 "anycompatible"。
問題物件的清單位於以下檔案中:
    %s您的安裝包含不再支援的使用者定義後綴運算符,請考慮刪除後綴運算符
並替換為前綴運算符或函數呼叫。
使用者定義後綴運算符的清單位於以下檔案中:
    %s您的安裝參考了在新安裝中沒有的可載入程式庫。您可以將這些程式庫新增至
新安裝,或從舊安裝中刪除使用它們的函數。
問題程式庫的清單位於以下檔案中:
    %s在 Windows 上無法在新叢集的資料目錄內執行 pg_upgrade檢查 "%s" 失敗: %m檢查 "%s" 失敗: %s檢查 "%s" 失敗: 無法執行檢查 "%s" 失敗: 版本不正確: 找到 "%s",預期是 "%s"子行程異常結束: 狀態 %d工作子行程異常結束: %sclone "%s" 至 "%s"命令太長複製 "%s" 至 "%s"無法存取目錄 "%s": %m無法將執行權限加到檔案 "%s":  %s無法在舊和新的資料目錄之間 clone 檔案: %s無法連線到用以下命令啟動的來源 postmaster:
%s無法連線到用以下命令啟動的目標 postmaster:
%s無法建立目錄"%s": %m無法建立檔案 "%s": %s無法在舊資料目錄和新資料目錄之間建立硬連結: %s
在 link 模式,舊資料目錄和新資料目錄必須位於相同的檔案系統。無法建立工作行程: %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" 的狀態: %s無法寫入記錄檔 "%s": %m資料庫使用者 "%s" 不是安裝使用者新叢集的目錄路徑太長檢查檔案存在性時發生錯誤 "%s.%s"("%s" 至 "%s"): %sclone relation "%s.%s"("%s" 至 "%s")時發生錯誤: %sclone relation "%s.%s" 時發生錯誤: 無法建立檔案 "%s": %sclone relation "%s.%s" 時發生錯誤: 無法開啟檔案 "%s": %s複製 relation "%s.%s"("%s" 至 "%s")時發生錯誤: %s複製 relation "%s.%s" 時發生錯誤: 無法建立檔案 "%s": %s複製 relation "%s.%s" 時發生錯誤: 無法開啟檔案 "%s": %s複製 relation "%s.%s" 時發生錯誤: 無法讀取檔案 "%s": %s複製關聯 "%s.%s" 時發生錯誤: 無法取得檔案 "%s" 的狀態: %s複製 relation "%s.%s" 時發生錯誤: 無法寫入檔案 "%s": %s複製 relation "%s.%s" 時發生錯誤: 在檔案 "%s" 中找到部分頁面建立 relation "%s.%s" 的連結時發生錯誤("%s" 至 "%s"): %s執行: %sfatal此平臺不支援 clone 檔案新連接埠無效舊連接埠無效libpq 環境變數 %s 具有非本地伺服器值: %s連結 "%s" 至 "%s"新叢集執行檔所在新叢集資料所在新叢集的表空間目錄已存在: "%s"noticeok新、舊叢集 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 最大 relation 片段大小無效或不一致舊叢集執行檔所在舊叢集資料所在舊的叢集不使用資料檢查碼,但新的叢集有用舊的叢集使用資料檢查碼,但新的叢集不使用在新叢集中找不到舊資料庫 "%s"記憶體用盡pg_ctl 啟動來源伺服器失敗或連線失敗pg_ctl 啟動目標伺服器失敗或連線失敗pg_upgrade 將 PostgreSQL 叢集升級到不同的主要版本。

relname: %s.%s: reloid: %u reltblspace: %s將 "%s" 重寫為 "%s"將建立 socket表空間目錄 "%s" 不存在表空間路徑 "%s" 不是目錄template0 不允許連線,即其 pg_database.datallowconn 必須為 false找不到 template0命令列參數過多(第一個個是 "%s")使用者提供的舊埠號 %hu 已更正為 %huwarning