]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
misc: psql: improve comment
authorSimon Ruderich <simon@ruderich.org>
Sun, 15 Jul 2018 07:59:54 +0000 (09:59 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sun, 15 Jul 2018 07:59:54 +0000 (09:59 +0200)
misc/psql/psqlrc.in

index 9b37a6576c9f1503430cc1324d37bcc4551ab799..6875fef5ecc7f0fd524abe78f74a48c839ba019a 100644 (file)
@@ -1,6 +1,6 @@
 -- Postgresql client configuration file.
 
--- Copyright (C) 2016  Simon Ruderich
+-- Copyright (C) 2016-2018  Simon Ruderich
 --
 -- This file is free software: you can redistribute it and/or modify
 -- it under the terms of the GNU General Public License as published by
@@ -36,7 +36,7 @@
 
 -- "ignorespace ignoredups"
 \set HISTCONTROL ignoreboth
--- Set path to history file (database specific) and increase it.
+-- Set path to history file (database specific) and increase the size.
 \set HISTFILE HISTFILE_PATH- :DBNAME
 \set HISTSIZE 100000