Re: Problem with backing up a large database - Mailing list pgsql-novice

From Tom Lane
Subject Re: Problem with backing up a large database
Date
Msg-id 11693.1377027024@sss.pgh.pa.us
Whole thread Raw
In response to Re: Problem with backing up a large database  (Mael Rimbault <mael.rimbault@gmail.com>)
List pgsql-novice
Mael Rimbault <mael.rimbault@gmail.com> writes:
> 2013/8/20 Tom Lane <tgl@sss.pgh.pa.us>:
>> I think it would be '[^z]*'.

> Agreed that the notation is not regex, and that the star is required,
> but '[^z]*' does not seem to address Athanasios need to me :
> $ pg_dump -s -T '[^z]*' pgbench | grep "^CREATE TABLE" | cut -d" " -f3

Ah, I was thinking of using the pattern with -t.  If you want to use -T
then yeah, you'd invert the sense.

            regards, tom lane


pgsql-novice by date:

Previous
From: Mael Rimbault
Date:
Subject: Re: Problem with backing up a large database
Next
From: "carlosinfl ."
Date:
Subject: PostgreSQL 9.2 Log Help