Server IP : 85.214.239.14 / Your IP : 18.223.211.133 Web Server : Apache/2.4.62 (Debian) System : Linux h2886529.stratoserver.net 4.9.0 #1 SMP Tue Jan 9 19:45:01 MSK 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.18 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /proc/3/root/usr/share/postgresql/9.6/extension/ |
Upload File : |
/* contrib/pageinspect/pageinspect--1.4--1.5.sql */ -- complain if script is sourced in psql, rather than via ALTER EXTENSION \echo Use "ALTER EXTENSION pageinspect UPDATE TO '1.5'" to load this file. \quit ALTER FUNCTION get_raw_page(text, int4) PARALLEL SAFE; ALTER FUNCTION get_raw_page(text, text, int4) PARALLEL SAFE; ALTER FUNCTION page_header(bytea) PARALLEL SAFE; ALTER FUNCTION heap_page_items(bytea) PARALLEL SAFE; ALTER FUNCTION tuple_data_split(oid, bytea, integer, integer, text) PARALLEL SAFE; ALTER FUNCTION tuple_data_split(oid, bytea, integer, integer, text, bool) PARALLEL SAFE; ALTER FUNCTION heap_page_item_attrs(bytea, regclass, bool) PARALLEL SAFE; ALTER FUNCTION heap_page_item_attrs(bytea, regclass) PARALLEL SAFE; ALTER FUNCTION bt_metap(text) PARALLEL SAFE; ALTER FUNCTION bt_page_stats(text, int4) PARALLEL SAFE; ALTER FUNCTION bt_page_items(text, int4) PARALLEL SAFE; ALTER FUNCTION brin_page_type(bytea) PARALLEL SAFE; ALTER FUNCTION brin_metapage_info(bytea) PARALLEL SAFE; ALTER FUNCTION brin_revmap_data(bytea) PARALLEL SAFE; ALTER FUNCTION brin_page_items(bytea, regclass) PARALLEL SAFE; ALTER FUNCTION fsm_page_contents(bytea) PARALLEL SAFE; ALTER FUNCTION gin_metapage_info(bytea) PARALLEL SAFE; ALTER FUNCTION gin_page_opaque_info(bytea) PARALLEL SAFE; ALTER FUNCTION gin_leafpage_items(bytea) PARALLEL SAFE;