|
619 | 619 |
|
620 | 620 | <listitem>
|
621 | 621 | <para>
|
622 |
| - Increase the maximum values for <varname>deadlock_timeout</>, |
623 |
| - <varname>max_standby_archive_delay</>, |
624 |
| - <varname>max_standby_streaming_delay</>, |
625 |
| - <varname>log_min_duration_statement</>, and |
626 |
| - <varname>log_autovacuum_min_duration</>. |
| 622 | + Increase the maximum values for |
| 623 | + <link linkend="guc-deadlock-timeout"><varname>deadlock_timeout</varname></link>, |
| 624 | + <link linkend="guc-max-standby-archive-delay"><varname>max_standby_archive_delay</varname></link>, |
| 625 | + <link linkend="guc-max-standby-streaming-delay"><varname>max_standby_streaming_delay</varname></link>, |
| 626 | + <link linkend="guc-log-min-duration-statement"><varname>log_min_duration_statement</varname></link>, and |
| 627 | + <link linkend="guc-log-autovacuum-min-duration"><varname>log_autovacuum_min_duration</varname></link>. |
627 | 628 | </para>
|
628 | 629 |
|
629 | 630 | <para>
|
|
1074 | 1075 | </para>
|
1075 | 1076 |
|
1076 | 1077 | <para>
|
1077 |
| - <command>ALTER TABLE INHERIT</> now takes a stronger lock on the |
1078 |
| - parent table, so that both children do not try to update it |
1079 |
| - simultaneously. |
| 1078 | + <link linkend="sql-altertable"><command>ALTER TABLE</command></link> |
| 1079 | +now takes a stronger lock on theparent table, so that both children do |
| 1080 | +not try to update itsimultaneously. |
1080 | 1081 | </para>
|
1081 | 1082 | </listitem>
|
1082 | 1083 |
|
|