postgresql/src
Bruce Momjian f66393514f One last missing quoting bug in pg_dump:
now that sequence names are properly quoted for field defaults, mixed
case sequence names are generated. These are properly quoted in the
CREATE SEQUENCE lines, but not in the SELECT nextval lines, as per
below:

CREATE SEQUENCE "Teams_TeamID_seq" start 10 increment 1 maxvalue
2147483647 minvalue 1  cache 1 ;
SELECT nextval ('Teams_TeamID_seq');

This needs to be:
SELECT nextval ('"Teams_TeamID_seq"');

Patch included below.
--
Ross J. Reedstrom, Ph.D., <reedstrm@rice.edu>
1999-09-23 19:11:09 +00:00
..
backend Fix for netmask('x.x.x.x/0') is 255.255.255.255 instead of 0.0.0.0 1999-09-23 17:42:23 +00:00
bin One last missing quoting bug in pg_dump: 1999-09-23 19:11:09 +00:00
corba Updating and addign files... 1998-11-19 02:39:51 +00:00
data I've sent 3 mails to pgsql-patches. There are two files, one for doc 1999-08-16 20:27:19 +00:00
include Add TRUNCATE command, with psql help and sgml additions. 1999-09-23 17:03:39 +00:00
interfaces I found the following useful - just a way of using PQgetisnull from 1999-09-21 21:19:31 +00:00
lextest Apply Win32 patch from Horak Daniel. 1999-01-17 06:20:06 +00:00
makefiles Apply freebsd specific patches dealign with ELF system from FreeBSD's 1999-05-17 04:13:29 +00:00
pl gram.y cleanup 1999-09-21 21:10:37 +00:00
template test 1999-09-06 15:15:07 +00:00
test Update regress test expected outputs for small changes in 1999-09-18 19:10:19 +00:00
tools Add TRUNCATE command, with psql help and sgml additions. 1999-09-23 17:03:39 +00:00
tutorial Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
utils Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
win32 Hi, 1999-06-11 15:01:29 +00:00
DEVELOPERS just testing a script... 1999-07-30 03:45:57 +00:00
GNUmakefile.in Remove old man pages. All info is in new man pages or other docs. 1999-08-08 15:21:50 +00:00
Makefile Warning in makefile added from DArcy. 1997-08-22 16:38:33 +00:00
Makefile.global.in Make pgindent gnu test better. 1999-09-09 19:39:06 +00:00
Makefile.shlib Fix 'SO__MINOR_VERSION' typo for irix5; add AIX shlib support 1999-07-16 22:56:01 +00:00
config.guess Portability patches for HPUX 11 and Unixware in configure 1999-04-20 00:26:32 +00:00
config.sub Portability patches for HPUX 11 and Unixware in configure 1999-04-20 00:26:32 +00:00
configure Make sure both SRCH_INC and SRCH_LIB are checked for existances and added to 1999-09-12 22:49:47 +00:00
configure.in Make sure both SRCH_INC and SRCH_LIB are checked for existances and added to 1999-09-12 22:49:47 +00:00
install-sh Bring back in the autoconf files - work in progress 1997-02-04 08:53:45 +00:00
win32.mak Here are the patches against the current source tree. I have run the 1998-10-06 03:02:29 +00:00