- to connect to a database
- will return you the list of available databases
- will return you the list of databases users
- will return you the list of tables in connected database
- will returns you the structure of the given table
- opens the sql query in editor or opens an editor to write query
- will returns you the port no on which postgres is running
few notations which are supposed to use while parsing these inputs :
- -d : database name
- -U : User name
- -h : Host name
- -p : Port No.
- -f : File name (sql)
- -w : Password
No comments:
Post a Comment