mirror of
https://github.com/postgres/postgres.git
synced 2026-07-11 18:45:31 -04:00
Up to now we have allowed manual creation of an ON SELECT rule on
a table to convert it into a view. That was never anything but a
horrid, error-prone hack though. pg_dump used to rely on that
behavior to deal with cases involving circular dependencies,
where a dependency loop could be broken by separating the creation
of a view from installation of its ON SELECT rule. However, we
changed pg_dump to use CREATE OR REPLACE VIEW for that in commit
|
||
|---|---|---|
| .. | ||
| sgml | ||
| Makefile | ||