File: ddl_alter_table_add_constraint.sql

package info (click to toggle)
libpg-query 17-6.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 33,436 kB
  • sloc: ansic: 175,860; sql: 79,564; ruby: 1,605; makefile: 281; cpp: 221
file content (2 lines) | stat: -rw-r--r-- 138 bytes parent folder | download | duplicates (2)
1
2
ALTER TABLE ONLY public.vacuum_insight_runs_7d
    ADD CONSTRAINT vacuum_insight_runs_7d_pkey PRIMARY KEY (server_id, check_name, run_at)