File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 619619
620620 <listitem>
621621 <para>
622- Increase the maximum values for <xref linkend="guc-deadlock-timeout" >,
623- <xref linkend="guc-max-standby-archive-delay" >,
624- <xref linkend="guc-max-standby-streaming-delay" >,
625- <xref linkend="guc-log-min-duration-statement" >, and
626- <xref linkend="guc-log-autovacuum-min-duration" >.
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</ >.
627627 </para>
628628
629629 <para>
10161016
10171017 <listitem>
10181018 <para>
1019- Add <link linkend="SQL-ALTERTABLE">< command>ALTER TABLE ...
1020- ADD UNIQUE/PRIMARY KEY USING INDEX</command></link>
1019+ Add <command>ALTER TABLE ...
1020+ ADD UNIQUE/PRIMARY KEY USING INDEX</command>
10211021 (Gurjeet Singh)
10221022 </para>
10231023
10291029
10301030 <listitem>
10311031 <para>
1032- Allow <link linkend="SQL-ALTERTABLE">< command>ALTER TABLE</></link >
1032+ Allow <command>ALTER TABLE</>
10331033 to add foreign keys without validation (Simon Riggs)
10341034 </para>
10351035
10741074 </para>
10751075
10761076 <para>
1077- <xref linkend="sql-altertable" > now takes a stronger lock on the
1077+ <command>ALTER TABLE INHERIT</ > now takes a stronger lock on the
10781078 parent table, so that both children do not try to update it
10791079 simultaneously.
10801080 </para>
You can’t perform that action at this time.
0 commit comments