1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-28 18:48:04 +03:00

doc: Use proper em and en dashes

This commit is contained in:
Peter Eisentraut
2019-10-25 20:23:44 +02:00
parent ee20152070
commit cbe63d02d0
24 changed files with 112 additions and 114 deletions

View File

@@ -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 &mdash; it might not even be a sequence.
</para>
</listitem>
</varlistentry>