I wrote:
> John Rouillard writes:
>> I get the same result (0 exit status) on solaris 8 and solaris 10 with
>> /bin/cp. I wonder what platform the example worked on.
> cp does behave as the example suggests for me, on OS X and HPUX. I
> suspect Bruce tested it on some BSD variant before putting
John Rouillard writes:
>> On Fri, Jun 17, 2011 at 12:32 PM, Kevin Grittner
>> kevin.gritt...@wicourts.gov> wrote:
This could be reproduced on CentOS 5.6, RHEL4, and Ubuntu 10.04.
>>> I've confirmed on SLES 10 and Ubuntu 9, too.
> Not really surprising since choosing to not copy a file isn't
Hi all:
Corrected the top posting.
On Fri, Jun 17, 2011 at 12:55:07PM -0400, Tim wrote:
> On Fri, Jun 17, 2011 at 12:32 PM, Kevin Grittner
> kevin.gritt...@wicourts.gov> wrote:
> > "Martin Münstermann" wrote:
> > > while setting up a new linux postgresql server, I checked my
> > > archive_command
Technically the documentation covers its self by saying:
"This is an example, not a recommendation, and might not work on all
platforms."
What would be nice is if the documentation could be made more useful by
providing some more complex example scripts.
What do our readers use for WAL archiving?
"Martin Münstermann" wrote:
> while setting up a new linux postgresql server, I checked my
> archive_command. I noticed that the usual "cp -i f1 f2 <
> /dev/null" did NOT as expected: It did not overwrite the file
> (PASS), but it returned zero (FAIL, should return error).
>
> This could be r
[please don't send a post to multiple lists]
Pratheeban Jebasingh Tharmaraj wrote:
> I am trying to add column to the table that's hanging.
>
> alter table hr_firms add column_name biginit;
>
> This is the lock I see in the db
>
> relation | 564709 | 586888 | | |
Thanks for your answer!
In this spacial case your suggestion is a solution, but I am searching
for an opportunity to make every change (e.g. alter table) without
effecting availability of the database and the modified table when using
wal shipping (maybe something like concurrently when creating an
On 13/06/2011 09:56, Ibrahim Harrani wrote:
> Hi,
>
> I am using PostgreSQL 9.0 I would like to dump some tables and all
> functions,triggers on the database.
> If I drop with pg_dump -c parameter, it removes public schema as
> well.
With -c, the drop of the public schema does not cascade,
Thanks for your answer!
In this spacial case your suggestion is a solution, but I am searching
for an opportunity to make every change (e.g. alter table) without
effecting availability of the database and the modified table when using
wal shipping (maybe something like concurrently when creating an
Hi,
while setting up a new linux postgresql server, I checked my archive_command.
I noticed that the usual "cp -i f1 f2 < /dev/null" did NOT as expected:
It did not overwrite the file (PASS), but it returned zero (FAIL, should return
error).
This could be reproduced on CentOS 5.6, RHEL4, and Ub
10 matches
Mail list logo