Re: AWS and postgres issues

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: barwick(at)gmail(dot)com
Cc: dmk(at)mr-paradox(dot)net, pgsql-general(at)postgresql(dot)org
Subject: Re: AWS and postgres issues
Date: 2013-04-09 00:52:19
Message-ID: 20130409.095219.2135584542009059301.t-ishii@sraoss.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> 2013/4/9 Tatsuo Ishii <ishii(at)postgresql(dot)org>:
>>> While debugging this with a coworker we figured out that pg_ctl was attaching to the tty and then it clicked
>>> that we needed to be using '-t' where I was using -T or (neither).
>>
>> Are you sure? I checked the pg_ctl source code and could not find any
>> place attaching to the tty.
>
> I think he means the ssh options -t and -T

Yes, I know. In my understanding, he is saying because pg_ctl attaches
to the tty, and ssh should be executed with -t (force ssh to allocate
pseudo-tty).
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese: http://www.sraoss.co.jp

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jeff Janes 2013-04-09 02:01:35 Re: pg_stat_get_last_vacuum_time(): why non-FULL?
Previous Message Ian Lawrence Barwick 2013-04-09 00:45:27 Re: AWS and postgres issues