mkotyk / mintty

Automatically exported from code.google.com/p/mintty
GNU General Public License v3.0
0 stars 0 forks source link

PostgreSQL-Shell hangs #331

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install mintty 
2. Install postgresql
3. Setup postgresql-db
4. Enter postgresql-console in mintty with "psql"

What is the expected output? What do you see instead?

With bash or cmd, the psql-shell opens:

olli@lenovo:olli$ psql
psql (9.1.3)
Warnung: Konsolencodeseite (850) unterscheidet sich von der Windows-
         Codeseite (1252). 8-Bit-Zeichen funktionieren möglicherweise nicht
         richtig. Einzelheiten finden Sie auf der psql-Handbuchseite unter
         »Notes for Windows users«.
Geben Sie »help« für Hilfe ein.
olli=#

With bash in mintty, it does not, just hangs:
olli@lenovo:olli$ psql

What versions of mintty, Cygwin/MSYS, and Windows are you using?
mintty 1.0.3
GNU bash, version 4.1.10(4)-release (i686-pc-cygwin)
postgresql-9.1.3-1-windows-x64-binaries
win7 sp1

Please provide any additional information below.

Original issue reported on code.google.com by oliver.e...@gmail.com on 24 Apr 2012 at 6:24

GoogleCodeExporter commented 8 years ago
Please see issue 56. It's probably not hanging, but has entered non-interactive 
mode because it thinks that it's talking to a pipe rather than a terminal. 
Cygwin's setup.exe has a PostgreSQL package that should work correctly, but 
it's an older version.

Original comment by andy.koppe on 24 Apr 2012 at 7:15