CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/03/27 14:01:40
Modified files:
src/bin/psql : command.c
Log message:
Add comment about psql \s (history display):
/* This scrolls off the screen when using /dev/tty
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/01/24 23:07:22
Modified files:
src/bin/psql : command.c common.c common.h copy.c describe.c
input.c mainloop.c prompt.c startup.c
stringuti
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/01/24 15:38:50
Modified files:
src/bin/psql : command.c common.c common.h copy.c describe.c
input.c mainloop.c print.c prompt.c startup.c
s
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/01/09 17:12:20
Modified files:
src/bin/psql : command.c common.c common.h copy.c
Log message:
Allow psql to handle tilde user expansion for file names.
Zach Irmen
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/12/01 18:14:41
Modified files:
src/bin/psql : command.c common.h copy.c stringutils.c
tab-complete.c variables.c
Log message:
This patch reduces some unsig
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/09/29 13:39:18
Modified files:
src/bin/psql : command.c
Log message:
Apparently, gettext doesn't like double parentheses around argument. What
were they doing here anyway?
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/09/16 14:59:02
Modified files:
src/bin/psql : command.c common.c
Log message:
Make psql correctly track the effects of SET CLIENT_ENCODING commands.
I thought I'd fixed this