User Tools

Site Tools


podoc:print_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:print_id_sequence_sql_sequence [2007/04/18 11:57] Luudpodoc:print_id_sequence_sql_sequence [2007/04/23 14:46] (current) Luud
Line 6: Line 6:
  
 === Description === === Description ===
 +
 +TODO: check up on this. It is probably wrong...
  
 Sequence generator for the column 'identifier' of the table 'print'. Sequence generator for the column 'identifier' of the table 'print'.
  
 === Purpose === === Purpose ===
 +
 +TODO: check up on this. It is probably wrong...
  
 To facilitate the generation of unique values for the primary key column 'identifier' of the table 'print'. To facilitate the generation of unique values for the primary key column 'identifier' of the table 'print'.
Line 15: Line 19:
 === Schema === === Schema ===
  
-<code>+<code sql>
 create sequence print_id_sequence start 1; create sequence print_id_sequence start 1;
 </code> </code>
Line 21: Line 25:
 === Related tables === === Related tables ===
  
-  * [[print sql table|print]]+TODO: check up on this. It is probably wrong... 
 + 
 +  * [[photo sql table|photo]]
  
 === History === === History ===
Line 37: Line 43:
 = Version 2.5 = = Version 2.5 =
  
-<code>+<code sql>
 create sequence print_id_sequence start 1; create sequence print_id_sequence start 1;
 </code> </code>
  
podoc/print_id_sequence_sql_sequence.1176897449.txt.gz · Last modified: 2007/04/18 11:57 by Luud