Re: Documentation update (pg_get_fkeydef, current_database)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Rod Taylor <rbt(at)zort(dot)ca>, PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Documentation update (pg_get_fkeydef, current_database)
Date: 2002-08-14 14:03:30
Message-ID: 7739.1029333810@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> Your patch has been added to the PostgreSQL unapplied patches list at:

>> Adds documentation on pg_get_fkeydef() and current_database functions to
>> the misc. section.

Applying this patch would be premature when neither of the functions in
question have been committed yet.

I still have to finish up the tail-end work of reviewing Rod'
constraints patch, and this stuff is part of that ... it's back to
pg_dump for the next couple days for me ...

regards, tom lane

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2002-08-14 14:05:19 Re: Foreign key in pg_dump / psql
Previous Message Joe Conway 2002-08-14 06:31:17 Re: [HACKERS] [GENERAL] workaround for lack of REPLACE() function