Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8930947
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T09:00:14+00:00 2026-06-15T09:00:14+00:00

I like the pgAdmin III GUI software, but the GUI uses more bandwidth than

  • 0

I like the pgAdmin III GUI software, but the GUI uses more bandwidth than SSH console.

psql is not interactive, without menus, tables list, etc.

Does exist some interactive text-mode tool to connect to PostgreSQL ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T09:00:14+00:00Added an answer on June 15, 2026 at 9:00 am

    There is no text-mode window-and-menu curses/ncurses style text mode interface for PostgreSQL; no ncurses equivalent to PgAdmin-III.

    I strongly recommend learning psql and getting comfortable with it. You could use PgAdmin-III remotely as detailed below, but in the long run you’ll be massively more productive if you learn psql.

    Use PgAdmin-III via ssh tunnels or direct connection

    You can always connect with PgAdmin-III via an ssh tunnel or remote TCP/IP connection. That way you aren’t transmitting all the GUI data over the network, just the PostgreSQL protocol data.

    For ssh, do something like:

    ssh -L 15432:localhost:5432 remote_host
    

    then while the ssh session is open, connect to localhost port 15432 to make a connection to the remote DB.

    This will work even if the remote DB is only listening on 127.0.0.1. It’ll also work if you ssh into a bastion host then connect to the DB server from there; just change localhost in the -L argument to the IP/hostname of the Pg server. For more information see the ssh manual, particularly LocalForward for IP forwarding, ProxyCommand for custom multilayer tunnels, and the -D option for dynamic SOCKS proxying.

    It’s even possible to use an ssh tunnel to connect to a server that’s only listening for unix socket connections, by running socat to proxy between the unix socket and TCP.

    None of this will work when you’re connecting to a Windows host, but rdp2tcp can be used to tunnel TCP over RDP connections for similar effect. See this question.

    Use psql

    psql is pretty interactive. Though it isn’t a GUI windowing interface, it’s hardly just a scripting tool. It provides lots of visibility into the system with the \d commands, lots of info via \h, tab completion, paging, \e break-out command editing, and lots of other interactive features.

    Use \? for psql help, and \h SQL_COMMAND for syntax of a particular SQL command, eg \h INSERT.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Like most programmers, I am not an expert on cryptography but I understand the
Like a person asked here (but his solutions as to call a nother function)
Like This: * ** *** **** Not like this: * ** *** I mean
I designed a set of tables in pgAdmin. I gave names like Products and
Like everything else, it seems PostgreSQL has much more powerful/complex indexing for tables. Perhaps
Like, I think I'm close... just not sure what I'm doing wrong, cfann :
When I connect pgAdmin III to PostgreSQL on Herkou it says: The server lacks
Like setFont(QFont(Helvetica,16,1)) ,I want to summerize these fonts.However,I dont't know how many fonts there
Like the title says I'm having some trouble printing out symbol codes and their
Like many others Knockout developers before me, I encountered a slow running script warning

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.