]> granicus.if.org Git - postgresql/commit
Major psql overhaul by Peter Eisentraut.
authorBruce Momjian <bruce@momjian.us>
Thu, 4 Nov 1999 21:56:02 +0000 (21:56 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 4 Nov 1999 21:56:02 +0000 (21:56 +0000)
commita45195a191eec367a4f305bb71ab541d17a3b9f9
tree99b815a93f6175b0db76c2da0da39e95a0ee6b8d
parent2ea3b6d63addeaf07267e2390597645cbf013c36
Major psql overhaul by Peter Eisentraut.
30 files changed:
src/bin/psql/Makefile.in
src/bin/psql/command.c [new file with mode: 0644]
src/bin/psql/command.h [new file with mode: 0644]
src/bin/psql/common.c [new file with mode: 0644]
src/bin/psql/common.h [new file with mode: 0644]
src/bin/psql/copy.c [new file with mode: 0644]
src/bin/psql/copy.h [new file with mode: 0644]
src/bin/psql/create_help.pl [new file with mode: 0644]
src/bin/psql/describe.c [new file with mode: 0644]
src/bin/psql/describe.h [new file with mode: 0644]
src/bin/psql/help.c [new file with mode: 0644]
src/bin/psql/help.h [new file with mode: 0644]
src/bin/psql/input.c [new file with mode: 0644]
src/bin/psql/input.h [new file with mode: 0644]
src/bin/psql/large_obj.c [new file with mode: 0644]
src/bin/psql/large_obj.h [new file with mode: 0644]
src/bin/psql/mainloop.c [new file with mode: 0644]
src/bin/psql/mainloop.h [new file with mode: 0644]
src/bin/psql/print.c [new file with mode: 0644]
src/bin/psql/print.h [new file with mode: 0644]
src/bin/psql/prompt.c [new file with mode: 0644]
src/bin/psql/prompt.h [new file with mode: 0644]
src/bin/psql/settings.h [new file with mode: 0644]
src/bin/psql/sql_help.h [new file with mode: 0644]
src/bin/psql/startup.c [new file with mode: 0644]
src/bin/psql/stringutils.c
src/bin/psql/stringutils.h
src/bin/psql/variables.c [new file with mode: 0644]
src/bin/psql/variables.h [new file with mode: 0644]
src/bin/psql/win32.mak-old [new file with mode: 0644]