-- 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);
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.15 Sekunden
(vorverarbeitet am 2026-08-10)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.