On Sunday 8 Nov 2015 09:36 CET, Chris Warrick wrote:
> On 8 November 2015 at 00:40, Cecil Westerhof wrote:
>> I followed http://zetcode.com/db/postgresqlpythontutorial/.
>>
>> I used:
>> sudo -u postgres createuser stressTest
>> this create the role, but also gave:
>> could not change directory
On 8 November 2015 at 00:40, Cecil Westerhof wrote:
> I followed http://zetcode.com/db/postgresqlpythontutorial/.
>
> I used:
> sudo -u postgres createuser stressTest
> this create the role, but also gave:
> could not change directory to "/root": Permission denied
> and I did not get the q
On Sun, Nov 8, 2015 at 10:40 AM, Cecil Westerhof wrote:
> I used:
> sudo -u postgres createuser stressTest
> this create the role, but also gave:
> could not change directory to "/root": Permission denied
> and I did not get the questions.
>
You might need to become root before you can be
I followed http://zetcode.com/db/postgresqlpythontutorial/.
I used:
sudo -u postgres createuser stressTest
this create the role, but also gave:
could not change directory to "/root": Permission denied
and I did not get the questions.
Then I used:
sudo -u postgres createdb stressTest -