Re: Typo for cd commands

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: peihuachu1112(at)gmail(dot)com
Cc: pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Re: Typo for cd commands
Date: 2020-12-19 16:53:20
Message-ID: 271305.1608396800@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

PG Doc comments form <noreply(at)postgresql(dot)org> writes:
> I believe that the following two commands in the page
> "https://www.postgresql.org/docs/13/tutorial-sql-intro.html" should have a
> slash in the middle of the four dots.

> cd ..../src/tutorial
> cd ..../tutorial

Hmm. The first one is written that way to be vague about what the full
path is. "cd ../../src/tutorial" would only be correct given very
specific assumptions about what your prior working directory was.
I'm not sure what the point of the second one is, but it seems like
we should either remove it or make it look like the first one.

regards, tom lane

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Bruce Momjian 2020-12-23 14:39:42 Re: Functions should be Functions & Procedures
Previous Message PG Doc comments form 2020-12-19 11:14:37 Typo for cd commands