Обсуждение: Spelling Mistake
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/14/tutorial-sql-intro.html Description: Hello, I was going through the docs, and on page: https://www.postgresql.org/docs/current/tutorial-sql-intro.html the first code block is as shown: $ cd .../src/tutorial $ make There are 3 periods instead of 2 which I believe is incorrect. Hope this is helpful and thanks for all your work! Kind regards, James
On Wed, May 18, 2022 at 03:02:04AM +0000, PG Doc comments form wrote: > There are 3 periods instead of 2 which I believe is incorrect. It seems to me that those three periods refer to the root path of the source tree that you'd need to type by yourself to reach it. -- Michael
Вложения
On Wed, May 18, 2022 at 03:02:04AM +0000, PG Doc comments form wrote:
> There are 3 periods instead of 2 which I believe is incorrect.
Also, as mentioned in the conventions
"The following conventions are used in the synopsis of a command: brackets ([ and ]) indicate optional parts. Braces ({ and }) and vertical lines (|) indicate that you must choose one alternative. Dots (...) mean that the preceding element can be repeated. All other symbols, including parentheses, should be taken literally."
Rajie
On Wed, May 18, 2022 at 2:54 PM Michael Paquier <michael@paquier.xyz> wrote:
On Wed, May 18, 2022 at 03:02:04AM +0000, PG Doc comments form wrote:
> There are 3 periods instead of 2 which I believe is incorrect.
It seems to me that those three periods refer to the root path of the
source tree that you'd need to type by yourself to reach it.
--
Michael
Ahh of course, my apologies. Thank you for the response!
Kind regards,
James
On May 18, 2022, at 5:37 AM, Rajakavitha Kodhandapani <krajakavitha@gmail.com> wrote:
Regards,On Wed, May 18, 2022 at 03:02:04AM +0000, PG Doc comments form wrote:
> There are 3 periods instead of 2 which I believe is incorrect.Also, as mentioned in the conventions
"The following conventions are used in the synopsis of a command: brackets (
[and]) indicate optional parts. Braces ({and}) and vertical lines (|) indicate that you must choose one alternative. Dots (...) mean that the preceding element can be repeated. All other symbols, including parentheses, should be taken literally."
RajieOn Wed, May 18, 2022 at 2:54 PM Michael Paquier <michael@paquier.xyz> wrote:On Wed, May 18, 2022 at 03:02:04AM +0000, PG Doc comments form wrote:
> There are 3 periods instead of 2 which I believe is incorrect.
It seems to me that those three periods refer to the root path of the
source tree that you'd need to type by yourself to reach it.
--
Michael
Ahh of course, my apologies. Thank you for the response! Kind regards, James > On May 18, 2022, at 5:24 AM, Michael Paquier <michael@paquier.xyz> wrote: > > On Wed, May 18, 2022 at 03:02:04AM +0000, PG Doc comments form wrote: >> There are 3 periods instead of 2 which I believe is incorrect. > > It seems to me that those three periods refer to the root path of the > source tree that you'd need to type by yourself to reach it. > -- > Michael