Update of /usr/cvs/Public/pygresql/docs
In directory druid.net:/tmp/cvs-serv17008/docs

Modified Files:
        pg.txt 
Log Message:
Correction to OID munging description.  We only do that if the table
has an OID.


To see the diffs for this commit:
   
http://www.druid.net/pygresql/viewcvs.cgi/cvs/pygresql/docs/pg.txt.diff?r1=1.17&r2=1.18

Index: pg.txt
===================================================================
RCS file: /usr/cvs/Public/pygresql/docs/pg.txt,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -u -r1.17 -r1.18
--- pg.txt      23 Nov 2008 12:19:21 -0000      1.17
+++ pg.txt      2 Dec 2008 15:52:47 -0000       1.18
@@ -862,8 +862,9 @@ Description:
   then the primary key for the table is used. If `arg` is a dictionary
   then the value for the key is taken from it and it is modified to
   include the new values, replacing existing values where necessary.
-  The OID is also put into the dictionary, but in order to allow the
-  caller to work with multiple tables, it is munged as `oid(schema.table)`.
+  The OID is also put into the dictionary if the table has one, but in
+  order to allow the caller to work with multiple tables, it is munged
+  as `oid(schema.table)`.
 
 insert - insert a row into a database table
 -------------------------------------------

_______________________________________________
PyGreSQL mailing list
[email protected]
http://mailman.vex.net/mailman/listinfo/pygresql

Reply via email to