Re: View to get all the extension control file details

2018-10-22 Thread Kyotaro HORIGUCHI
Hello. At Wed, 17 Oct 2018 18:38:05 +1100, Haribabu Kommi wrote in > On Sat, Oct 13, 2018 at 3:57 AM Robert Haas wrote: > > > On Wed, Oct 10, 2018 at 8:27 AM Haribabu Kommi > > wrote: > > > Here is the patch as per the above discussion. > > > > One potential problem with this is that we

Re: View to get all the extension control file details

2018-10-17 Thread Haribabu Kommi
On Sat, Oct 13, 2018 at 3:57 AM Robert Haas wrote: > On Wed, Oct 10, 2018 at 8:27 AM Haribabu Kommi > wrote: > > Here is the patch as per the above discussion. > > One potential problem with this is that we could add more control-file > attributes in the future, and it will be annoying if the

Re: View to get all the extension control file details

2018-10-12 Thread Robert Haas
On Wed, Oct 10, 2018 at 8:27 AM Haribabu Kommi wrote: > Here is the patch as per the above discussion. One potential problem with this is that we could add more control-file attributes in the future, and it will be annoying if the view ends up with a million columns, or if we ever have to rename

Re: View to get all the extension control file details

2018-10-10 Thread Haribabu Kommi
On Fri, Sep 21, 2018 at 5:09 PM Haribabu Kommi wrote: > On Thu, Sep 20, 2018 at 3:18 PM Kyotaro HORIGUCHI < > horiguchi.kyot...@lab.ntt.co.jp> wrote: > >> Hello. >> >> At Mon, 17 Sep 2018 16:49:41 +1000, Haribabu Kommi < >> kommi.harib...@gmail.com> wrote in >> >> > Hi Hackers, >> > >> >

Re: View to get all the extension control file details

2018-09-21 Thread Haribabu Kommi
On Thu, Sep 20, 2018 at 3:18 PM Kyotaro HORIGUCHI < horiguchi.kyot...@lab.ntt.co.jp> wrote: > Hello. > > At Mon, 17 Sep 2018 16:49:41 +1000, Haribabu Kommi < > kommi.harib...@gmail.com> wrote in > > > Hi Hackers, > > > > Currently PostgreSQL provides following views to get the extension >

Re: View to get all the extension control file details

2018-09-19 Thread Kyotaro HORIGUCHI
Hello. At Mon, 17 Sep 2018 16:49:41 +1000, Haribabu Kommi wrote in > Hi Hackers, > > Currently PostgreSQL provides following views to get the extension specific > details > > pg_available_extensions - Name, default_version, installed_version, comment > > pg_available_extension_versions -

View to get all the extension control file details

2018-09-17 Thread Haribabu Kommi
Hi Hackers, Currently PostgreSQL provides following views to get the extension specific details pg_available_extensions - Name, default_version, installed_version, comment pg_available_extension_versions - Name, version, installed, superuser, relocatable, schema, requires, comment But these