Thread: Information schema - finalize key_column_usage

Information schema - finalize key_column_usage

From
Greg Sabino Mullane
Date:
Correctly populates the "position_in_unique_constraint" column in the
information_schema.key_column_usage view.

--
Greg Sabino Mullane greg@turnstep.com
End Point Corporation
PGP Key: 0x14964AC8 200608182231
http://biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B906714964AC8


Attachment

Re: Information schema - finalize key_column_usage

From
Bruce Momjian
Date:
This patch fails in initdb with:

   creating information schema ... FATAL:  column ss.confrelid does not exist at character 30245

Please fix and resubmit soon.

---------------------------------------------------------------------------

Greg Sabino Mullane wrote:
-- Start of PGP signed section.
> Correctly populates the "position_in_unique_constraint" column in the
> information_schema.key_column_usage view.
>
> --
> Greg Sabino Mullane greg@turnstep.com
> End Point Corporation
> PGP Key: 0x14964AC8 200608182231
> http://biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B906714964AC8
>

[ Attachment, skipping... ]
-- End of PGP section, PGP failed!

--
  Bruce Momjian   bruce@momjian.us
  EnterpriseDB    http://www.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +

Re: Information schema - finalize key_column_usage

From
Greg Sabino Mullane
Date:
> Please fix and resubmit soon.

Attached version should now work properly.

--
Greg Sabino Mullane greg@turnstep.com
End Point Corporation
PGP Key: 0x14964AC8 200609041803
http://biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B906714964AC8


Attachment

Re: Information schema - finalize key_column_usage

From
Tom Lane
Date:
Greg Sabino Mullane <greg@turnstep.com> writes:
> Attached version should now work properly.

Applied, thanks.

            regards, tom lane