Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf86b0c3

Browse files
committed
doc: PG 12 release notes: normalize attribution names
Reported-by: David RowleyDiscussion:https://postgr.es/m/CAKJS1f-ktEhmQ2zJQ1L1niuJ9KB8WPA-bE-AhGiFsSO6QASB_w@mail.gmail.com
1 parenta692799 commitf86b0c3

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

‎doc/src/sgml/release-12.sgml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ Author: Michael Paquier <michael@paquier.xyz>
216216
-->
217217

218218
<para>
219-
Rename command-line tool <application>pg_verify_checksums</application> to <xref linkend="app-pgchecksums"/> (Michael Paquier)
219+
Rename command-line tool <application>pg_verify_checksums</application> to <xref linkend="app-pgchecksums"/> (Michaël Paquier)
220220
</para>
221221
</listitem>
222222

@@ -385,7 +385,7 @@ Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
385385
-->
386386

387387
<para>
388-
Allow <link linkend="ddl-constraints-fk">foreign keys</link> to reference partitioned tables (Alvaro Herrera)
388+
Allow <link linkend="ddl-constraints-fk">foreign keys</link> to reference partitioned tables (Álvaro Herrera)
389389
</para>
390390
</listitem>
391391

@@ -444,7 +444,7 @@ Author: Michael Paquier <michael@paquier.xyz>
444444
-->
445445

446446
<para>
447-
Add function <link linkend="functions-info-partition"><function>pg_partition_root()</function></link> to return top-most parent of a partition tree (Michael Paquier)
447+
Add function <link linkend="functions-info-partition"><function>pg_partition_root()</function></link> to return top-most parent of a partition tree (Michaël Paquier)
448448
</para>
449449
</listitem>
450450

@@ -455,7 +455,7 @@ Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
455455
-->
456456

457457
<para>
458-
Add function <link linkend="functions-info-partition"><function>pg_partition_ancestors()</function></link> to report all ancestors of a partition (Alvaro Herrera)
458+
Add function <link linkend="functions-info-partition"><function>pg_partition_ancestors()</function></link> to report all ancestors of a partition (Álvaro Herrera)
459459
</para>
460460
</listitem>
461461

@@ -503,7 +503,7 @@ Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
503503
-->
504504

505505
<para>
506-
Improve <application>psql</application> <command>\d</command> and <command>\z</command> display of partitioned tables (PavelStehule, Michaël Paquier, Álvaro Herrera)
506+
Improve <application>psql</application> <command>\d</command> and <command>\z</command> display of partitioned tables (PavelStěhule, Michaël Paquier, Álvaro Herrera)
507507
</para>
508508
</listitem>
509509

@@ -698,7 +698,7 @@ Author: Peter Eisentraut <peter_e@gmx.net>
698698
-->
699699

700700
<para>
701-
Allow control over when generic plans are used for prepared statements (PavelStehule)
701+
Allow control over when generic plans are used for prepared statements (PavelStěhule)
702702
</para>
703703

704704
<para>
@@ -1024,7 +1024,7 @@ Author: Peter Eisentraut <peter@eisentraut.org>
10241024
-->
10251025

10261026
<para>
1027-
Report progress of <command>CREATE INDEX</command> and <command>REINDEX</command> operations (Alvaro Herrera, Peter Eisentraut)
1027+
Report progress of <command>CREATE INDEX</command> and <command>REINDEX</command> operations (Álvaro Herrera, Peter Eisentraut)
10281028
</para>
10291029

10301030
<para>
@@ -1318,7 +1318,7 @@ Author: Michael Paquier <michael@paquier.xyz>
13181318
-->
13191319

13201320
<para>
1321-
Prevent <xref linkend="sql-truncate"/> from requesting a lock on tables for which it lacks permission (Michael Paquier)
1321+
Prevent <xref linkend="sql-truncate"/> from requesting a lock on tables for which it lacks permission (Michaël Paquier)
13221322
</para>
13231323

13241324
<para>
@@ -1333,7 +1333,7 @@ Author: Michael Paquier <michael@paquier.xyz>
13331333
-->
13341334

13351335
<para>
1336-
Prevent <command>VACUUM</command> and <command>ANALYZE</command> from requesting a lock on tables for which it lacks permission (Michael Paquier)
1336+
Prevent <command>VACUUM</command> and <command>ANALYZE</command> from requesting a lock on tables for which it lacks permission (Michaël Paquier)
13371337
</para>
13381338

13391339
<para>
@@ -1357,7 +1357,7 @@ Author: Michael Paquier <michael@paquier.xyz>
13571357
-->
13581358

13591359
<para>
1360-
Add ability to enable/disable cluster checksums using <xref linkend="app-pgchecksums"/> (Michael Banck,Michael Paquier)
1360+
Add ability to enable/disable cluster checksums using <xref linkend="app-pgchecksums"/> (Michael Banck,Michaël Paquier)
13611361
</para>
13621362

13631363
<para>
@@ -1549,7 +1549,7 @@ Author: Michael Paquier <michael@paquier.xyz>
15491549
-->
15501550

15511551
<para>
1552-
Add function <link linkend="functions-recovery-control"><function>pg_promote()</function></link> to promote standbys to primaries (Laurenz Albe,Michael Paquier)
1552+
Add function <link linkend="functions-recovery-control"><function>pg_promote()</function></link> to promote standbys to primaries (Laurenz Albe,Michaël Paquier)
15531553
</para>
15541554

15551555
<para>
@@ -1601,7 +1601,7 @@ Author: Michael Paquier <michael@paquier.xyz>
16011601
-->
16021602

