Database Sequence Description of "imagemagick_options_id_sequence"

Name

imagemagick_options_id_sequence

Description

Purpose

Schema

-- create sequence and set it to the same value as the preferences sequence was
create sequence imagemagick_options_id_sequence;
select setval('imagemagick_options_id_sequence',max(imagemagick_options)) from users;

Related tables

Related indexes

Related functions

Related views

History

Used first

Version 2.11

Used last

Version 2.34

Change history

= Version 2.11 =

-- create sequence and set it to the same value as the preferences sequence was
create sequence imagemagick_options_id_sequence;
select setval('imagemagick_options_id_sequence',max(imagemagick_options)) from users;

= Version 2.34 =

drop sequence imagemagick_options_id_sequence;
podoc/imagemagick_options_id_sequence_sql_sequence.txt · Last modified: 2007/10/19 15:03 by Luud
www.chimeric.de Creative Commons License Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0