Skip to content

PostgreSQL server command line utilities. This group of utilities are useful to get specific details for various database entities.

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

dsdickinson/pgtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README for pgtools

The pgtools project is a collection of perl tools written to help obtain
information about various entities of a PostgreSQL server database via
the command line. It includes individual programs that perform seperate tasks. 


ABOUT
The following tools are included in this package:

 pgcol.pl: displays all tables of a specific database that contain a specific column.

pgcomm.pl: queries a column's comment field to display the purpose of the column.

pglist.pl: looks up the last modification time of a PostgreSQL database and a respective table.

 pgoid.pl: looks up the oid for a PostgreSQL database or table.

 pgtab.pl: displays specific and often accessed pre-configured tables.



REQUIREMENTS
Perl 5.0.8 or up


CONFIGURATION
Each program included in this package has various configuration
sections that will need to be configured. They are identified
in each program.


INSTALLATION
see INSTALL file


TODO    - see TODO file
LICENSE - see LICENSE file

About

PostgreSQL server command line utilities. This group of utilities are useful to get specific details for various database entities.

Resources

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages