This shows you the differences between two versions of the page.
Next revision | Previous revision Last revision Both sides next revision | ||
podoc:photo_spooler_id_sequence_sql_sequence [2007/04/16 15:07] Luud created |
podoc:photo_spooler_id_sequence_sql_sequence [2007/04/23 14:46] Luud |
||
---|---|---|---|
Line 6: | Line 6: | ||
=== Description === | === Description === | ||
+ | |||
+ | Sequence generator for the column ' | ||
=== Purpose === | === Purpose === | ||
+ | |||
+ | To facilitate the generation of unique values for the primary key column ' | ||
=== Schema === | === Schema === | ||
- | < | + | < |
create sequence photo_spooler_id_sequence start 1; | create sequence photo_spooler_id_sequence start 1; | ||
</ | </ | ||
Line 18: | Line 22: | ||
* [[photo_spooler sql table|photo_spooler]] | * [[photo_spooler sql table|photo_spooler]] | ||
- | |||
- | === Related indexes === | ||
- | |||
- | === Related functions === | ||
- | |||
- | === Related views === | ||
=== History === | === History === | ||
Line 39: | Line 37: | ||
= Version 2.15 = | = Version 2.15 = | ||
- | < | + | < |
create sequence photo_spooler_id_sequence start 1; | create sequence photo_spooler_id_sequence start 1; | ||
</ | </ | ||