Re: vPgSql

From: Tim Cross <theophilusx(at)gmail(dot)com>
To: Vlad ABC <vladabc(at)yandex(dot)ru>
Cc: Dmitry Igrishin <dmitigr(at)gmail(dot)com>, pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: vPgSql
Date: 2018-08-18 00:52:59
Message-ID: 87pnygcx78.fsf@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Vlad ABC <vladabc(at)yandex(dot)ru> writes:

> On Fri, 2018-08-17 at 15:45 +0300, Dmitry Igrishin wrote:
>>
>> Looking nice! Thank you. But I unable to start it on Ubuntu, because
>> there is no bash(1) in /usr/bin.
>
> Thank you, i'll fix it.
>

I think pretty much all *nix systems put core shells like sh, bash, zsh
etc in /bin (as it is guaranteed to be available immediately at boot, while /usr is
not - it could be a separate partition which isn't available until later
in the boot process).

A way to avoid platform differences is to use /usr/bin/env e.g.

#!/usr/bin/env bash

.
>> Also, it is open source?
>
> No, it is freeware

oh well, too bad.

--
Tim Cross

In response to

Responses

  • Re: vPgSql at 2018-08-18 16:12:13 from Dmitri Maziuk

Browse pgsql-general by date

  From Date Subject
Next Message 김세훈 2018-08-18 05:09:06 Re: using graph model with PostgreSQL
Previous Message Vlad ABC 2018-08-17 21:53:51 Re: vPgSql