From: | "Dickson S(dot) Guedes" <listas(at)guedesoft(dot)net> |
---|---|
To: | Thom Brown <thom(at)linux(dot)com> |
Cc: | Bruce Momjian <bruce(at)momjian(dot)us>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Re: [COMMITTERS] pgsql: Don't use "cp -i" in the example WAL archive_command. |
Date: | 2011-06-18 13:11:58 |
Message-ID: | BANLkTi=hoCNsknqeSVoviPwe1kjS_H40mw@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
2011/6/18 Thom Brown <thom(at)linux(dot)com>:
[.. cut ..]
> And on a Mac (so through Darwin 10.7.0 a BSD version too):
>
> toucan:tmp thom$ touch x y
> toucan:tmp thom$ cp -i x y; echo $?
> overwrite y? (y/n [n]) n
> not overwritten
> 1
On AIX 5.3
bash-3.00$ touch x y
bash-3.00$ cp -i x y; echo $?
overwrite y? n
0
--
Dickson S. Guedes
mail/xmpp: guedes(at)guedesoft(dot)net - skype: guediz
http://guedesoft.net - http://www.postgresql.org.br
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2011-06-18 13:19:54 | Re: Re: [COMMITTERS] pgsql: Don't use "cp -i" in the example WAL archive_command. |
Previous Message | User Hinoue | 2011-06-18 11:44:27 | psqlodbc - psqlodbc: Handle *with or without oids* correctly. |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2011-06-18 13:19:54 | Re: Re: [COMMITTERS] pgsql: Don't use "cp -i" in the example WAL archive_command. |
Previous Message | Bernd Helmle | 2011-06-18 10:29:38 | Re: Another swing at JSON |