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