Menu Close
Rudy.dev
Display function definitions in PSQL

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, […]

List all MongoDB Users

List all MongoDB Users

Find User Script The following script lists all of the users on a MongoDB server. The script includes the users’ assigned databases and their roles. Results The results are a list of User names, databases, and roles by database.