gooderp18绿色标准版
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

10 行
339B

  1. /* src/test/modules/test_extensions/test_ext3--1.0.sql */
  2. -- complain if script is sourced in psql, rather than via CREATE EXTENSION
  3. \echo Use "CREATE EXTENSION test_ext3" to load this file. \quit
  4. CREATE TABLE test_ext3_table (col_old INT);
  5. ALTER TABLE test_ext3_table RENAME col_old TO col_new;
  6. UPDATE test_ext3_table SET col_new = 0;
上海开阖软件有限公司 沪ICP备12045867号-1