Re: BUG #3377: pg_dump: No matching tables were found

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: BUG #3377: pg_dump: No matching tables were found
Дата
Msg-id 20070608181304.GN9071@alvh.no-ip.org
обсуждение исходный текст
Ответ на BUG #3377: pg_dump: No matching tables were found  ("Kevin Neufeld" <kneufeld@refractions.net>)
Список pgsql-bugs
Kevin Neufeld wrote:

> $ pg_dump -U postgres -t mytable postgres | less
> pg_dump: No matching tables were found
>
> $ pg_dump -U postgres -n test -t mytable postgres | less
> pg_dump: No matching tables were found

Try pg_dump -t test.mytable

Then check the docs of the new version, which state

: Note:  The behavior of the -t switch is not entirely upward compatible
: with pre-8.2 PostgreSQL versions. Formerly, writing -t tab would dump
: all tables named tab, but now it just dumps whichever one is visible in
: your default search path. To get the old behavior you can write -t
: '*.tab'. Also, you must write something like -t sch.tab to select a
: table in a particular schema, rather than the old locution of -n sch -t
: tab.

http://www.postgresql.org/docs/8.2/static/app-pgdump.html

--
Alvaro Herrera                         http://www.flickr.com/photos/alvherre/
"Nunca confiaré en un traidor.  Ni siquiera si el traidor lo he creado yo"
(Barón Vladimir Harkonnen)

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

Предыдущее
От: "Kevin Neufeld"
Дата:
Сообщение: BUG #3377: pg_dump: No matching tables were found
Следующее
От: Christian Gonzalez
Дата:
Сообщение: Re: BUG #3377: pg_dump: No matching tables were found