gooderp18绿色标准版
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

14 linhas
518B

  1. /* src/test/modules/test_extensions/test_ext7--1.0.sql */
  2. -- complain if script is sourced in psql, rather than via CREATE EXTENSION
  3. \echo Use "CREATE EXTENSION test_ext7" to load this file. \quit
  4. -- link some existing serial-owning table to the extension
  5. alter extension test_ext7 add table old_table1;
  6. alter extension test_ext7 add sequence old_table1_col1_seq;
  7. -- ordinary member tables with serial columns
  8. create table ext7_table1 (col1 serial primary key);
  9. create table ext7_table2 (col2 serial primary key);
上海开阖软件有限公司 沪ICP备12045867号-1