Re: Problem with backing up a large database
| От | Tom Lane |
|---|---|
| Тема | Re: Problem with backing up a large database |
| Дата | |
| Msg-id | 3260.1377006679@sss.pgh.pa.us обсуждение исходный текст |
| Ответ на | Re: Problem with backing up a large database (Vik Fearing <vik.fearing@dalibo.com>) |
| Ответы |
Re: Problem with backing up a large database
|
| Список | pgsql-novice |
Vik Fearing <vik.fearing@dalibo.com> writes:
> 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.
I think it would be '[^z]*'. The basic notation is not regex, it's
like Unix shells' filename wildcards; so you *do* need a star.
But we do recognize regex-style character classes, else this
requirement couldn't be met at all.
regards, tom lane
В списке pgsql-novice по дате отправления: