User Tools

Site Tools


podoc:export_id_sequence_sql_sequence

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
podoc:export_id_sequence_sql_sequence [2007/04/18 11:18] Luudpodoc:export_id_sequence_sql_sequence [2007/04/23 14:40] (current) Luud
Line 7: Line 7:
 === Description === === Description ===
  
-Sequence generator for the column 'identifier' of the table 'export'.+TODO: is this right? Probably not. 
 + 
 +Sequence generator for the column 'identifier' of the table '???'.
  
 === Purpose === === Purpose ===
  
-To facilitate the generation of unique values for the primary key column 'identifier' of the table 'export'.+TODO: is this right? Probably not. 
 + 
 +To facilitate the generation of unique values for the primary key column 'identifier' of the table '???'.
  
 === Schema === === Schema ===
  
-<code>+<code sql>
 create sequence export_id_sequence start 1; create sequence export_id_sequence start 1;
 </code> </code>
Line 21: Line 25:
 === Related tables === === Related tables ===
  
-  * [[export sql table|export]]+TODO: checkto which table this actually belongs, if any... 
 + 
 +  * [[photo sql table|photo]]
  
 === History === === History ===
Line 37: Line 43:
 = Version 2.15 = = Version 2.15 =
  
-<code>+<code sql>
 create sequence export_id_sequence start 1; create sequence export_id_sequence start 1;
 </code> </code>
Line 43: Line 49:
 = Version 2.31 = = Version 2.31 =
  
-<code>+<code sql>
 -- These are obselete, we now use random numbers for security. -- These are obselete, we now use random numbers for security.
 drop sequence export_id_sequence; drop sequence export_id_sequence;
 </code> </code>
  
podoc/export_id_sequence_sql_sequence.txt · Last modified: 2007/04/23 14:40 by Luud