diff --git a/doc/src/sgml/biblio.sgml b/doc/src/sgml/biblio.sgml
index bf3aebd2a8..b40c06eb38 100644
--- a/doc/src/sgml/biblio.sgml
+++ b/doc/src/sgml/biblio.sgml
@@ -309,7 +309,7 @@ ssimkovi@ag.or.at
Eleventh International Conference on Data Engineering
- 6-10 March 1995
+ 6–10 March 1995
Taipeh, Taiwan
Cat. No.95CH35724
@@ -318,7 +318,7 @@ ssimkovi@ag.or.at
Los Alamitos, California
1995
- 420-7
+ 420–7
@@ -427,7 +427,7 @@ ssimkovi@ag.or.at
SIGMOD Record 18(4)
Dec. 1989
- 4-11
+ 4–11
diff --git a/doc/src/sgml/bki.sgml b/doc/src/sgml/bki.sgml
index 6523dd5032..6776c4a3c1 100644
--- a/doc/src/sgml/bki.sgml
+++ b/doc/src/sgml/bki.sgml
@@ -385,8 +385,8 @@
To find an available OID for a new pre-loaded row, run the
script src/include/catalog/unused_oids.
It prints inclusive ranges of unused OIDs (e.g., the output
- line 45-900
means OIDs 45 through 900 have not been
- allocated yet). Currently, OIDs 1-9999 are reserved for manual
+ line 45-900 means OIDs 45 through 900 have not been
+ allocated yet). Currently, OIDs 1–9999 are reserved for manual
assignment; the unused_oids script simply looks
through the catalog headers and .dat files
to see which ones do not appear. You can also use
diff --git a/doc/src/sgml/brin.sgml b/doc/src/sgml/brin.sgml
index da0c911153..176f1cfbd0 100644
--- a/doc/src/sgml/brin.sgml
+++ b/doc/src/sgml/brin.sgml
@@ -781,7 +781,7 @@ typedef struct BrinOpcInfo
- Support function numbers 1-10 are reserved for the BRIN internal
+ Support function numbers 1 through 10 are reserved for the BRIN internal
functions, so the SQL level functions start with number 11. Support
function number 11 is the main function required to build the index.
It should accept two arguments with the same data type as the operator class,
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml
index 520d3198b5..55694c4368 100644
--- a/doc/src/sgml/catalogs.sgml
+++ b/doc/src/sgml/catalogs.sgml
@@ -9883,7 +9883,7 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
slot_type
text
- The slot type - physical or logical
+ The slot type: physical or logical
diff --git a/doc/src/sgml/charset.sgml b/doc/src/sgml/charset.sgml
index 45290bd27b..55669b5cad 100644
--- a/doc/src/sgml/charset.sgml
+++ b/doc/src/sgml/charset.sgml
@@ -1004,7 +1004,7 @@ CREATE COLLATION ignore_accents (provider = icu, locale = 'und-u-ks-level1-kc-tr
Traditional Chinese
No
No
- 1-2
+ 1–2
WIN950, Windows950
@@ -1013,7 +1013,7 @@ CREATE COLLATION ignore_accents (provider = icu, locale = 'und-u-ks-level1-kc-tr
Simplified Chinese
Yes
Yes
- 1-3
+ 1–3
@@ -1022,7 +1022,7 @@ CREATE COLLATION ignore_accents (provider = icu, locale = 'und-u-ks-level1-kc-tr
Japanese
Yes
Yes
- 1-3
+ 1–3
@@ -1031,7 +1031,7 @@ CREATE COLLATION ignore_accents (provider = icu, locale = 'und-u-ks-level1-kc-tr
Japanese
Yes
No
- 1-3
+ 1–3
@@ -1040,7 +1040,7 @@ CREATE COLLATION ignore_accents (provider = icu, locale = 'und-u-ks-level1-kc-tr
Korean
Yes
Yes
- 1-3
+ 1–3
@@ -1049,7 +1049,7 @@ CREATE COLLATION ignore_accents (provider = icu, locale = 'und-u-ks-level1-kc-tr
Traditional Chinese, Taiwanese
Yes
Yes
- 1-3
+ 1–3
@@ -1058,7 +1058,7 @@ CREATE COLLATION ignore_accents (provider = icu, locale = 'und-u-ks-level1-kc-tr
Chinese
No
No
- 1-4
+ 1–4
@@ -1067,7 +1067,7 @@ CREATE COLLATION ignore_accents (provider = icu, locale = 'und-u-ks-level1-kc-tr
Simplified Chinese
No
No
- 1-2
+ 1–2
WIN936, Windows936
@@ -1112,7 +1112,7 @@ CREATE COLLATION ignore_accents (provider = icu, locale = 'und-u-ks-level1-kc-tr
Korean (Hangul)
No
No
- 1-3
+ 1–3
@@ -1229,7 +1229,7 @@ CREATE COLLATION ignore_accents (provider = icu, locale = 'und-u-ks-level1-kc-tr
Multilingual Emacs
Yes
No
- 1-4
+ 1–4
@@ -1238,7 +1238,7 @@ CREATE COLLATION ignore_accents (provider = icu, locale = 'und-u-ks-level1-kc-tr
Japanese
No
No
- 1-2
+ 1–2
Mskanji, ShiftJIS, WIN932, Windows932
@@ -1247,7 +1247,7 @@ CREATE COLLATION ignore_accents (provider = icu, locale = 'und-u-ks-level1-kc-tr
Japanese
No
No
- 1-2
+ 1–2
@@ -1265,7 +1265,7 @@ CREATE COLLATION ignore_accents (provider = icu, locale = 'und-u-ks-level1-kc-tr
Korean
No
No
- 1-2
+ 1–2
WIN949, Windows949
@@ -1274,7 +1274,7 @@ CREATE COLLATION ignore_accents (provider = icu, locale = 'und-u-ks-level1-kc-tr
all
Yes
Yes
- 1-4
+ 1–4
Unicode
@@ -1390,8 +1390,8 @@ CREATE COLLATION ignore_accents (provider = icu, locale = 'und-u-ks-level1-kc-tr
The SQL_ASCII setting behaves considerably differently
from the other settings. When the server character set is
- SQL_ASCII, the server interprets byte values 0-127
- according to the ASCII standard, while byte values 128-255 are taken
+ SQL_ASCII, the server interprets byte values 0–127
+ according to the ASCII standard, while byte values 128–255 are taken
as uninterpreted characters. No encoding conversion will be done when
the setting is SQL_ASCII. Thus, this setting is not so
much a declaration that a specific encoding is in use, as a declaration
diff --git a/doc/src/sgml/datetime.sgml b/doc/src/sgml/datetime.sgml
index 23561b19c9..7cce826e2d 100644
--- a/doc/src/sgml/datetime.sgml
+++ b/doc/src/sgml/datetime.sgml
@@ -167,7 +167,7 @@
- Gregorian years AD 1-99 can be entered by using 4 digits with leading
+ Gregorian years AD 1–99 can be entered by using 4 digits with leading
zeros (e.g., 0099 is AD 99).
@@ -671,9 +671,9 @@ $ cal 9 1752
calendar, unrelated to the Julian calendar though it is confusingly
named similarly to that calendar.
The Julian Date system was invented by the French scholar
- Joseph Justus Scaliger (1540-1609)
+ Joseph Justus Scaliger (1540–1609)
and probably takes its name from Scaliger's father,
- the Italian scholar Julius Caesar Scaliger (1484-1558).
+ the Italian scholar Julius Caesar Scaliger (1484–1558).
In the Julian Date system, each day has a sequential number, starting
from JD 0 (which is sometimes called the Julian Date).
JD 0 corresponds to 1 January 4713 BC in the Julian calendar, or
diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml
index d225eb3c20..8fe2a90c48 100644
--- a/doc/src/sgml/ecpg.sgml
+++ b/doc/src/sgml/ecpg.sgml
@@ -1,7 +1,7 @@
- ECPG - Embedded SQL in C
+ ECPG — Embedded SQL in C
embedded SQLin C
C
@@ -2989,7 +2989,7 @@ int PGTYPEStimestamp_fmt_asc(timestamp *ts, char *output, int str_len, char *fmt
%d - is replaced by the day of the month as a
- decimal number (01-31).
+ decimal number (01–31).
@@ -3025,7 +3025,7 @@ int PGTYPEStimestamp_fmt_asc(timestamp *ts, char *output, int str_len, char *fmt
%e - is replaced by the day of month as a decimal
- number (1-31); single digits are preceded by a blank.
+ number (1–31); single digits are preceded by a blank.
@@ -3044,13 +3044,13 @@ int PGTYPEStimestamp_fmt_asc(timestamp *ts, char *output, int str_len, char *fmt
%g - is replaced by the same year as in
%G, but as a decimal number without century
- (00-99).
+ (00–99).
%H - is replaced by the hour (24-hour clock) as a
- decimal number (00-23).
+ decimal number (00–23).
@@ -3061,37 +3061,37 @@ int PGTYPEStimestamp_fmt_asc(timestamp *ts, char *output, int str_len, char *fmt
%I - is replaced by the hour (12-hour clock) as a
- decimal number (01-12).
+ decimal number (01–12).
%j - is replaced by the day of the year as a
- decimal number (001-366).
+ decimal number (001–366).
%k - is replaced by the hour (24-hour clock) as a
- decimal number (0-23); single digits are preceded by a blank.
+ decimal number (0–23); single digits are preceded by a blank.
%l - is replaced by the hour (12-hour clock) as a
- decimal number (1-12); single digits are preceded by a blank.
+ decimal number (1–12); single digits are preceded by a blank.
%M - is replaced by the minute as a decimal
- number (00-59).
+ number (00–59).
%m - is replaced by the month as a decimal number
- (01-12).
+ (01–12).
@@ -3124,7 +3124,7 @@ int PGTYPEStimestamp_fmt_asc(timestamp *ts, char *output, int str_len, char *fmt
%S - is replaced by the second as a decimal
- number (00-60).
+ number (00–60).
@@ -3146,19 +3146,19 @@ int PGTYPEStimestamp_fmt_asc(timestamp *ts, char *output, int str_len, char *fmt
%U - is replaced by the week number of the year
- (Sunday as the first day of the week) as a decimal number (00-53).
+ (Sunday as the first day of the week) as a decimal number (00–53).
%u - is replaced by the weekday (Monday as the
- first day of the week) as a decimal number (1-7).
+ first day of the week) as a decimal number (1–7).
%V - is replaced by the week number of the year
- (Monday as the first day of the week) as a decimal number (01-53).
+ (Monday as the first day of the week) as a decimal number (01–53).
If the week containing January 1 has four or more days in the new
year, then it is week 1; otherwise it is the last week of the
previous year, and the next week is week 1.
@@ -3173,13 +3173,13 @@ int PGTYPEStimestamp_fmt_asc(timestamp *ts, char *output, int str_len, char *fmt
%W - is replaced by the week number of the year
- (Monday as the first day of the week) as a decimal number (00-53).
+ (Monday as the first day of the week) as a decimal number (00–53).
%w - is replaced by the weekday (Sunday as the
- first day of the week) as a decimal number (0-6).
+ first day of the week) as a decimal number (0–6).
@@ -3203,7 +3203,7 @@ int PGTYPEStimestamp_fmt_asc(timestamp *ts, char *output, int str_len, char *fmt
%y - is replaced by the year without century as a
- decimal number (00-99).
+ decimal number (00–99).
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 0aa399dc2f..28eb322f3f 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -5331,7 +5331,7 @@ SELECT foo FROM regexp_split_to_table('the quick brown fox', '\s*') AS foo;
Numeric character-entry escapes specifying values outside the ASCII range
- (0-127) have meanings dependent on the database encoding. When the
+ (0–127) have meanings dependent on the database encoding. When the
encoding is UTF-8, escape values are equivalent to Unicode code points,
for example \u1234 means the character U+1234.
For other multibyte encodings, character-entry escapes usually just
@@ -6263,59 +6263,59 @@ SELECT regexp_match('abc01234xyz', '(?:(.*?)(\d+)(.*)){1,1}');
HH
- hour of day (01-12)
+ hour of day (01–12)
HH12
- hour of day (01-12)
+ hour of day (01–12)
HH24
- hour of day (00-23)
+ hour of day (00–23)
MI
- minute (00-59)
+ minute (00–59)
SS
- second (00-59)
+ second (00–59)
MS
- millisecond (000-999)
+ millisecond (000–999)
US
- microsecond (000000-999999)
+ microsecond (000000–999999)
FF1
- tenth of second (0-9)
+ tenth of second (0–9)
FF2
- hundredth of second (00-99)
+ hundredth of second (00–99)
FF3
- millisecond (000-999)
+ millisecond (000–999)
FF4
- tenth of a millisecond (0000-9999)
+ tenth of a millisecond (0000–9999)
FF5
- hundredth of a millisecond (00000-99999)
+ hundredth of a millisecond (00000–99999)
FF6
- microsecond (000000-999999)
+ microsecond (000000–999999)
SSSS, SSSSS
- seconds past midnight (0-86399)
+ seconds past midnight (0–86399)
AM, am,
@@ -6399,7 +6399,7 @@ SELECT regexp_match('abc01234xyz', '(?:(.*?)(\d+)(.*)){1,1}');
MM
- month number (01-12)
+ month number (01–12)
DAY
@@ -6427,15 +6427,15 @@ SELECT regexp_match('abc01234xyz', '(?:(.*?)(\d+)(.*)){1,1}');
DDD
- day of year (001-366)
+ day of year (001–366)
IDDD
- day of ISO 8601 week-numbering year (001-371; day 1 of the year is Monday of the first ISO week)
+ day of ISO 8601 week-numbering year (001–371; day 1 of the year is Monday of the first ISO week)
DD
- day of month (01-31)
+ day of month (01–31)
D
@@ -6447,15 +6447,15 @@ SELECT regexp_match('abc01234xyz', '(?:(.*?)(\d+)(.*)){1,1}');
W
- week of month (1-5) (the first week starts on the first day of the month)
+ week of month (1–5) (the first week starts on the first day of the month)
WW
- week number of year (1-53) (the first week starts on the first day of the year)
+ week number of year (1–53) (the first week starts on the first day of the year)
IW
- week number of ISO 8601 week-numbering year (01-53; the first Thursday of the year is in week 1)
+ week number of ISO 8601 week-numbering year (01–53; the first Thursday of the year is in week 1)
CC
@@ -6471,11 +6471,11 @@ SELECT regexp_match('abc01234xyz', '(?:(.*?)(\d+)(.*)){1,1}');
RM
- month in upper case Roman numerals (I-XII; I=January)
+ month in upper case Roman numerals (I–XII; I=January)
rm
- month in lower case Roman numerals (i-xii; i=January)
+ month in lower case Roman numerals (i–xii; i=January)
TZ
@@ -8006,7 +8006,7 @@ SELECT EXTRACT(CENTURY FROM TIMESTAMP '2001-02-16 20:38:40');
For timestamp values, the day (of the month) field
- (1 - 31) ; for interval values, the number of days
+ (1–31) ; for interval values, the number of days
@@ -8017,8 +8017,6 @@ SELECT EXTRACT(DAY FROM INTERVAL '40 days 1 minute');
Result: 40
-
-
@@ -8061,7 +8059,7 @@ SELECT EXTRACT(DOW FROM TIMESTAMP '2001-02-16 20:38:40');
doy
- The day of the year (1 - 365/366)
+ The day of the year (1–365/366)
@@ -8106,7 +8104,7 @@ SELECT to_timestamp(982384720.12);
hour
- The hour field (0 - 23)
+ The hour field (0–23)
@@ -8217,7 +8215,7 @@ SELECT EXTRACT(MILLISECONDS FROM TIME '17:12:28.5');
minute
- The minutes field (0 - 59)
+ The minutes field (0–59)
@@ -8232,8 +8230,8 @@ SELECT EXTRACT(MINUTE FROM TIMESTAMP '2001-02-16 20:38:40');
For timestamp values, the number of the month
- within the year (1 - 12) ; for interval values,
- the number of months, modulo 12 (0 - 11)
+ within the year (1–12) ; for interval values,
+ the number of months, modulo 12 (0–11)
@@ -8253,7 +8251,7 @@ SELECT EXTRACT(MONTH FROM INTERVAL '2 years 13 months');
quarter
- The quarter of the year (1 - 4) that the date is in
+ The quarter of the year (1–4) that the date is in
@@ -17541,7 +17539,7 @@ SELECT * FROM pg_ls_dir('.') WITH ORDINALITY AS t(ls,n);
pg_notification_queue_usage()
double
- fraction of the asynchronous notification queue currently occupied (0-1)
+ fraction of the asynchronous notification queue currently occupied (0–1)
@@ -17827,7 +17825,7 @@ SET search_path TO schema , sc
to. pg_notification_queue_usage returns the
fraction of the total available space for notifications currently
occupied by notifications that are waiting to be processed, as a
- double in the range 0-1.
+ double in the range 0–1.
See and
for more information.
diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml
index a42541f420..bc4d98fe03 100644
--- a/doc/src/sgml/high-availability.sgml
+++ b/doc/src/sgml/high-availability.sgml
@@ -1715,22 +1715,22 @@ if (!triggered)
- Query access - SELECT, COPY TO
+ Query access: SELECT, COPY TO
- Cursor commands - DECLARE, FETCH, CLOSE
+ Cursor commands: DECLARE, FETCH, CLOSE
- Parameters - SHOW, SET, RESET
+ Settings: SHOW, SET, RESET
- Transaction management commands
+ Transaction management commands:
@@ -1758,13 +1758,13 @@ if (!triggered)
- Plans and resources - PREPARE, EXECUTE,
+ Plans and resources: PREPARE, EXECUTE,
DEALLOCATE, DISCARD
- Plugins and extensions - LOAD
+ Plugins and extensions: LOAD
@@ -1783,7 +1783,7 @@ if (!triggered)
- Data Manipulation Language (DML) - INSERT,
+ Data Manipulation Language (DML): INSERT,
UPDATE, DELETE, COPY FROM,
TRUNCATE.
Note that there are no allowed actions that result in a trigger
@@ -1795,7 +1795,7 @@ if (!triggered)
- Data Definition Language (DDL) - CREATE,
+ Data Definition Language (DDL): CREATE,
DROP, ALTER, COMMENT.
This restriction applies even to temporary tables, because carrying
out these operations would require updating the system catalog tables.
@@ -1848,7 +1848,7 @@ if (!triggered)
- Two-phase commit commands - PREPARE TRANSACTION,
+ Two-phase commit commands: PREPARE TRANSACTION,
COMMIT PREPARED, ROLLBACK PREPARED
because even read-only transactions need to write WAL in the
prepare phase (the first phase of two phase commit).
@@ -1856,7 +1856,7 @@ if (!triggered)
- Sequence updates - nextval(), setval()
+ Sequence updates: nextval(), setval()
@@ -2223,18 +2223,18 @@ LOG: database system is ready to accept read only connections
- Data Definition Language (DDL) - e.g. CREATE INDEX
+ Data Definition Language (DDL): e.g. CREATE INDEX
- Privilege and Ownership - GRANT, REVOKE,
+ Privilege and Ownership: GRANT, REVOKE,
REASSIGN
- Maintenance commands - ANALYZE, VACUUM,
+ Maintenance commands: ANALYZE, VACUUM,
CLUSTER, REINDEX
@@ -2351,7 +2351,7 @@ LOG: database system is ready to accept read only connections
In normal (non-recovery) mode, if you issue DROP USER or DROP ROLE
for a role with login capability while that user is still connected then
- nothing happens to the connected user - they remain connected. The user cannot
+ nothing happens to the connected user — they remain connected. The user cannot
reconnect however. This behavior applies in recovery also, so a
DROP USER on the primary does not disconnect that user on the standby.
diff --git a/doc/src/sgml/history.sgml b/doc/src/sgml/history.sgml
index 180695afd9..aa171823a8 100644
--- a/doc/src/sgml/history.sgml
+++ b/doc/src/sgml/history.sgml
@@ -106,7 +106,7 @@
and trimmed in size by 25%. Many internal changes improved
performance and
maintainability. Postgres95 release
- 1.0.x ran about 30-50% faster on the Wisconsin Benchmark compared
+ 1.0.x ran about 30–50% faster on the Wisconsin Benchmark compared
to POSTGRES, Version 4.2. Apart from
bug fixes, the following were the major enhancements:
diff --git a/doc/src/sgml/isn.sgml b/doc/src/sgml/isn.sgml
index 598dda2e9a..21174549eb 100644
--- a/doc/src/sgml/isn.sgml
+++ b/doc/src/sgml/isn.sgml
@@ -379,7 +379,7 @@ SELECT isbn13(id) FROM test;
Author
- Germán Méndez Bravo (Kronuz), 2004 - 2006
+ Germán Méndez Bravo (Kronuz), 2004–2006
diff --git a/doc/src/sgml/legal.sgml b/doc/src/sgml/legal.sgml
index 9bb1d7983b..e33dae59a2 100644
--- a/doc/src/sgml/legal.sgml
+++ b/doc/src/sgml/legal.sgml
@@ -3,7 +3,7 @@
2019
- 1996-2019
+ 1996–2019
The PostgreSQL Global Development Group
@@ -11,12 +11,12 @@
Legal Notice
- PostgreSQL is Copyright © 1996-2019
+ PostgreSQL is Copyright © 1996–2019
by the PostgreSQL Global Development Group.
- Postgres95 is Copyright © 1994-5
+ Postgres95 is Copyright © 1994–5
by the Regents of the University of California.
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml
index c58527b0c3..258b09cf8e 100644
--- a/doc/src/sgml/libpq.sgml
+++ b/doc/src/sgml/libpq.sgml
@@ -1,7 +1,7 @@
- libpq - C Library
+ libpq — C Library
libpq
diff --git a/doc/src/sgml/planstats.sgml b/doc/src/sgml/planstats.sgml
index 94b6b22947..ad66282fab 100644
--- a/doc/src/sgml/planstats.sgml
+++ b/doc/src/sgml/planstats.sgml
@@ -112,7 +112,7 @@ WHERE tablename='tenk1' AND attname='unique1';
into equal frequency buckets, so all we have to do is locate the bucket
that our value is in and count part of it and
all of the ones before. The value 1000 is clearly in
- the second bucket (993-1997). Assuming a linear distribution of
+ the second bucket (993–1997). Assuming a linear distribution of
values inside each bucket, we can calculate the selectivity as:
diff --git a/doc/src/sgml/plperl.sgml b/doc/src/sgml/plperl.sgml
index 967efba3b5..e4769c0e38 100644
--- a/doc/src/sgml/plperl.sgml
+++ b/doc/src/sgml/plperl.sgml
@@ -1,7 +1,7 @@
- PL/Perl - Perl Procedural Language
+ PL/Perl — Perl Procedural Language
PL/Perl
diff --git a/doc/src/sgml/plpgsql.sgml b/doc/src/sgml/plpgsql.sgml
index 70bcce700b..2987a555a3 100644
--- a/doc/src/sgml/plpgsql.sgml
+++ b/doc/src/sgml/plpgsql.sgml
@@ -1,7 +1,7 @@
- PL/pgSQL - SQL Procedural Language
+ PL/pgSQL — SQL Procedural Language
PL/pgSQL
diff --git a/doc/src/sgml/plpython.sgml b/doc/src/sgml/plpython.sgml
index 31458e71a8..4c2f7e85fd 100644
--- a/doc/src/sgml/plpython.sgml
+++ b/doc/src/sgml/plpython.sgml
@@ -1,7 +1,7 @@
- PL/Python - Python Procedural Language
+ PL/Python — Python Procedural Language
PL/Python
Python
diff --git a/doc/src/sgml/pltcl.sgml b/doc/src/sgml/pltcl.sgml
index 7ff828de70..87735af34f 100644
--- a/doc/src/sgml/pltcl.sgml
+++ b/doc/src/sgml/pltcl.sgml
@@ -1,7 +1,7 @@
- PL/Tcl - Tcl Procedural Language
+ PL/Tcl — Tcl Procedural Language
PL/Tcl
diff --git a/doc/src/sgml/ref/alter_table.sgml b/doc/src/sgml/ref/alter_table.sgml
index cb9b60415d..62542cd8a1 100644
--- a/doc/src/sgml/ref/alter_table.sgml
+++ b/doc/src/sgml/ref/alter_table.sgml
@@ -569,8 +569,8 @@ WITH ( MODULUS numeric_literal, REM
These forms control the application of row security policies belonging
to the table. If enabled and no policies exist for the table, then a
default-deny policy is applied. Note that policies can exist for a table
- even if row level security is disabled - in this case, the policies will
- NOT be applied and the policies will be ignored.
+ even if row level security is disabled. In this case, the policies will
+ not be applied and the policies will be ignored.
See also
.
diff --git a/doc/src/sgml/ref/copy.sgml b/doc/src/sgml/ref/copy.sgml
index 3e6f9cd532..d9b7c4d0d4 100644
--- a/doc/src/sgml/ref/copy.sgml
+++ b/doc/src/sgml/ref/copy.sgml
@@ -827,8 +827,8 @@ filters, dropped zero bytes, dropped high bits, or parity changes.)
are numbered from 0 (LSB) to 31 (MSB). Note that
this field is stored in network byte order (most significant byte first),
as are all the integer fields used in the file format. Bits
-16-31 are reserved to denote critical file format issues; a reader
-should abort if it finds an unexpected bit set in this range. Bits 0-15
+16–31 are reserved to denote critical file format issues; a reader
+should abort if it finds an unexpected bit set in this range. Bits 0–15
are reserved to signal backwards-compatible format issues; a reader
should simply ignore any unexpected bits set in this range. Currently
only one flag bit is defined, and the rest must be zero:
diff --git a/doc/src/sgml/ref/create_sequence.sgml b/doc/src/sgml/ref/create_sequence.sgml
index 3e0d339c85..e4085804a4 100644
--- a/doc/src/sgml/ref/create_sequence.sgml
+++ b/doc/src/sgml/ref/create_sequence.sgml
@@ -98,7 +98,7 @@ SELECT * FROM name;
Do not throw an error if a relation with the same name already exists.
A notice is issued in this case. Note that there is no guarantee that
the existing relation is anything like the sequence that would have
- been created - it might not even be a sequence.
+ been created — it might not even be a sequence.
diff --git a/doc/src/sgml/ref/create_table.sgml b/doc/src/sgml/ref/create_table.sgml
index a7d351308f..e9a31aa257 100644
--- a/doc/src/sgml/ref/create_table.sgml
+++ b/doc/src/sgml/ref/create_table.sgml
@@ -1348,7 +1348,7 @@ WITH ( MODULUS numeric_literal, REM
we try to move long column values into TOAST tables, and is also the
target length we try to reduce the length below once toasting begins.
This only affects columns marked as either External or Extended
- and applies only to new tuples - there is no effect on existing rows.
+ and applies only to new tuples; there is no effect on existing rows.
By default this parameter is set to allow at least 4 tuples per block,
which with the default blocksize will be 2040 bytes. Valid values are
between 128 bytes and the (blocksize - header), by default 8160 bytes.
diff --git a/doc/src/sgml/syntax.sgml b/doc/src/sgml/syntax.sgml
index ddc5ad3e30..c908e0bc39 100644
--- a/doc/src/sgml/syntax.sgml
+++ b/doc/src/sgml/syntax.sgml
@@ -392,7 +392,7 @@ SELECT 'foo' 'bar';
\o,
\oo,
\ooo
- (o = 0 - 7)
+ (o = 0–7)
octal byte value
@@ -400,7 +400,7 @@ SELECT 'foo' 'bar';
\xh,
\xhh
- (h = 0 - 9, A - F)
+ (h = 0–9, A–F)
hexadecimal byte value
@@ -408,7 +408,7 @@ SELECT 'foo' 'bar';
\uxxxx,
\Uxxxxxxxx
- (x = 0 - 9, A - F)
+ (x = 0–9, A–F)
16 or 32-bit hexadecimal Unicode character value
diff --git a/doc/src/sgml/textsearch.sgml b/doc/src/sgml/textsearch.sgml
index 3f00ae3bd9..9839eaa8dd 100644
--- a/doc/src/sgml/textsearch.sgml
+++ b/doc/src/sgml/textsearch.sgml
@@ -2253,7 +2253,7 @@ SELECT alias, description, token FROM ts_debug('http://example.com/stuff/index.h
- Linguistic - Ispell dictionaries try to reduce input words to a
+ Linguistic — Ispell dictionaries try to reduce input words to a
normalized form; stemmer dictionaries remove word endings