ఇది నా మొదటి పోస్ట్ postgresql నేర్చుకోవటం మరియు Knowledge gathering లో. నీ అశీసులు కావాలి స్వామి. అమ్మ అయ్యా కి చేపి నాకు బాగా ఈ సబ్జెక్టు మీద knowledge వచ్చేటట్లు చేయి.
PostgreSQL -- Up and Running -- 1st Edition Url: https://drive.google.com/open?id=1cfZtwvN6MZDYxgSWR0cXxdgwd4TtghtG PostgreSQL -- Up and Running -- 2nd Edition Url: https://drive.google.com/open?id=1p6jNG6wyro-svzXfIKRGSsNoZddA4akh Beginning Databases with PostgreSQL -- From Novice to Professional (Beginning From Novice to Professional) -- 2nd Edition Url: https://drive.google.com/open?id=1uQElel4BoIXGxqdqmYVbWToyYoRpoljA
While using postgreSQL command line utility " psql " command is giving error like " psql is not recognized as an internal command windows ". To solve this we have to follow below process. 1. Getting the error. 2. Temporary solution for the issue resolution. 3. Updating the " PATH " environment variable for applying the permanent changes. 4. Verifying the fix. Issue solved.
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
Comments
Post a Comment