postgresql/src/bin/psql
Bruce Momjian 7a846ecc00 Use E'' strings internally only when standard_conforming_strings =
'off'. This allows pg_dump output with standard_conforming_strings =
'on' to generate proper strings that can be loaded into other databases
without the backslash doubling we typically do.  I have added the
dumping of the standard_conforming_strings value to pg_dump.

I also added standard backslash handling for plpgsql.
2006-05-26 23:48:54 +00:00
..
po Remove DOS line endings ("\r\n") from several .po files. DOS line endings 2006-01-01 10:13:56 +00:00
.cvsignore Re-implement psql's input scanning to use a flex-generated lexer, as per 2004-02-19 19:40:09 +00:00
bcc32.mak Fix problems with PGXS builds against an installation tree that was 2005-09-27 17:39:35 +00:00
command.c Rewrite much of psql's \connect code, for the sake of code clarity and 2006-04-02 20:08:22 +00:00
command.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
common.c Support binary COPY through psql. Also improve detection of write errors 2006-05-26 19:51:29 +00:00
common.h Enable standard_conforming_strings to be turned on. 2006-03-06 19:49:20 +00:00
copy.c Support binary COPY through psql. Also improve detection of write errors 2006-05-26 19:51:29 +00:00
copy.h Support binary COPY through psql. Also improve detection of write errors 2006-05-26 19:51:29 +00:00
create_help.pl Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
describe.c Use E'' strings internally only when standard_conforming_strings = 2006-05-26 23:48:54 +00:00
describe.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
help.c Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
help.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
input.c Fix psql history handling: 2006-03-21 13:38:12 +00:00
input.h Fix psql history handling: 2006-03-21 13:38:12 +00:00
large_obj.c Use E'' strings internally only when standard_conforming_strings = 2006-05-26 23:48:54 +00:00
large_obj.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
mainloop.c Fix psql history handling: 2006-03-21 13:38:12 +00:00
mainloop.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
Makefile Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
mbprint.c Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
mbprint.h Allow psql multi-line column values to align in the proper columns 2006-02-10 00:39:04 +00:00
nls.mk New translations 2004-12-13 16:30:53 +00:00
print.c Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
print.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
prompt.c Fix a couple of rather-pointless-but-easily-fixed Coverity warnings. 2006-04-19 16:02:17 +00:00
prompt.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
psqlrc.sample Fix filename mention in psqlrc.sample file. 2004-04-22 14:33:49 +00:00
psqlscan.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
psqlscan.l Code review for standard_conforming_strings patch. Fix it so it does not 2006-05-11 19:15:36 +00:00
settings.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
startup.c Add SSL include needed for psql, after libpq adjustments. 2006-04-27 02:58:08 +00:00
stringutils.c Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
stringutils.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
tab-complete.c Code review for GRANT CONNECT patch. Spell the privilege as CONNECT not 2006-04-30 21:15:33 +00:00
tab-complete.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
variables.c Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
variables.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
win32.mak Fixes for Win32-client only compiles. 2006-03-03 23:11:48 +00:00