Skip to content

vlulla/postgresql-util-scripts

Repository files navigation

PostgreSQL utility scripts

Some scripts to show information about the PostgreSQL database.

There are a couple of ways to try these scripts. First, cd to the directory where you cloned/downloaded this folder. Then try out either of these options:

  1. psql -f ./'<name-of-script.sql>' <your-database>
  2. Log into PostgreSQL using psql and from within the interactive window run the command \i './<name-of-script.sql>'

The psql utility is very flexible and powerful utility!

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published