|
2364 | 2364 | { oid => '1176', descr => 'convert date and time to timestamp with time zone', |
2365 | 2365 | proname => 'timestamptz', prolang => 'sql', provolatile => 's', |
2366 | 2366 | prorettype => 'timestamptz', proargtypes => 'date time', |
2367 | | - prosrc => 'see system_views.sql' }, |
| 2367 | + prosrc => 'see system_functions.sql' }, |
2368 | 2368 | { oid => '1178', descr => 'convert timestamp with time zone to date', |
2369 | 2369 | proname => 'date', provolatile => 's', prorettype => 'date', |
2370 | 2370 | proargtypes => 'timestamptz', prosrc => 'timestamptz_date' }, |
|
2417 | 2417 | { oid => '1215', descr => 'get description for object id and catalog name', |
2418 | 2418 | proname => 'obj_description', prolang => 'sql', procost => '100', |
2419 | 2419 | provolatile => 's', prorettype => 'text', proargtypes => 'oid name', |
2420 | | - prosrc => 'see system_views.sql' }, |
| 2420 | + prosrc => 'see system_functions.sql' }, |
2421 | 2421 | { oid => '1216', descr => 'get description for table column', |
2422 | 2422 | proname => 'col_description', prolang => 'sql', procost => '100', |
2423 | 2423 | provolatile => 's', prorettype => 'text', proargtypes => 'oid int4', |
2424 | | - prosrc => 'see system_views.sql' }, |
| 2424 | + prosrc => 'see system_functions.sql' }, |
2425 | 2425 | { oid => '1993', |
2426 | 2426 | descr => 'get description for object id and shared catalog name', |
2427 | 2427 | proname => 'shobj_description', prolang => 'sql', procost => '100', |
2428 | 2428 | provolatile => 's', prorettype => 'text', proargtypes => 'oid name', |
2429 | | - prosrc => 'see system_views.sql' }, |
| 2429 | + prosrc => 'see system_functions.sql' }, |
2430 | 2430 |
|
2431 | 2431 | { oid => '1217', |
2432 | 2432 | descr => 'truncate timestamp with time zone to specified units', |
|
2601 | 2601 |
|
2602 | 2602 | { oid => '1296', |
2603 | 2603 | proname => 'timedate_pl', prolang => 'sql', prorettype => 'timestamp', |
2604 | | - proargtypes => 'time date', prosrc => 'see system_views.sql' }, |
| 2604 | + proargtypes => 'time date', prosrc => 'see system_functions.sql' }, |
2605 | 2605 | { oid => '1297', |
2606 | 2606 | proname => 'datetimetz_pl', prorettype => 'timestamptz', |
2607 | 2607 | proargtypes => 'date timetz', prosrc => 'datetimetz_timestamptz' }, |
2608 | 2608 | { oid => '1298', |
2609 | 2609 | proname => 'timetzdate_pl', prolang => 'sql', prorettype => 'timestamptz', |
2610 | | - proargtypes => 'timetz date', prosrc => 'see system_views.sql' }, |
| 2610 | + proargtypes => 'timetz date', prosrc => 'see system_functions.sql' }, |
2611 | 2611 | { oid => '1299', descr => 'current transaction time', |
2612 | 2612 | proname => 'now', provolatile => 's', prorettype => 'timestamptz', |
2613 | 2613 | proargtypes => '', prosrc => 'now' }, |
|
2651 | 2651 | proname => 'overlaps', prolang => 'sql', proisstrict => 'f', |
2652 | 2652 | provolatile => 's', prorettype => 'bool', |
2653 | 2653 | proargtypes => 'timestamptz interval timestamptz interval', |
2654 | | - prosrc => 'see system_views.sql' }, |
| 2654 | + prosrc => 'see system_functions.sql' }, |
2655 | 2655 | { oid => '1306', descr => 'intervals overlap?', |
2656 | 2656 | proname => 'overlaps', prolang => 'sql', proisstrict => 'f', |
2657 | 2657 | provolatile => 's', prorettype => 'bool', |
2658 | 2658 | proargtypes => 'timestamptz timestamptz timestamptz interval', |
2659 | | - prosrc => 'see system_views.sql' }, |
| 2659 | + prosrc => 'see system_functions.sql' }, |
2660 | 2660 | { oid => '1307', descr => 'intervals overlap?', |
2661 | 2661 | proname => 'overlaps', prolang => 'sql', proisstrict => 'f', |
2662 | 2662 | provolatile => 's', prorettype => 'bool', |
2663 | 2663 | proargtypes => 'timestamptz interval timestamptz timestamptz', |
2664 | | - prosrc => 'see system_views.sql' }, |
| 2664 | + prosrc => 'see system_functions.sql' }, |
2665 | 2665 |
|
2666 | 2666 | { oid => '1308', descr => 'intervals overlap?', |
2667 | 2667 | proname => 'overlaps', proisstrict => 'f', prorettype => 'bool', |
2668 | 2668 | proargtypes => 'time time time time', prosrc => 'overlaps_time' }, |
2669 | 2669 | { oid => '1309', descr => 'intervals overlap?', |
2670 | 2670 | proname => 'overlaps', prolang => 'sql', proisstrict => 'f', |
2671 | 2671 | prorettype => 'bool', proargtypes => 'time interval time interval', |
2672 | | - prosrc => 'see system_views.sql' }, |
| 2672 | + prosrc => 'see system_functions.sql' }, |
2673 | 2673 | { oid => '1310', descr => 'intervals overlap?', |
2674 | 2674 | proname => 'overlaps', prolang => 'sql', proisstrict => 'f', |
2675 | 2675 | prorettype => 'bool', proargtypes => 'time time time interval', |
2676 | | - prosrc => 'see system_views.sql' }, |
| 2676 | + prosrc => 'see system_functions.sql' }, |
2677 | 2677 | { oid => '1311', descr => 'intervals overlap?', |
2678 | 2678 | proname => 'overlaps', prolang => 'sql', proisstrict => 'f', |
2679 | 2679 | prorettype => 'bool', proargtypes => 'time interval time time', |
2680 | | - prosrc => 'see system_views.sql' }, |
| 2680 | + prosrc => 'see system_functions.sql' }, |
2681 | 2681 |
|
2682 | 2682 | { oid => '1312', descr => 'I/O', |
2683 | 2683 | proname => 'timestamp_in', provolatile => 's', prorettype => 'timestamp', |
|
2758 | 2758 | { oid => '1348', descr => 'deprecated, use two-argument form instead', |
2759 | 2759 | proname => 'obj_description', prolang => 'sql', procost => '100', |
2760 | 2760 | provolatile => 's', prorettype => 'text', proargtypes => 'oid', |
2761 | | - prosrc => 'see system_views.sql' }, |
| 2761 | + prosrc => 'see system_functions.sql' }, |
2762 | 2762 |
|
2763 | 2763 | { oid => '1349', descr => 'print type names of oidvector field', |
2764 | 2764 | proname => 'oidvectortypes', provolatile => 's', prorettype => 'text', |
|
2841 | 2841 |
|
2842 | 2842 | { oid => '1384', descr => 'extract field from date', |
2843 | 2843 | proname => 'date_part', prolang => 'sql', prorettype => 'float8', |
2844 | | - proargtypes => 'text date', prosrc => 'see system_views.sql' }, |
| 2844 | + proargtypes => 'text date', prosrc => 'see system_functions.sql' }, |
2845 | 2845 | { oid => '9979', descr => 'extract field from date', |
2846 | 2846 | proname => 'extract', prorettype => 'numeric', proargtypes => 'text date', |
2847 | 2847 | prosrc => 'extract_date' }, |
|
2855 | 2855 | descr => 'date difference from today preserving months and years', |
2856 | 2856 | proname => 'age', prolang => 'sql', provolatile => 's', |
2857 | 2857 | prorettype => 'interval', proargtypes => 'timestamptz', |
2858 | | - prosrc => 'see system_views.sql' }, |
| 2858 | + prosrc => 'see system_functions.sql' }, |
2859 | 2859 |
|
2860 | 2860 | { oid => '1388', |
2861 | 2861 | descr => 'convert timestamp with time zone to time with time zone', |
|
2969 | 2969 | prosrc => 'box_div' }, |
2970 | 2970 | { oid => '1426', |
2971 | 2971 | proname => 'path_contain_pt', prolang => 'sql', prorettype => 'bool', |
2972 | | - proargtypes => 'path point', prosrc => 'see system_views.sql' }, |
| 2972 | + proargtypes => 'path point', prosrc => 'see system_functions.sql' }, |
2973 | 2973 | { oid => '1428', |
2974 | 2974 | proname => 'poly_contain_pt', prorettype => 'bool', |
2975 | 2975 | proargtypes => 'polygon point', prosrc => 'poly_contain_pt' }, |
|
3229 | 3229 | prosrc => 'circle_center' }, |
3230 | 3230 | { oid => '1544', descr => 'convert circle to 12-vertex polygon', |
3231 | 3231 | proname => 'polygon', prolang => 'sql', prorettype => 'polygon', |
3232 | | - proargtypes => 'circle', prosrc => 'see system_views.sql' }, |
| 3232 | + proargtypes => 'circle', prosrc => 'see system_functions.sql' }, |
3233 | 3233 | { oid => '1545', descr => 'number of points', |
3234 | 3234 | proname => 'npoints', prorettype => 'int4', proargtypes => 'path', |
3235 | 3235 | prosrc => 'path_npoints' }, |
|
3525 | 3525 | prosrc => 'translate' }, |
3526 | 3526 | { oid => '879', descr => 'left-pad string to length', |
3527 | 3527 | proname => 'lpad', prolang => 'sql', prorettype => 'text', |
3528 | | - proargtypes => 'text int4', prosrc => 'see system_views.sql' }, |
| 3528 | + proargtypes => 'text int4', prosrc => 'see system_functions.sql' }, |
3529 | 3529 | { oid => '880', descr => 'right-pad string to length', |
3530 | 3530 | proname => 'rpad', prolang => 'sql', prorettype => 'text', |
3531 | | - proargtypes => 'text int4', prosrc => 'see system_views.sql' }, |
| 3531 | + proargtypes => 'text int4', prosrc => 'see system_functions.sql' }, |
3532 | 3532 | { oid => '881', descr => 'trim spaces from left end of string', |
3533 | 3533 | proname => 'ltrim', prorettype => 'text', proargtypes => 'text', |
3534 | 3534 | prosrc => 'ltrim1' }, |
|
4144 | 4144 | prosrc => 'inetpl' }, |
4145 | 4145 | { oid => '2631', |
4146 | 4146 | proname => 'int8pl_inet', prolang => 'sql', prorettype => 'inet', |
4147 | | - proargtypes => 'int8 inet', prosrc => 'see system_views.sql' }, |
| 4147 | + proargtypes => 'int8 inet', prosrc => 'see system_functions.sql' }, |
4148 | 4148 | { oid => '2632', |
4149 | 4149 | proname => 'inetmi_int8', prorettype => 'inet', proargtypes => 'inet int8', |
4150 | 4150 | prosrc => 'inetmi_int8' }, |
|
4276 | 4276 | prosrc => 'numeric_round' }, |
4277 | 4277 | { oid => '1708', descr => 'value rounded to \'scale\' of zero', |
4278 | 4278 | proname => 'round', prolang => 'sql', prorettype => 'numeric', |
4279 | | - proargtypes => 'numeric', prosrc => 'see system_views.sql' }, |
| 4279 | + proargtypes => 'numeric', prosrc => 'see system_functions.sql' }, |
4280 | 4280 | { oid => '1709', descr => 'value truncated to \'scale\'', |
4281 | 4281 | proname => 'trunc', prorettype => 'numeric', proargtypes => 'numeric int4', |
4282 | 4282 | prosrc => 'numeric_trunc' }, |
4283 | 4283 | { oid => '1710', descr => 'value truncated to \'scale\' of zero', |
4284 | 4284 | proname => 'trunc', prolang => 'sql', prorettype => 'numeric', |
4285 | | - proargtypes => 'numeric', prosrc => 'see system_views.sql' }, |
| 4285 | + proargtypes => 'numeric', prosrc => 'see system_functions.sql' }, |
4286 | 4286 | { oid => '1711', descr => 'nearest integer >= value', |
4287 | 4287 | proname => 'ceil', prorettype => 'numeric', proargtypes => 'numeric', |
4288 | 4288 | prosrc => 'numeric_ceil' }, |
|
4382 | 4382 | proargtypes => 'int4', prosrc => 'int4_numeric' }, |
4383 | 4383 | { oid => '1741', descr => 'base 10 logarithm', |
4384 | 4384 | proname => 'log', prolang => 'sql', prorettype => 'numeric', |
4385 | | - proargtypes => 'numeric', prosrc => 'see system_views.sql' }, |
| 4385 | + proargtypes => 'numeric', prosrc => 'see system_functions.sql' }, |
4386 | 4386 | { oid => '1481', descr => 'base 10 logarithm', |
4387 | 4387 | proname => 'log10', prolang => 'sql', prorettype => 'numeric', |
4388 | | - proargtypes => 'numeric', prosrc => 'see system_views.sql' }, |
| 4388 | + proargtypes => 'numeric', prosrc => 'see system_functions.sql' }, |
4389 | 4389 | { oid => '1742', descr => 'convert float4 to numeric', |
4390 | 4390 | proname => 'numeric', proleakproof => 't', prorettype => 'numeric', |
4391 | 4391 | proargtypes => 'float4', prosrc => 'float4_numeric' }, |
|
4569 | 4569 |
|
4570 | 4570 | { oid => '1810', descr => 'length in bits', |
4571 | 4571 | proname => 'bit_length', prolang => 'sql', prorettype => 'int4', |
4572 | | - proargtypes => 'bytea', prosrc => 'see system_views.sql' }, |
| 4572 | + proargtypes => 'bytea', prosrc => 'see system_functions.sql' }, |
4573 | 4573 | { oid => '1811', descr => 'length in bits', |
4574 | 4574 | proname => 'bit_length', prolang => 'sql', prorettype => 'int4', |
4575 | | - proargtypes => 'text', prosrc => 'see system_views.sql' }, |
| 4575 | + proargtypes => 'text', prosrc => 'see system_functions.sql' }, |
4576 | 4576 | { oid => '1812', descr => 'length in bits', |
4577 | 4577 | proname => 'bit_length', prolang => 'sql', prorettype => 'int4', |
4578 | | - proargtypes => 'bit', prosrc => 'see system_views.sql' }, |
| 4578 | + proargtypes => 'bit', prosrc => 'see system_functions.sql' }, |
4579 | 4579 |
|
4580 | 4580 | # Selectivity estimators for LIKE and related operators |
4581 | 4581 | { oid => '1814', descr => 'restriction selectivity of ILIKE', |
|
4894 | 4894 |
|
4895 | 4895 | { oid => '1848', |
4896 | 4896 | proname => 'interval_pl_time', prolang => 'sql', prorettype => 'time', |
4897 | | - proargtypes => 'interval time', prosrc => 'see system_views.sql' }, |
| 4897 | + proargtypes => 'interval time', prosrc => 'see system_functions.sql' }, |
4898 | 4898 |
|
4899 | 4899 | { oid => '1850', |
4900 | 4900 | proname => 'int28eq', proleakproof => 't', prorettype => 'bool', |
|
5903 | 5903 | { oid => '2042', descr => 'intervals overlap?', |
5904 | 5904 | proname => 'overlaps', prolang => 'sql', proisstrict => 'f', |
5905 | 5905 | prorettype => 'bool', proargtypes => 'timestamp interval timestamp interval', |
5906 | | - prosrc => 'see system_views.sql' }, |
| 5906 | + prosrc => 'see system_functions.sql' }, |
5907 | 5907 | { oid => '2043', descr => 'intervals overlap?', |
5908 | 5908 | proname => 'overlaps', prolang => 'sql', proisstrict => 'f', |
5909 | 5909 | prorettype => 'bool', proargtypes => 'timestamp timestamp timestamp interval', |
5910 | | - prosrc => 'see system_views.sql' }, |
| 5910 | + prosrc => 'see system_functions.sql' }, |
5911 | 5911 | { oid => '2044', descr => 'intervals overlap?', |
5912 | 5912 | proname => 'overlaps', prolang => 'sql', proisstrict => 'f', |
5913 | 5913 | prorettype => 'bool', proargtypes => 'timestamp interval timestamp timestamp', |
5914 | | - prosrc => 'see system_views.sql' }, |
| 5914 | + prosrc => 'see system_functions.sql' }, |
5915 | 5915 | { oid => '2045', descr => 'less-equal-greater', |
5916 | 5916 | proname => 'timestamp_cmp', proleakproof => 't', prorettype => 'int4', |
5917 | 5917 | proargtypes => 'timestamp timestamp', prosrc => 'timestamp_cmp' }, |
|
5977 | 5977 | descr => 'date difference from today preserving months and years', |
5978 | 5978 | proname => 'age', prolang => 'sql', provolatile => 's', |
5979 | 5979 | prorettype => 'interval', proargtypes => 'timestamp', |
5980 | | - prosrc => 'see system_views.sql' }, |
| 5980 | + prosrc => 'see system_functions.sql' }, |
5981 | 5981 |
|
5982 | 5982 | { oid => '2069', descr => 'adjust timestamp to new time zone', |
5983 | 5983 | proname => 'timezone', prorettype => 'timestamptz', |
|
5997 | 5997 | prosrc => 'textregexsubstr' }, |
5998 | 5998 | { oid => '2074', descr => 'extract text matching SQL regular expression', |
5999 | 5999 | proname => 'substring', prolang => 'sql', prorettype => 'text', |
6000 | | - proargtypes => 'text text text', prosrc => 'see system_views.sql' }, |
| 6000 | + proargtypes => 'text text text', prosrc => 'see system_functions.sql' }, |
6001 | 6001 |
|
6002 | 6002 | { oid => '2075', descr => 'convert int8 to bitstring', |
6003 | 6003 | proname => 'bit', prorettype => 'bit', proargtypes => 'int8 int4', |
|
6362 | 6362 | { oid => '3935', descr => 'sleep for the specified interval', |
6363 | 6363 | proname => 'pg_sleep_for', prolang => 'sql', provolatile => 'v', |
6364 | 6364 | prorettype => 'void', proargtypes => 'interval', |
6365 | | - prosrc => 'see system_views.sql' }, |
| 6365 | + prosrc => 'see system_functions.sql' }, |
6366 | 6366 | { oid => '3936', descr => 'sleep until the specified time', |
6367 | 6367 | proname => 'pg_sleep_until', prolang => 'sql', provolatile => 'v', |
6368 | 6368 | prorettype => 'void', proargtypes => 'timestamptz', |
6369 | | - prosrc => 'see system_views.sql' }, |
| 6369 | + prosrc => 'see system_functions.sql' }, |
6370 | 6370 | { oid => '315', descr => 'Is JIT compilation available in this session?', |
6371 | 6371 | proname => 'pg_jit_available', provolatile => 'v', prorettype => 'bool', |
6372 | 6372 | proargtypes => '', prosrc => 'pg_jit_available' }, |
|
7181 | 7181 | descr => 'disk space usage for the main fork of the specified table or index', |
7182 | 7182 | proname => 'pg_relation_size', prolang => 'sql', provolatile => 'v', |
7183 | 7183 | prorettype => 'int8', proargtypes => 'regclass', |
7184 | | - prosrc => 'see system_views.sql' }, |
| 7184 | + prosrc => 'see system_functions.sql' }, |
7185 | 7185 | { oid => '2332', |
7186 | 7186 | descr => 'disk space usage for the specified fork of a table or index', |
7187 | 7187 | proname => 'pg_relation_size', provolatile => 'v', prorettype => 'int8', |
|
8100 | 8100 | # formerly-missing interval + datetime operators |
8101 | 8101 | { oid => '2546', |
8102 | 8102 | proname => 'interval_pl_date', prolang => 'sql', prorettype => 'timestamp', |
8103 | | - proargtypes => 'interval date', prosrc => 'see system_views.sql' }, |
| 8103 | + proargtypes => 'interval date', prosrc => 'see system_functions.sql' }, |
8104 | 8104 | { oid => '2547', |
8105 | 8105 | proname => 'interval_pl_timetz', prolang => 'sql', prorettype => 'timetz', |
8106 | | - proargtypes => 'interval timetz', prosrc => 'see system_views.sql' }, |
| 8106 | + proargtypes => 'interval timetz', prosrc => 'see system_functions.sql' }, |
8107 | 8107 | { oid => '2548', |
8108 | 8108 | proname => 'interval_pl_timestamp', prolang => 'sql', |
8109 | 8109 | prorettype => 'timestamp', proargtypes => 'interval timestamp', |
8110 | | - prosrc => 'see system_views.sql' }, |
| 8110 | + prosrc => 'see system_functions.sql' }, |
8111 | 8111 | { oid => '2549', |
8112 | 8112 | proname => 'interval_pl_timestamptz', prolang => 'sql', provolatile => 's', |
8113 | 8113 | prorettype => 'timestamptz', proargtypes => 'interval timestamptz', |
8114 | | - prosrc => 'see system_views.sql' }, |
| 8114 | + prosrc => 'see system_functions.sql' }, |
8115 | 8115 | { oid => '2550', |
8116 | 8116 | proname => 'integer_pl_date', prolang => 'sql', prorettype => 'date', |
8117 | | - proargtypes => 'int4 date', prosrc => 'see system_views.sql' }, |
| 8117 | + proargtypes => 'int4 date', prosrc => 'see system_functions.sql' }, |
8118 | 8118 |
|
8119 | 8119 | { oid => '2556', descr => 'get OIDs of databases in a tablespace', |
8120 | 8120 | proname => 'pg_tablespace_databases', prorows => '1000', proretset => 't', |
|
8597 | 8597 | prosrc => 'xpath' }, |
8598 | 8598 | { oid => '2932', descr => 'evaluate XPath expression', |
8599 | 8599 | proname => 'xpath', prolang => 'sql', prorettype => '_xml', |
8600 | | - proargtypes => 'text xml', prosrc => 'see system_views.sql' }, |
| 8600 | + proargtypes => 'text xml', prosrc => 'see system_functions.sql' }, |
8601 | 8601 |
|
8602 | 8602 | { oid => '2614', descr => 'test XML value against XPath expression', |
8603 | 8603 | proname => 'xmlexists', prorettype => 'bool', proargtypes => 'text xml', |
|
8609 | 8609 | proargtypes => 'text xml _text', prosrc => 'xpath_exists' }, |
8610 | 8610 | { oid => '3050', descr => 'test XML value against XPath expression', |
8611 | 8611 | proname => 'xpath_exists', prolang => 'sql', prorettype => 'bool', |
8612 | | - proargtypes => 'text xml', prosrc => 'see system_views.sql' }, |
| 8612 | + proargtypes => 'text xml', prosrc => 'see system_functions.sql' }, |
8613 | 8613 | { oid => '3051', descr => 'determine if a string is well formed XML', |
8614 | 8614 | proname => 'xml_is_well_formed', provolatile => 's', prorettype => 'bool', |
8615 | 8615 | proargtypes => 'text', prosrc => 'xml_is_well_formed' }, |
|
8874 | 8874 | proargtypes => 'pg_lsn numeric', prosrc => 'pg_lsn_pli' }, |
8875 | 8875 | { oid => '5023', |
8876 | 8876 | proname => 'numeric_pl_pg_lsn', prolang => 'sql', prorettype => 'pg_lsn', |
8877 | | - proargtypes => 'numeric pg_lsn', prosrc => 'see system_views.sql' }, |
| 8877 | + proargtypes => 'numeric pg_lsn', prosrc => 'see system_functions.sql' }, |
8878 | 8878 | { oid => '5024', |
8879 | 8879 | proname => 'pg_lsn_mii', prorettype => 'pg_lsn', |
8880 | 8880 | proargtypes => 'pg_lsn numeric', prosrc => 'pg_lsn_mii' }, |
|
9319 | 9319 | proallargtypes => '{regconfig,text,text,text,text,_regdictionary,regdictionary,_text}', |
9320 | 9320 | proargmodes => '{i,i,o,o,o,o,o,o}', |
9321 | 9321 | proargnames => '{config,document,alias,description,token,dictionaries,dictionary,lexemes}', |
9322 | | - prosrc => 'see system_views.sql' }, |
| 9322 | + prosrc => 'see system_functions.sql' }, |
9323 | 9323 |
|
9324 | 9324 | { oid => '9532', |
9325 | 9325 | descr => 'debug function for current text search configuration', |
|
9328 | 9328 | proallargtypes => '{text,text,text,text,_regdictionary,regdictionary,_text}', |
9329 | 9329 | proargmodes => '{i,o,o,o,o,o,o}', |
9330 | 9330 | proargnames => '{document,alias,description,token,dictionaries,dictionary,lexemes}', |
9331 | | - prosrc => 'see system_views.sql' }, |
| 9331 | + prosrc => 'see system_functions.sql' }, |
9332 | 9332 |
|
9333 | 9333 | { oid => '3725', descr => '(internal)', |
9334 | 9334 | proname => 'dsimple_init', prorettype => 'internal', |
|
0 commit comments