postgresql/src/bin
Bruce Momjian a09ccc70dd If they're not, the below causes problems, as the foreign key is added
after the CHECK.  Cluster depends on the index name, so I thought it
wise to ensure all names are available, rather than leaving off the
CONSTRAINT "$n" portion for internally named constraints.

CREATE TABLE jkey (col integer primary key);
CREATE TABLE j (col integer REFERENCES jkey);
ALTER TABLE j ADD CHECK(col > 5);

This is a problem in 7.3 series as well as -Tip.

Rod Taylor <rbt@rbt.ca>
2003-06-25 04:08:19 +00:00
..
initdb Make the world at least marginally safe for usernames with embedded spaces. 2003-06-02 19:00:29 +00:00
initlocation Improve formatting of --help output. 2002-10-18 22:05:36 +00:00
ipcclean Improve formatting of --help output. 2002-10-18 22:05:36 +00:00
pg_config Improve formatting of --help output. 2002-10-18 22:05:36 +00:00
pg_controldata Add Win32 path handling for / vs. \ and drive letters. 2003-04-04 20:42:13 +00:00
pg_ctl (Now featuring documentation: fixed some typos, expanded the 2003-03-20 05:00:14 +00:00
pg_dump If they're not, the below causes problems, as the foreign key is added 2003-06-25 04:08:19 +00:00
pg_encoding Returns exit status 1 if invalid encoding name or 2002-10-20 11:33:48 +00:00
pg_id pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
pg_resetxlog Add Win32 path handling for / vs. \ and drive letters. 2003-04-04 20:42:13 +00:00
pgtclsh Make use of TCL_INCLUDE_SPEC if available (it's new in Tcl 8.4, too bad 2002-12-30 17:19:54 +00:00
psql Attached is the complete diff against current CVS. 2003-06-12 08:15:29 +00:00
scripts Change clusterdb and vacuumdb into C programs. 2003-06-18 12:19:11 +00:00
Makefile Remove all traces of multibyte and locale options. Clean up comments 2002-09-03 21:45:44 +00:00