Skip to content

ikatson/postgres-useful-sql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Postgres useful.

A schema with useful functions, tables and views for PostgreSQL, for analyzing database performance, viewing statistics etc.

See the source for details on what's there.

Installation

Execute

psql DBNAME -f postgres_useful.sql -1

in your database. If you have "adm" schema there, it will be erased by this executing this script, so be careful.

License

MIT License: http://opensource.org/licenses/MIT

IMPORTANT NOTE this file may contain code, created by other authors. It is a result of collecting useful queries from the whole internet, spanning several years. It is impossible to establish the real source of parts of this code and it's license now. If you see your code here, and you don't want it to be here, contact us, and we will remove it immediately.

About

Useful SQL queries for PostgreSQL, in a single database schema.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published