File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 619
619
620
620
<listitem>
621
621
<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</ >.
627
627
</para>
628
628
629
629
<para>
1016
1016
1017
1017
<listitem>
1018
1018
<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>
1021
1021
(Gurjeet Singh)
1022
1022
</para>
1023
1023
1029
1029
1030
1030
<listitem>
1031
1031
<para>
1032
- Allow <link linkend="SQL-ALTERTABLE">< command>ALTER TABLE</></link >
1032
+ Allow <command>ALTER TABLE</>
1033
1033
to add foreign keys without validation (Simon Riggs)
1034
1034
</para>
1035
1035
1074
1074
</para>
1075
1075
1076
1076
<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
1078
1078
parent table, so that both children do not try to update it
1079
1079
simultaneously.
1080
1080
</para>
You can’t perform that action at this time.
0 commit comments