diff options
author | Peter Eisentraut | 2019-10-25 18:23:44 +0000 |
---|---|---|
committer | Peter Eisentraut | 2019-10-25 18:39:41 +0000 |
commit | cbe63d02d0f7d85ecbae7d8998f5edfe56d50b9d (patch) | |
tree | beb3ab0d58120a38c051cc1db996b9efa0ae8f65 /doc/src/sgml/ref/create_sequence.sgml | |
parent | ee201520707596b058e6bbfab0a5e2006f3834c5 (diff) |
doc: Use proper em and en dashes
Diffstat (limited to 'doc/src/sgml/ref/create_sequence.sgml')
-rw-r--r-- | doc/src/sgml/ref/create_sequence.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/create_sequence.sgml b/doc/src/sgml/ref/create_sequence.sgml index 3e0d339c859..e4085804a4d 100644 --- a/doc/src/sgml/ref/create_sequence.sgml +++ b/doc/src/sgml/ref/create_sequence.sgml @@ -98,7 +98,7 @@ SELECT * FROM <replaceable>name</replaceable>; 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. </para> </listitem> </varlistentry> |