Display function definitions in PSQL
Most of the time, when I am working in PostgreSQL I am either in DBeaver or Datagrip. Both of these tools are useful GUIs for interacting with many different database products. Here is an example from Datagrip, where we are looking at a simple function definition. However, I occasionally find myself inside a PSQL prompt, […]