Skip to content

Commit b124363

Browse files
committed
Doc: get rid of <foreignphrase> tags.
We italicized some, but not all, instances of "per se", "pro forma", and "ad hoc". These phrases are widespread in formal registers of English, so it"s debatable whether they even qualify as foreign. We could instead try to be more consistent in the use of <foreignphrase>, but that"s difficult to enforce, so let"s just remove the tags for those words. The one case that seems to deserve the tag is "voilà". Instead of keeping just one instance of the tag, change that to a more standard phrase. John Naylor Discussion: https://postgr.es/m/CAFBsxsHtWs_NsccAVgQ=tTUKkXHpHdkjZXtp_Cd9dGWyBDxfbQ@mail.gmail.com
1 parent 227338b commit b124363

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

doc/src/sgml/ddl.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2763,8 +2763,8 @@ CREATE SCHEMA myschema;
27632763
<synopsis>
27642764
<replaceable>database</replaceable><literal>.</literal><replaceable>schema</replaceable><literal>.</literal><replaceable>table</replaceable>
27652765
</synopsis>
2766-
can be used too, but at present this is just for <foreignphrase>pro
2767-
forma</foreignphrase> compliance with the SQL standard. If you write a database name,
2766+
can be used too, but at present this is just for pro forma
2767+
compliance with the SQL standard. If you write a database name,
27682768
it must be the same as the database you are connected to.
27692769
</para>
27702770

doc/src/sgml/ref/create_role.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ in sync when changing the above synopsis!
358358

359359
<para>
360360
The <literal>VALID UNTIL</literal> clause defines an expiration time for a
361-
password only, not for the role <foreignphrase>per se</foreignphrase>. In
361+
password only, not for the role per se. In
362362
particular, the expiration time is not enforced when logging in using
363363
a non-password-based authentication method.
364364
</para>

doc/src/sgml/rules.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1946,7 +1946,7 @@ DELETE FROM shoelace WHERE EXISTS
19461946
WHERE sl_name = shoelace.sl_name);
19471947
</programlisting>
19481948

1949-
<foreignphrase>Voil&agrave;</foreignphrase>:
1949+
The results are:
19501950

19511951
<programlisting>
19521952
SELECT * FROM shoelace;

doc/src/sgml/typeconv.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ has an associated data type which determines its behavior and allowed usage.
4040
<productname>PostgreSQL</productname> has an extensible type system that is
4141
more general and flexible than other <acronym>SQL</acronym> implementations.
4242
Hence, most type conversion behavior in <productname>PostgreSQL</productname>
43-
is governed by general rules rather than by <foreignphrase>ad hoc</foreignphrase>
43+
is governed by general rules rather than by ad hoc
4444
heuristics. This allows the use of mixed-type expressions even with
4545
user-defined types.
4646
</para>

0 commit comments

Comments
 (0)