Idle idea for a feature

Поиск
Список
Период
Сортировка
psql's \d command tells you about outgoing foreign key constraints
(ie, ones referencing another table from this one).  It doesn't tell
you about incoming ones (ie, ones where another table references this
one).  ISTM it'd be a good idea if it did, as "are there any incoming
foreign keys" seems to be a question we constantly ask when solving
update-performance problems, and there isn't any easy way to check for
such.  I'm not real sure what the printout should look like, though.
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: "select ('{}'::text[])[1]" returns NULL -- is it correct?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Anyone interested in improving postgresql scaling?