Linux serverlinux web serverNETWORK ADMINISTRATIONS

pgAdmin Tutorial – How to Use pgAdmin

📝 Get my free SQL Cheat Sheets: https://www.databasestar.com/get-sql-cheat-sheets/?utm_source=viddesc&utm_medium=youtube&utm_campaign=67
🎓 Learn and become confident in SQL: https://databasestar.mykajabi.com/sql-simplified/?utm_source=viddesc&utm_medium=youtube&utm_campaign=67

pgAdmin is a popular SQL editor for Postgres. It comes installed with Postgres and works on both Windows and Mac.

Learn how to get started with pgAdmin and how to use many of its features in this video.

Timestamps:
00:00 Introduction and download
02:06 Open pgAdmin and enter master password
02:40 Main window
03:28 Create new connection (server)
04:58 Toolbar buttons
05:37 Query tool
09:01 Save and open queries
09:34 Edit button
11:00 Explain plan
12:46 Search for objects
13:22 Other features
14:20 Preferences

source

by Database Star

linux web server

45 thoughts on “pgAdmin Tutorial – How to Use pgAdmin

  • Awesome and to the point. Thanks for taking the time to record this video.

  • Thanks for covering this specifically for POSTGRESQL. I wish you would cover some more Database related material. Keep up the Good Work. 👏🏼

  • Simple, easy and to the point. Thank you very much!

  • Can you not see data in your tables as a table and have the ability to click a cell and change the data like that? Does viewing and modifying data in the tables require you to write a sql query, or can you click and change it in some other view?

  • Unable to connect to server: connection to server at "localhost" (:1), port 5432 failed: Connection refused (0x00002740/10061) Is the

    Error 😞😢

    server running on that host and accepting TCP/IP connections? connection to server at "localhost" (127.0.0.1), port 5432 failed Connection refused (0x00002740/10061) Is the server running on that host and accepting TCP/IP connections?

  • Thank you for this introduction to pgAdmin. It is very clear and concise !

  • Great guide. Still can't even create the PGAdmin server on localhost due to a timeout error regardless of anything I do, but at leat I can understand my school lab now. Thank you!

  • Please I need ur assistance urgently, my PostgreSQL refused to open after Mac update, I have uninstalled and reinstalled still not working

  • what should i do if it doesnt ask me to set up a master password when i open it?? how can i set it up????

  • great! clear presentation to understand step by step.Wishing you all the best.

  • In my pgadmin data type length is not shown ……How can I see the datatype length like (VARCHAR(30)) along with attribute name in table…….

  • Thank you very much for this well explained and quick tutorial! It is logical, helpful and gets to the point. By far the best pgAdmin tutorial I found.

  • When I create a table on my Mac, pgadmin doesn’t show me my table on the left side can someone help me please

  • Yep. This is very useful video. It clearly describes the process of connecting to a database and explains all the dialog boxes.

  • Exactly what I needed and more! Thank you so much! 🤗

Comments are closed.