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

From Vik Fearing
Subject Re: Problem with backing up a large database
Date
Msg-id 52135BBE.3030105@dalibo.com
Whole thread Raw
In response to Re: Problem with backing up a large database  (Athanasios Kostopoulos <athanasios.kostopoulos@classmarkets.com>)
Responses Re: Problem with backing up a large database
List pgsql-novice
On 08/20/2013 01:47 PM, Athanasios Kostopoulos wrote:
> Thank you for your reply Luca. Regarding the regular expression, I
> need to exclude all tables starting with z thus ^z. I am not sure
> about the star, should I do something along the lines of
> ^z[Aa-Zz|0-9]* to catch all cases?

Just do ^z and leave the star out of it.

--
Vik



pgsql-novice by date:

Previous
From: Athanasios Kostopoulos
Date:
Subject: Re: Problem with backing up a large database
Next
From: Tom Lane
Date:
Subject: Re: Problem with backing up a large database