]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-5765: Remove misleading comment. Currently, we can't safely drop the id_genera...
authorAron Roberts <aron@socrates.berkeley.edu>
Thu, 3 Jan 2013 21:10:39 +0000 (13:10 -0800)
committerAron Roberts <aron@socrates.berkeley.edu>
Thu, 3 Jan 2013 21:10:39 +0000 (13:10 -0800)
services/common/src/main/resources/db/postgresql/create_id_generators_table.sql

index 7b4598341be3d31b23d51f488b205bb9a167c4f4..5202c73073d3714627489fc4ca817f44700d0f4d 100644 (file)
 SET SESSION client_min_messages=WARNING;
 
 -- 'CREATE TABLE ... IF NOT EXISTS' requires PostgreSQL 9.1 or later.
---
--- To adapt this script for use with PostgreSQL 9.0 or earlier (untested),
--- try substituting the following two lines for the line below:
--- DROP TABLE IF EXISTS id_generators;
--- CREATE TABLE id_generators ...
---
 CREATE TABLE IF NOT EXISTS id_generators
 (
   csid character varying(80) NOT NULL,