]> granicus.if.org Git - postgresql/commit
Move simple_prompt() into its own file to be shared with psql and pg_dump.
authorBruce Momjian <bruce@momjian.us>
Sat, 6 Jul 2002 20:12:30 +0000 (20:12 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 6 Jul 2002 20:12:30 +0000 (20:12 +0000)
commit7015111a19eba481f3abf3f8d6149cd417bf6de5
treeaa7dc3eaf73cc2961bf15f1f2a9ead5c219e1ee9
parentd66f172f4b75df4fccae02612a181f1161e0865d
Move simple_prompt() into its own file to be shared with psql and pg_dump.
src/bin/pg_dump/Makefile
src/bin/pg_dump/pg_backup_db.c
src/bin/pg_dump/pg_dump.h
src/bin/pg_dump/sprompt.c [new file with mode: 0644]
src/bin/psql/Makefile
src/bin/psql/common.c
src/bin/psql/common.h
src/bin/psql/sprompt.c [new file with mode: 0644]