Re: Query regarding selectDumpableExtension()

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: amul sul <sulamul(at)gmail(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Robert Haas <robertmhaas(at)gmail(dot)com>
Subject: Re: Query regarding selectDumpableExtension()
Date: 2016-10-31 16:52:05
Message-ID: 20400.1477932725@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

amul sul <sulamul(at)gmail(dot)com> writes:
> Thanks for your explanation, I agree that this is not a single scenario
> where we need special care, but still my question stands there, why do we
> really need to dump built-in extension?

It's not built-in. It's installed by default, yes, but it's also
droppable.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2016-10-31 18:57:07 Unsafe use of relation->rd_options without checking its type
Previous Message amul sul 2016-10-31 16:26:47 Re: Query regarding selectDumpableExtension()