Re: generating function default settings from pg_proc.dat
| От | Álvaro Herrera |
|---|---|
| Тема | Re: generating function default settings from pg_proc.dat |
| Дата | |
| Msg-id | 202602162337.7ye33z25b2jv@alvherre.pgsql обсуждение исходный текст |
| Ответ на | Re: generating function default settings from pg_proc.dat (Andres Freund <andres@anarazel.de>) |
| Ответы |
Re: generating function default settings from pg_proc.dat
|
| Список | pgsql-hackers |
On 2026-Feb-16, Andres Freund wrote:
> could be
>
> { oid => '3786', descr => 'set up a logical replication slot',
> proname => 'pg_create_logical_replication_slot', provolatile => 'v',
> proparallel => 'u',
> proargs => [
> {type => 'name', name => 'slot_name'},
> {type => 'name', name => 'plugin'},
> {type => 'bool', name => 'temporary', default => 'false'},
> {type => 'bool', name => 'twophase', default => 'false'},
> {type => 'bool', name => 'failover', default => 'false'},
> ],
> prorettype => [
> {type => 'name', name => 'slot_name'},
> {type => 'pg_lsn', name => 'lsn'},
> ]
> }
This is pretty much the sort of thing I was imagining when I read
Corey's argumentation. +1 for something along these lines.
--
Álvaro Herrera Breisgau, Deutschland — https://www.EnterpriseDB.com/
"Pero la cosa no es muy grave ..." (le petit Nicolas -- René Goscinny)
В списке pgsql-hackers по дате отправления: