postgresql/src/bin/psql
Tom Lane a208ea72bc Modify pg_dump to dump foreign-key constraints as constraints, not as
sets of triggers.  Also modify psql \d command to show foreign key
constraints as such and hide the triggers.  pg_get_constraintdef()
function added to backend to support these.  From Rod Taylor, code
review and some editorialization by Tom Lane.
2002-08-16 23:01:21 +00:00
..
.cvsignore Add cvs. 1999-12-18 00:34:48 +00:00
Makefile Assemble portability modules into libpgport library. 2002-07-27 20:10:05 +00:00
command.c I guess I'd vote for changing the code to be 2002-08-14 05:49:22 +00:00
command.h Reset parenthesis level counter upon \r. 2002-03-27 19:16:13 +00:00
common.c psql prints its version number in its startup message, per recent 2002-08-10 19:35:01 +00:00
common.h Move simple_prompt() into its own file to be shared with psql and pg_dump. 2002-07-06 20:12:30 +00:00
copy.c Improve COPY syntax to use WITH clause, keep backward compatibility. 2002-06-20 16:00:44 +00:00
copy.h Another pgindent run. Fixes enum indenting, and improves #endif 2001-10-28 06:26:15 +00:00
create_help.pl Makefile cleanup for bin and pl subtrees. They should now support 2000-06-27 00:32:06 +00:00
cs.po Update copyright to 2002. 2002-06-20 20:29:54 +00:00
de.po Update copyright to 2002. 2002-06-20 20:29:54 +00:00
describe.c Modify pg_dump to dump foreign-key constraints as constraints, not as 2002-08-16 23:01:21 +00:00
describe.h psql backslash commands are schema-aware. Pattern matching behavior 2002-08-10 03:56:24 +00:00
fr.po Update copyright to 2002. 2002-06-20 20:29:54 +00:00
help.c psql prints its version number in its startup message, per recent 2002-08-10 19:35:01 +00:00
help.h Fix \? and \pset pager handling. \? wasn't honoring pager before. 2002-07-15 01:56:25 +00:00
input.c Readline and Zlib now required by default. Add options --without-readline 2002-04-10 22:47:09 +00:00
input.h Readline and Zlib now required by default. Add options --without-readline 2002-04-10 22:47:09 +00:00
large_obj.c psql backslash commands are schema-aware. Pattern matching behavior 2002-08-10 03:56:24 +00:00
large_obj.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
mainloop.c Fix some more boundary-case errors in psql variable substitution: 2002-07-03 16:47:46 +00:00
mainloop.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
mbprint.c Another pgindent run. Fixes enum indenting, and improves #endif 2001-10-28 06:26:15 +00:00
mbprint.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
nls.mk NLS updates, most notably fixed zh_TW translations 2001-11-29 18:59:28 +00:00
print.c The attached patch fixes a tiny memory leak in psql, when using 2002-07-18 04:46:24 +00:00
print.h Fix \? and \pset pager handling. \? wasn't honoring pager before. 2002-07-15 01:56:25 +00:00
prompt.c pgindent run on all C files. Java run to follow. initdb/regression 2001-10-25 05:50:21 +00:00
prompt.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
ru.po Update copyright to 2002. 2002-06-20 20:29:54 +00:00
settings.h Add \timing patch to psql. Times all queries. 2002-03-05 00:01:03 +00:00
sprompt.c Add comments about sharing. 2002-07-06 20:14:58 +00:00
startup.c psql prints its version number in its startup message, per recent 2002-08-10 19:35:01 +00:00
stringutils.c The attached patch fixes a minor memory leak in psql. 2002-07-02 05:49:18 +00:00
stringutils.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
sv.po Updated translation from Dennis Bjorklund <db@zigo.dhs.org> 2002-08-06 21:13:44 +00:00
tab-complete.c The second enables tab-complete to analyze. It ignores schema stuff (so 2002-08-15 02:49:04 +00:00
tab-complete.h Another pgindent run. Fixes enum indenting, and improves #endif 2001-10-28 06:26:15 +00:00
variables.c Restructure the key include files per recent pghackers discussion: there 2001-02-10 02:31:31 +00:00
variables.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
win32.mak Remove compile errors of psql.exe and libpq.dll under 2001-11-22 10:18:52 +00:00
zh_CN.po Update copyright to 2002. 2002-06-20 20:29:54 +00:00
zh_TW.po Update copyright to 2002. 2002-06-20 20:29:54 +00:00