Thread: Documentation update (pg_get_fkeydef, current_database)
Adds documentation on pg_get_fkeydef() and current_database functions to the misc. section.
Attachment
Your patch has been added to the PostgreSQL unapplied patches list at: http://candle.pha.pa.us/cgi-bin/pgpatches I will try to apply it within the next 48 hours. --------------------------------------------------------------------------- Rod Taylor wrote: > Adds documentation on pg_get_fkeydef() and current_database functions to > the misc. section. > > [ Attachment, skipping... ] > > ---------------------------(end of broadcast)--------------------------- > TIP 2: you can get off all lists at once with the unregister command > (send "unregister YourEmailAddressHere" to majordomo@postgresql.org) -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073
Bruce Momjian <pgman@candle.pha.pa.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
Tom Lane wrote: > Bruce Momjian <pgman@candle.pha.pa.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. Uh, I was going to add current_database() patch in the patch queue. Is that OK? I can apply only that part of the doc patch. > 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 ... Which one was that? Where are we on the prepare statement patch? I saw another version appear yesterday or the day before. -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073
Bruce Momjian <pgman@candle.pha.pa.us> writes: > Uh, I was going to add current_database() patch in the patch queue. Is > that OK? I can apply only that part of the doc patch. current_database looks pretty harmless. I want to look at get_fkeydef or whatever it was called, though. >> 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 ... > Which one was that? The stuff involving changing the way that pg_dump deals with constraints and foreign keys and serials (at least two different patches I think). get_fkeydef is backend support for that. > Where are we on the prepare statement patch? I saw > another version appear yesterday or the day before. I haven't looked at the latest version yet. regards, tom lane
On Wed, 2002-08-14 at 13:57, Bruce Momjian wrote: > Tom Lane wrote: > > Bruce Momjian <pgman@candle.pha.pa.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. > > Uh, I was going to add current_database() patch in the patch queue. Is > that OK? I can apply only that part of the doc patch. Tom added the pg_get_fkeydef function (after renaming it to a more appropriate pg_get_constraint). So please ignore those few lines of the doc updates.
Patch withdrawn by author. --------------------------------------------------------------------------- Rod Taylor wrote: > Adds documentation on pg_get_fkeydef() and current_database functions to > the misc. section. > > [ Attachment, skipping... ] > > ---------------------------(end of broadcast)--------------------------- > TIP 2: you can get off all lists at once with the unregister command > (send "unregister YourEmailAddressHere" to majordomo@postgresql.org) -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073
Sorry, actually the pg_get_fkeydef was withdrawn. The current_database part still remains. --------------------------------------------------------------------------- Rod Taylor wrote: > Adds documentation on pg_get_fkeydef() and current_database functions to > the misc. section. > > [ Attachment, skipping... ] > > ---------------------------(end of broadcast)--------------------------- > TIP 2: you can get off all lists at once with the unregister command > (send "unregister YourEmailAddressHere" to majordomo@postgresql.org) -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073