Re: 25.3. Continuous Archiving : Unix examples with Windows-stylevariables %-$ - Mailing list pgsql-docs

From Jonathan S. Katz
Subject Re: 25.3. Continuous Archiving : Unix examples with Windows-stylevariables %-$
Date
Msg-id F053F62F-88ED-4649-A86D-42F2E43523E9@postgresql.org
Whole thread Raw
In response to 25.3. Continuous Archiving : Unix examples with Windows-stylevariables %-$  (PG Doc comments form <noreply@postgresql.org>)
Responses Re: 25.3. Continuous Archiving : Unix examples with Windows-stylevariables %-$
List pgsql-docs
Hi,

> On Aug 23, 2018, at 5:54 AM, PG Doc comments form <noreply@postgresql.org> wrote:
>
> The following documentation comment has been logged on the website:
>
> Page: https://www.postgresql.org/docs/9.4/static/continuous-archiving.html
> Description:
>
> Most examples in "25.3. Continuous Archiving and Point-in-Time Recovery
> (PITR)" use Unix commands and paths, but all variables are written as
> Windows batch file variables (Windows "%var" / Unix "$var”).

These are special variables that PostgreSQL replaces regardless of
operating system. Per the paragraph above the examples:

    "In archive_command, %p is replaced by the path name of the
    file to archive, while %f is replaced by only the file name.”

Thanks,

Jonathan


Attachment

pgsql-docs by date:

Previous
From: PG Doc comments form
Date:
Subject: 25.3. Continuous Archiving : Unix examples with Windows-stylevariables %-$
Next
From: "Jonathan S. Katz"
Date:
Subject: Re: "System roles" mentioned in psql documentation