postgresql/src/bin/psql
Tom Lane 42ce74bf17 COMMENT ON casts, conversions, languages, operator classes, and
large objects.  Dump all these in pg_dump; also add code to pg_dump
user-defined conversions.  Make psql's large object code rely on
the backend for inserting/deleting LOB comments, instead of trying to
hack pg_description directly.  Documentation and regression tests added.

Christopher Kings-Lynne, code reviewed by Tom
2003-11-21 22:32:49 +00:00
..
po Translation updates 2003-11-14 23:59:12 +00:00
.cvsignore Add cvs. 1999-12-18 00:34:48 +00:00
Makefile Move simple_prompt()/sprompt.c into /port. 2003-08-08 04:52:22 +00:00
bcc32.mak Move simple_prompt()/sprompt.c into /port. 2003-08-08 04:52:22 +00:00
command.c Back out -fstrict-aliasing void* casting. 2003-10-11 18:04:26 +00:00
command.h Fix some copyright notices that weren't updated. Improve copyright tool 2003-08-04 23:59:41 +00:00
common.c AcceptResult() was missing a case for PGRES_EMPTY_QUERY --- probably 2003-11-12 22:53:16 +00:00
common.h Pass session_authorization to the client and make psql update its prompt 2003-09-03 22:05:09 +00:00
copy.c Fix some copyright notices that weren't updated. Improve copyright tool 2003-08-04 23:59:41 +00:00
copy.h Fix some copyright notices that weren't updated. Improve copyright tool 2003-08-04 23:59:41 +00:00
create_help.pl Allow translation of SQL help in psql. 2003-09-14 22:37:13 +00:00
describe.c Uppercase a few keywords in queries. 2003-10-26 02:53:45 +00:00
describe.h Fix some copyright notices that weren't updated. Improve copyright tool 2003-08-04 23:59:41 +00:00
help.c Add documentation about \pset footer to \?. 2003-10-02 06:39:31 +00:00
help.h Fix some copyright notices that weren't updated. Improve copyright tool 2003-08-04 23:59:41 +00:00
input.c Remove WIN32_CONSOLE support, at the request of the author. 2003-09-12 02:40:10 +00:00
input.h Fix some copyright notices that weren't updated. Improve copyright tool 2003-08-04 23:59:41 +00:00
large_obj.c COMMENT ON casts, conversions, languages, operator classes, and 2003-11-21 22:32:49 +00:00
large_obj.h Fix some copyright notices that weren't updated. Improve copyright tool 2003-08-04 23:59:41 +00:00
mainloop.c Fix some copyright notices that weren't updated. Improve copyright tool 2003-08-04 23:59:41 +00:00
mainloop.h Fix some copyright notices that weren't updated. Improve copyright tool 2003-08-04 23:59:41 +00:00
mbprint.c Remove WIN32_CONSOLE support, at the request of the author. 2003-09-12 02:40:10 +00:00
mbprint.h Make the printing code somewhat more independent by not relying on 2003-03-18 22:15:44 +00:00
nls.mk New Italian translation 2003-10-06 21:50:45 +00:00
print.c Someone moved PageOutput here from common.c, but forgot to move all 2003-08-14 18:49:42 +00:00
print.h Fix some copyright notices that weren't updated. Improve copyright tool 2003-08-04 23:59:41 +00:00
prompt.c Change transaction status indicator in prompt from %T to %x. 2003-10-04 01:04:46 +00:00
prompt.h Fix some copyright notices that weren't updated. Improve copyright tool 2003-08-04 23:59:41 +00:00
settings.h Fix some copyright notices that weren't updated. Improve copyright tool 2003-08-04 23:59:41 +00:00
startup.c > > 2003-09-29 18:21:33 +00:00
stringutils.c Fix some copyright notices that weren't updated. Improve copyright tool 2003-08-04 23:59:41 +00:00
stringutils.h Fix some copyright notices that weren't updated. Improve copyright tool 2003-08-04 23:59:41 +00:00
tab-complete.c Allow tab completion for ALTER TABLE dbname <tab><tab> to show new 2003-11-08 20:54:24 +00:00
tab-complete.h Fix some copyright notices that weren't updated. Improve copyright tool 2003-08-04 23:59:41 +00:00
variables.c Fix some copyright notices that weren't updated. Improve copyright tool 2003-08-04 23:59:41 +00:00
variables.h Fix some copyright notices that weren't updated. Improve copyright tool 2003-08-04 23:59:41 +00:00
win32.mak Allow win32 client compiles with MSC. 2003-10-26 04:29:15 +00:00