16031603
<para>
1604-
Have recovery fail if a <link linkend="sql-prepare-transaction">two-phase transaction</link> status file is corrupt (Michael Paquier)
1604+
Have recovery fail if a <link linkend="sql-prepare-transaction">two-phase transaction</link> status file is corrupt (Michaël Paquier)
16051605
</para>
16061606

16071607
<para>
@@ -1625,7 +1625,7 @@ Author: Peter Eisentraut <peter@eisentraut.org>
16251625
-->
16261626

16271627
<para>
1628-
Add <xref linkend="sql-reindex"/> <literal>CONCURRENTLY</literal> to allow reindexing concurrently (Michael Paquier, Andreas Karlsson, Peter Eisentraut)
1628+
Add <xref linkend="sql-reindex"/> <literal>CONCURRENTLY</literal> to allow reindexing concurrently (Michaël Paquier, Andreas Karlsson, Peter Eisentraut)
16291629
</para>
16301630

16311631
<para>
@@ -1975,7 +1975,7 @@ Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
19751975
-->
19761976

19771977
<para>
1978-
Improve node detection and escaping of <link linkend="functions-xml"><acronym>XML</acronym> functions</link> (PavelStehule, Markus Winand, Chapman Flack)
1978+
Improve node detection and escaping of <link linkend="functions-xml"><acronym>XML</acronym> functions</link> (PavelStěhule, Markus Winand, Chapman Flack)
19791979
</para>
19801980

19811981
<para>
@@ -2005,7 +2005,7 @@ Author: Michael Paquier <michael@paquier.xyz>
20052005
-->
20062006

20072007
<para>
2008-
Prevent <link linkend="functions-info-session-table"><function>current_schema()</function></link> and <function>current_schemas()</function> from being run by parallel workers (Michael Paquier)
2008+
Prevent <link linkend="functions-info-session-table"><function>current_schema()</function></link> and <function>current_schemas()</function> from being run by parallel workers (Michaël Paquier)
20092009
</para>
20102010
</listitem>
20112011

@@ -2041,7 +2041,7 @@ Author: Tomas Vondra <tomas.vondra@postgresql.org>
20412041
-->
20422042

20432043
<para>
2044-
Add new optional warning and error checks to PL/pgSQL (PavelStehule)
2044+
Add new optional warning and error checks to PL/pgSQL (PavelStěhule)
20452045
</para>
20462046

20472047
<para>
@@ -2236,7 +2236,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
22362236
-->
22372237

22382238
<para>
2239-
Improve tab completion of <command>CREATE TABLE, CREATE TRIGGER, CREATE EVENT TRIGGER, ANALYZE, EXPLAIN, VACUUM, ALTER TABLE, ALTER INDEX, ALTER DATABASE, ALTER INDEX ALTER COLUMN</command> (Dagfinn Ilmari Mannsåker, Tatsuro Yamada,Michael Paquier, Tom Lane, Justin Pryzby)
2239+
Improve tab completion of <command>CREATE TABLE, CREATE TRIGGER, CREATE EVENT TRIGGER, ANALYZE, EXPLAIN, VACUUM, ALTER TABLE, ALTER INDEX, ALTER DATABASE, ALTER INDEX ALTER COLUMN</command> (Dagfinn Ilmari Mannsåker, Tatsuro Yamada,Michaël Paquier, Tom Lane, Justin Pryzby)
22402240
</para>
22412241
</listitem>
22422242

@@ -2410,7 +2410,7 @@ Author: Michael Paquier <michael@paquier.xyz>
24102410
-->
24112411

24122412
<para>
2413-
Allow <xref linkend="app-pgchecksums"/> to disable fsync operations (Michael Paquier)
2413+
Allow <xref linkend="app-pgchecksums"/> to disable fsync operations (Michaël Paquier)
24142414
</para>
24152415

24162416
<para>
@@ -2425,7 +2425,7 @@ Author: Michael Paquier <michael@paquier.xyz>
24252425
-->
24262426

24272427
<para>
2428-
Allow <xref linkend="app-pgrewind"/> to disable fsync operations (Michael Paquier)
2428+
Allow <xref linkend="app-pgrewind"/> to disable fsync operations (Michaël Paquier)
24292429
</para>
24302430
</listitem>
24312431

@@ -2541,7 +2541,7 @@ Author: Andres Freund <andres@anarazel.de>
25412541
-->
25422542

25432543
<para>
2544-
Add <xref linkend="sql-create-access-method"/> command to create new table types (Haribabu Kommi, Andres Freund,Alvaro Herrera, Dimitri Dolgov)
2544+
Add <xref linkend="sql-create-access-method"/> command to create new table types (Haribabu Kommi, Andres Freund,Álvaro Herrera, Dimitri Dolgov)
25452545
</para>
25462546
</listitem>
25472547

@@ -2574,7 +2574,7 @@ Author: Michael Paquier <michael@paquier.xyz>
25742574
-->
25752575

25762576
<para>
2577-
Remove <application>configure</application> switch <option>--disable-strong-random</option> (Michael Paquier)
2577+
Remove <application>configure</application> switch <option>--disable-strong-random</option> (Michaël Paquier)
25782578
</para>
25792579

25802580
<para>
@@ -2765,7 +2765,7 @@ Author: Michael Paquier <michael@paquier.xyz>
27652765
-->
27662766

27672767
<para>
2768-
Update <application>unaccent</application> rules with new punctuation and symbols (Hugh Ranalli,Michael Paquier)
2768+
Update <application>unaccent</application> rules with new punctuation and symbols (Hugh Ranalli,Michaël Paquier)
27692769
</para>
27702770
</listitem>
27712771

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp