[Buildroot] [PATCH] package/postgresql: fix minor typo

Arnout Vandecappelle arnout at mind.be
Tue Dec 3 22:02:23 UTC 2019



On 03/12/2019 10:38, Pascal de Bruijn wrote:
> pgsql as a tool does not exist, it's called psql
> 
> Signed-off-by: Pascal de Bruijn <p.debruijn at unilogic.nl>

 Applied to master, thanks.

 Regards,
 Arnout

> ---
>  package/postgresql/Config.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/postgresql/Config.in b/package/postgresql/Config.in
> index e548d3c..2f677da 100644
> --- a/package/postgresql/Config.in
> +++ b/package/postgresql/Config.in
> @@ -11,7 +11,7 @@ config BR2_PACKAGE_POSTGRESQL
>  	  database system.
>  
>  	  Enable the readline package to gain readline support in
> -	  pgsql (the command line interpreter), which offers
> +	  psql (the command line interpreter), which offers
>  	  command history and edit functions.
>  
>  	  Enable the zlib package to gain builtin compression for
> 



More information about the buildroot mailing list