diff options
author | 2019-12-03 10:38:13 +0100 | |
---|---|---|
committer | 2019-12-06 09:53:49 +0100 | |
commit | be5648cf76f3272e6f1ecb9cd968c8e11ea7febc (patch) | |
tree | 316cf2d255d8cc0be0f121ee7d6f7d0f51b400d9 | |
parent | c456d2927f7b6adb642c1d47dcca5aab23d342a4 (diff) | |
download | buildroot-be5648cf76f3272e6f1ecb9cd968c8e11ea7febc.tar.gz buildroot-be5648cf76f3272e6f1ecb9cd968c8e11ea7febc.tar.bz2 |
package/postgresql: fix minor typo
pgsql as a tool does not exist, it's called psql
Signed-off-by: Pascal de Bruijn <p.debruijn@unilogic.nl>
Reviewed-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
(cherry picked from commit d79bab065e13f5c6def3ce1884d684fdf9f9300c)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/postgresql/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/postgresql/Config.in b/package/postgresql/Config.in index e548d3cb27..2f677daf5b 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 |