ఇది నా మొదటి పోస్ట్ postgresql నేర్చుకోవటం మరియు Knowledge gathering లో. నీ అశీసులు కావాలి స్వామి. అమ్మ అయ్యా కి చేపి నాకు బాగా ఈ సబ్జెక్టు మీద knowledge వచ్చేటట్లు చేయి.
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.
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
Postgresql has ODBC driver " psqlodbc " which will be used to connect to postgresql databases. In this post, we are connecting to postgresql from excel using ODBC driver. Step1: Verifying the existing ODBC driver in windows (both 32 and 64 bit driver) for availability of postgresql driver. 32-bit driver , we noticed that there is no postgresql driver in the drivers list ( Name column values doesn't start with Postgres text). 64-bit driver , we noticed that there is no postgresql driver in the drivers list ( Name column values doesn't start with Postgres text). Step2: Checking the current postgresql server version, to get the corresponding psqlodbc driver. As per below screen shot, current version is " 10.10 ". i will try to get and install psqlodbc of 10.10 version. Step3: When check the psqlodbc driver ( https://www.postgresql.org/ftp/odbc/versions/msi/ ), i have found the, psqlodbc_10_3 is the last version that was a...
Comments
Post a Comment