User Tools

Site Tools


podoc:scanner_id_sequence_sql_sequence

Differences

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

Link to this comparison view

Last revisionBoth sides next revision
podoc:scanner_id_sequence_sql_sequence [2007/04/12 14:11] – created Luudpodoc:scanner_id_sequence_sql_sequence [2007/04/18 12:01] Luud
Line 6: Line 6:
  
 === Description === === Description ===
 +
 +Sequence generator for the column 'identifier' of the table 'scanner'.
  
 === Purpose === === Purpose ===
 +
 +To facilitate the generation of unique values for the primary key column 'identifier' of the table 'scanner'.
  
 === Schema === === Schema ===
  
-  create sequence scanner_id_sequence start 1;+<code> 
 +create sequence scanner_id_sequence start 1; 
 +</code>
  
 === Related tables === === Related tables ===
  
   * [[scanner sql table|scanner]]   * [[scanner sql table|scanner]]
- 
-=== Related indexes === 
- 
-=== Related functions === 
- 
-=== Related views === 
  
 === History === === History ===
Line 37: Line 37:
 = Version 2.5 = = Version 2.5 =
  
-  create sequence scanner_id_sequence start 1;+<code> 
 +create sequence scanner_id_sequence start 1; 
 +</code>
  
podoc/scanner_id_sequence_sql_sequence.txt · Last modified: 2007/04/23 14:48 by Luud