testdb=# \df List of functions Schema | Name | Result data type | Argument data types | Type --------+-----------------+------------------+---------------------+------ func1 | sample_func | SETOF i
testdb=# \d member Table "public.member" Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+------------------------------------ no | int
testdb=# \df List of functions Schema | Name | Result data type | Argument data types | Type --------+-----------------+------------------+---------------------+------ public | log_time_writer | trigger
postgres=# \d member Table "test.member" Column | Type | Collation | Nullable | Default --------+-------------------+-----------+----------+--------- id | character varying | | | name