Re: pg_dump/restore syntax checking bug?

Поиск
Список
Период
Сортировка
От Josh Kupershmidt
Тема Re: pg_dump/restore syntax checking bug?
Дата
Msg-id CAK3UJRH6SAvyH47VOxbDtfFkc+XoFnmRTZDK+TRKbC5DOnV+-w@mail.gmail.com
обсуждение исходный текст
Ответ на pg_dump/restore syntax checking bug?  ("Joshua D. Drake" <jd@commandprompt.com>)
Ответы Re: pg_dump/restore syntax checking bug?  ("Joshua D. Drake" <jd@commandprompt.com>)
Список pgsql-hackers
On Fri, Mar 22, 2013 at 9:35 PM, Joshua D. Drake <jd@commandprompt.com> wrote:

> postgres@jd-laptop:~$ pg_restore -d test -P 'by(),hello()' foo.sqlc

Note, the pg_restore doc makes no mention of trying to squeeze
multiple function prototypes in a single argument you've done here, or
of using multiple -P flags.

> It appears we need better syntax checking.

Can't really argue with this. But if you think these pg_restore
examples are bad, try this gem: reindexdb --table='foo; ALTER ROLE limited WITH superuser'

Josh



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

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: pg_dump/restore syntax checking bug?
Следующее
От: Jim Nasby
Дата:
Сообщение: Re: Enabling Checksums