Re: Problem with backing up a large database

From: Vik Fearing <vik(dot)fearing(at)dalibo(dot)com>
To: Athanasios Kostopoulos <athanasios(dot)kostopoulos(at)classmarkets(dot)com>
Cc: Luca Ferrari <fluca1978(at)infinito(dot)it>, "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Problem with backing up a large database
Date: 2013-08-20 12:06:22
Message-ID: 52135BBE.3030105@dalibo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2013-08-20 13:51:19 Re: Problem with backing up a large database
Previous Message Athanasios Kostopoulos 2013-08-20 11:47:33 Re: Problem with backing up a large database