On 2/11/22 15:48, Adrian Klaver wrote:
On 2/11/22 15:14, Bryn Llewellyn wrote:/[email protected] <mailto:[email protected]> wrote:/
Tip if you do: psql -d test -U postgres -h localhost -E the -E will get you the queries for the \ meta-commands. So: \df+ tag_changeset_fnc
Should have mentioned, if you want to include system functions then it would be:
\dfS+ -- Adrian Klaver [email protected]
