From: | Robin Dupret <robin(dot)dupret(at)gmail(dot)com> |
---|---|
To: | pgsql-hackers(at)lists(dot)postgresql(dot)org |
Cc: | Robin Dupret <robin(dot)dupret(at)gmail(dot)com> |
Subject: | [PATCH] Fix a tiny typo in the documentation |
Date: | 2025-01-22 08:27:09 |
Message-ID: | CA+G124XqFHp6SYP8go0PDzHXvN-K-_OoTdCnBYA96DNWX9y-Kw@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hello,
This is a patch (against the master branch) to fix a tiny typo in the
documentation.
Here is the only file changed:
* doc/src/sgml/ddl.sgml
(This is the first time I send a patch so sorry if I missed something.)
Have a nice day.
---
doc/src/sgml/ddl.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml
index dea04d64db..6f4f1733ca 100644
--- a/doc/src/sgml/ddl.sgml
+++ b/doc/src/sgml/ddl.sgml
@@ -3339,7 +3339,7 @@ SET search_path TO myschema;
and operator names as it does for table names. Data type and function
names can be qualified in exactly the same way as table names. If you
need to write a qualified operator name in an expression, there is a
- special provision: you must write
+ special provision you must write:
<synopsis>
<literal>OPERATOR(</literal><replaceable>schema</replaceable><literal>.</literal><replaceable>operator</replaceable><literal>)</literal>
</synopsis>
--
From | Date | Subject | |
---|---|---|---|
Next Message | John Naylor | 2025-01-22 08:37:25 | Re: Change GUC hashtable to use simplehash? |
Previous Message | Yura Sokolov | 2025-01-22 08:22:44 | Re: [RFC] Lock-free XLog Reservation from WAL |