I am new to this type of database. My experience is based from working with an Oracle database sitting on a UNIX environment. I was able to sign into a utility called SQL-Plus from the UNIX prompt. This would bring up an command line environment which I could write basic SQL statements against the database.
Currently, this PostgreSQL database is on a Linux platform. Is there any type of utility that I can use to give me the same functionality that the above mentioned SQL-Plus tool gave me?
Currently, this PostgreSQL database is on a Linux platform. Is there any type of utility that I can use to give me the same functionality that the above mentioned SQL-Plus tool gave me?