On Fri, 4 Oct 2019 at 13:18, Tom Lane wrote:
> Natarajan R writes:
> > Me: Thanks Tomas, But this is for that particular database only, I want
> > to get the *list of database Id's* on which my extension is installed
> > during *PG_INIT* itself...
>
> You can't. In the first place, that inform
Natarajan R writes:
> Me: Thanks Tomas, But this is for that particular database only, I want
> to get the *list of database Id's* on which my extension is installed
> during *PG_INIT* itself...
You can't. In the first place, that information simply isn't obtainable,
because a session running w
On Thu, 3 Oct 2019 at 20:54, Tomas Vondra
wrote:
> On Thu, Oct 03, 2019 at 07:51:04PM +0530, Natarajan R wrote:
> >Thanks for your response Euler.
> >
> >1)
> >"id" i meant by database id
> >
> >I make my question simple, " during pg_init i want to get databaseid's in
> >which my extension is ins
On Thu, Oct 03, 2019 at 07:51:04PM +0530, Natarajan R wrote:
Thanks for your response Euler.
1)
"id" i meant by database id
I make my question simple, " during pg_init i want to get databaseid's in
which my extension is installed... "
1. by using pg_database and pg_extension catalogs
2. if ther
Thanks for your response Euler.
1)
"id" i meant by database id
I make my question simple, " during pg_init i want to get databaseid's in
which my extension is installed... "
1. by using pg_database and pg_extension catalogs
2. if there any other way, kindly suggest me.
2)
I have one sql file wh
Em qui, 3 de out de 2019 às 02:24, Natarajan R escreveu:
>
> I am creating sample extension in postgres, For that "During PG_INIT, i want
> to get the list of database Id's in which my extension is installed". Is
> there a way to get this?
>
I'm not sure what you mean by "ld". However, if you wa
Hi team,
I am creating sample extension in postgres, For that "During PG_INIT, i
want to get the list of database Id's in which my extension is installed".
Is there a way to get this?
and also another one.
How to have trigger for create extension?
Thanks in advance.