Re: pg_dump new feature: exporting functions only. Bad or good idea ?

Поиск
Список
Период
Сортировка
От ahsan hadi
Тема Re: pg_dump new feature: exporting functions only. Bad or good idea ?
Дата
Msg-id 161969680810.1148.13492649818376956665.pgcf@coridan.postgresql.org
обсуждение исходный текст
Ответ на Re: pg_dump new feature: exporting functions only. Bad or good idea ?  (Lætitia Avrot <laetitia.avrot@gmail.com>)
Ответы Re: pg_dump new feature: exporting functions only. Bad or good idea ?
Список pgsql-hackers
The following review has been posted through the commitfest application:
make installcheck-world:  tested, failed
Implements feature:       tested, passed
Spec compliant:           tested, passed
Documentation:            not tested

Few minor comments :

- The latest patch has some hunk failures
- Regression with master has many failures with/without the patch, it is difficult to tell if the patch is causing any
failures.
- This is probably intended behaviour that --functions-only switch is also dumping stored procedures? 
- If i create a procedure with 
LANGUAGE plpgsql
SECURITY INVOKER
It is not including "SECURITY INVOKER" in the dump. That's probably because INVOKER is default security rights.

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

Предыдущее
От: Bharath Rupireddy
Дата:
Сообщение: Re: function for testing that causes the backend to terminate
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: [BUG] "FailedAssertion" reported when streaming in logical replication