User Tools

Site Tools


podoc:album_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:album_id_sequence_sql_sequence [2007/04/18 10:50] Luudpodoc:album_id_sequence_sql_sequence [2007/04/23 14:37] (current) Luud
Line 7: Line 7:
 === Description === === Description ===
  
-Sequence generator for the 'fieldnamecolumn of the table 'tablename'.+Sequence generator for the column 'identifier' of the table 'album'.
  
 === Purpose === === Purpose ===
  
-To facilitate the generation of unique values for the 'fieldname' primary key column of the table 'tablename'.+To facilitate the generation of unique values for the primary key column 'identifier' of the table 'album'.
  
 === Schema === === Schema ===
  
-  create sequence album_id_sequence start 1;+<code sql> 
 +create sequence album_id_sequence start 1; 
 +</code>
  
 === Related tables === === Related tables ===
  
   * [[album sql table|album]]   * [[album sql table|album]]
- 
-=== Related indexes === 
- 
-=== Related functions === 
- 
-=== Related views === 
  
 === History === === History ===
Line 41: Line 37:
 = Version 2.5 = = Version 2.5 =
  
-  create sequence album_id_sequence start 1;+<code sql> 
 +create sequence album_id_sequence start 1; 
 +</code>
  
podoc/album_id_sequence_sql_sequence.txt · Last modified: 2007/04/23 14:37 by Luud