Changeset 33
- Timestamp:
- 06/01/09 20:34:12 (3 years ago)
- Files:
-
- 1 modified
-
trunk/epic/epic.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/epic/epic.sql
r31 r33 258 258 BEGIN 259 259 IF name IS NULL THEN 260 tablename := '_global_' || nextval(' _global_ids');260 tablename := '_global_' || nextval('test._global_ids'); 261 261 ELSE 262 262 tablename := name;
