Merge pull request #13289 from jbradberry/improve-psql-paging

Make sure that the psql pager does not clear the screen afterwards
This commit is contained in:
Jeff Bradberry 2022-12-06 13:17:24 -05:00 committed by GitHub
commit adbcb5c5e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -274,7 +274,7 @@ RUN for dir in \
/var/run/nginx.pid \
/var/lib/awx/venv/awx/lib/python3.9/site-packages/awx.egg-link ; \
do touch $file ; chmod g+rw $file ; done && \
echo "\setenv PAGER 'less -S'" > /var/lib/awx/.psqlrc
echo "\setenv PAGER 'less -SXF'" > /var/lib/awx/.psqlrc
{% endif %}
{% if not build_dev|bool %}