• Alvaro Herrera's avatar
    Report all dependent objects to the server log when a shared object is dropped, · 689dea42
    Alvaro Herrera authored
    and only a truncated log of the objects in the current database to the client.
    Also, instead of reporting object counts for all databases on which the user
    might own objects, report only as many as fit in the predefined line count.
    
    This is to avoid flooding the client when the user owns too many objects,
    which could cause problems.
    
    Per report from Ed L. on April 4th and subsequent discussion.
    689dea42
pg_shdepend.c 36.4 KB