Remove obsolete comment

This commit is contained in:
Peter Eisentraut 2019-01-18 09:48:51 +01:00
parent 29b3ac7546
commit f04ad77a30
2 changed files with 0 additions and 2 deletions

View file

@ -1009,7 +1009,6 @@ ERROR: table "pktable" does not exist
drop table pktable_base;
--
-- Deferrable constraints
-- (right now, only FOREIGN KEY constraints can be deferred)
--
-- deferrable, explicitly deferred
CREATE TABLE pktable (

View file

@ -654,7 +654,6 @@ drop table pktable_base;
--
-- Deferrable constraints
-- (right now, only FOREIGN KEY constraints can be deferred)
--
-- deferrable, explicitly deferred