PSQL Commands References
1. When we connect Postgresql with particular user, if the user is Superuser or has the privilege Create DB , then the prompt will like "=#" otherwise it will look like "=>".
2. How to write big queries in psql.
https://venkataramanapostgresqlreference.blogspot.com/2019/10/how-write-big-queries-in-psql.html
3. How to execute script file in PSQL.
https://venkataramanapostgresqlreference.blogspot.com/2019/10/how-to-execute-script-file-in-psql.html
4. How to redirect the output to a text file in PSQL.
https://venkataramanapostgresqlreference.blogspot.com/2019/10/how-to-redirect-psql-output-to-text-file.html
5. PSQL command to know the details of the table details.
https://venkataramanapostgresqlreference.blogspot.com/2019/10/psql-command-to-know-details-of-table.html
2. How to write big queries in psql.
https://venkataramanapostgresqlreference.blogspot.com/2019/10/how-write-big-queries-in-psql.html
3. How to execute script file in PSQL.
https://venkataramanapostgresqlreference.blogspot.com/2019/10/how-to-execute-script-file-in-psql.html
4. How to redirect the output to a text file in PSQL.
https://venkataramanapostgresqlreference.blogspot.com/2019/10/how-to-redirect-psql-output-to-text-file.html
5. PSQL command to know the details of the table details.
https://venkataramanapostgresqlreference.blogspot.com/2019/10/psql-command-to-know-details-of-table.html
Comments
Post a Comment