Re: [HACKERS] Review: check existency of table for -t option (pg_dump) when pattern...

2015-09-14 Thread Pavel Stehule
2015-09-14 12:05 GMT+02:00 Teodor Sigaev : > (new version in attach), but patch shows some inconsistent output: >> % pg_dump -t 'aaa*' postgres >> pg_dump: No matching tables were found >> % pg_dump -t 'aaa*' --strict-names postgres >> pg_dump: Table "aaa*"

Re: [HACKERS] Review: check existency of table for -t option (pg_dump) when pattern...

2015-09-12 Thread Pavel Stehule
Hi 2015-09-11 17:59 GMT+02:00 Teodor Sigaev : > https://commitfest.postgresql.org/6/201/ > > Patch looks good and is helpful in some usecases. I found and fix some > typo (new version in attach), but patch shows some inconsistent output: > % pg_dump -t 'aaa*' postgres >

[HACKERS] Review: check existency of table for -t option (pg_dump) when pattern...

2015-09-11 Thread Teodor Sigaev
https://commitfest.postgresql.org/6/201/ Patch looks good and is helpful in some usecases. I found and fix some typo (new version in attach), but patch shows some inconsistent output: % pg_dump -t 'aaa*' postgres pg_dump: No matching tables were found % pg_dump -t 'aaa*' --strict-names