Do you think that an overload in pg_proc.dat with oid as parameter would make sense here? e.g. { oid => '2322', descr => 'total disk space usage for the specified tablespace', proname => 'pg_tablespace_size', provolatile => 'v', prorettype => 'int8', proargtypes => 'oid', prosrc => 'pg_tablespace_size_oid' }, { oid => '2323', descr => 'total disk space usage for the specified tablespace', proname => 'pg_tablespace_size', provolatile => 'v', prorettype => 'int8', proargtypes => 'name', prosrc => 'pg_tablespace_size_name' },
pgsql-hackers by date:
Соглашаюсь с условиями обработки персональных данных