/[rserv]/bin/MasterInit
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /bin/MasterInit

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by dpavlin, Wed Aug 6 00:19:34 2003 UTC revision 1.7 by dpavlin, Tue Oct 28 18:43:12 2003 UTC
# Line 104  $result = $conn->exec("create table _RSE Line 104  $result = $conn->exec("create table _RSE
104                        "DELETE CASCADE ON UPDATE CASCADE, logid int4 not ".                        "DELETE CASCADE ON UPDATE CASCADE, logid int4 not ".
105                        "null, logtime timestamp not null, insert smallint, ".                        "null, logtime timestamp not null, insert smallint, ".
106                        "update smallint, delete smallint, key text, ".                        "update smallint, delete smallint, key text, ".
107                          "server int4, ".
108                        "CONSTRAINT only_one CHECK (insert+update+delete=1))");                        "CONSTRAINT only_one CHECK (insert+update+delete=1))");
109  RollbackAndQuit($conn) if ($result->resultStatus ne PGRES_COMMAND_OK);  RollbackAndQuit($conn) if ($result->resultStatus ne PGRES_COMMAND_OK);
110    

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

  ViewVC Help
Powered by ViewVC 1.1.26