pgsql/src/bin/psql command.c copy.c describe.c

Started by Peter Eisentrautover 24 years ago1 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

CVSROOT: /cvsroot
Module name: pgsql
Changes by: petere@postgresql.org 02/04/24 01:24:00

Modified files:
src/bin/psql : command.c copy.c describe.c

Log message:
Remove traces of NAMEDATALEN and INDEX_MAX_KEYS from psql. Build buffers
dynamically with PQExpBuffer.