|
10200 | 10200 | provolatile => 'v', prorettype => 'record', proargtypes => '',
|
10201 | 10201 | proallargtypes => '{text,int8,timestamptz}', proargmodes => '{o,o,o}',
|
10202 | 10202 | proargnames => '{name,size,modification}', prosrc => 'pg_ls_waldir' },
|
| 10203 | +{ oid => '5031', descr => 'list of files in the archive_status directory', |
| 10204 | + proname => 'pg_ls_archive_statusdir', procost => '10', prorows => '20', proretset => 't', |
| 10205 | + provolatile => 'v', prorettype => 'record', proargtypes => '', |
| 10206 | + proallargtypes => '{text,int8,timestamptz}', proargmodes => '{o,o,o}', |
| 10207 | + proargnames => '{name,size,modification}', prosrc => 'pg_ls_archive_statusdir' }, |
10203 | 10208 | { oid => '5029', descr => 'list files in the pgsql_tmp directory',
|
10204 | 10209 | proname => 'pg_ls_tmpdir', procost => '10', prorows => '20', proretset => 't',
|
10205 | 10210 | provolatile => 'v', prorettype => 'record', proargtypes => '',
|
|
0 commit comments