This documentation is for an unsupported version of PostgreSQL.
	    You may want to view the same page for the
	    
current
	    version, or one of the other supported versions listed above instead.
	  
            
delete
  
  Name
delete -- delete a row from a table
 
  
  Synopsis
  
delete(table, [a])
  
    
    Parameters
    
      
        - table
- 
          Name of table. 
- [a]
- 
          A dictionary of values. 
 
   
  
 
  
  Description
  This method deletes the row from a table. It deletes based on
  the OID as munged as described above.