Re: pg_dump negation regex

Поиск
Список
Период
Сортировка
От Eudald Valcàrcel Lacasa
Тема Re: pg_dump negation regex
Дата
Msg-id CANEx+AWBzsuh6R6OM4+DcES+_iBeeGCx4qnx+w=j4qr-Ez==ZA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pg_dump negation regex  (Rob Sargent <robjsargent@gmail.com>)
Список pgsql-general
You're right Rob.

Thanks, it worked!
Eudald

El jue., 7 may. 2020 a las 21:16, Rob Sargent (<robjsargent@gmail.com>) escribió:


> On May 7, 2020, at 1:03 PM, Eudald Valcàrcel Lacasa <eudald.valcarcel@gmail.com> wrote:
>
> I know the -T command, but I'm trying to regex the "pattern" in -T in order to exclude all tables named program_1 onwards.
> I believe commonly you'd use -T "program_!0", but the ! negation keyword is not defined.
>
> Thanks,
> Eudald
>

 More like ‘program[^0].*’ of there are no leading zero (e.g.09) or ‘program[1-9][0-9]*'

В списке pgsql-general по дате отправления:

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: Odd postgres12 upgrade is changing or munging a password?
Следующее
От: Tory M Blue
Дата:
Сообщение: Memory footprint diff between 9.5 and 12