Re: pgAgent: I want to make a port to C++ Only

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Linreg <linreg(at)gmx(dot)net>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: pgAgent: I want to make a port to C++ Only
Date: 2013-09-10 10:09:15
Message-ID: CA+OCxoy5g8F7jKT8pwvE2R_G3fknoORb0-W64MstFvq8Lk4UjQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Tue, Sep 10, 2013 at 10:45 AM, Linreg <linreg(at)gmx(dot)net> wrote:
>> That's very unlikely to be accepted - we intentionally use the
>
>> maintenance database for that, rather than forcing the user to use a
>
>> different one.
>
>>
>
> I regard the postgres database as a system-table-database, not as a
> maintenance database. Is this a wrong reflection?

Yes. It was specifically added for that purpose (I can say that with
authority - I wrote the patch)!

> And would you prefer user postgres as standard pgAgent-user?
>
> I think an normal user is better. Better for give explicit access rights

The current code allows you to use whatever user you like, though
"postgres" is the default. That should not be changed.

> When i have adapted the source code. How and Where do I deploy it.

Send a patch against git head to this list, and one of us will review
it, and provide feedback until it's in a state that we're happy to
commit.

Thanks!

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Neel Patel 2013-09-10 12:09:39 Fixed pgAdmin crash issue
Previous Message Linreg 2013-09-10 09:45:52 Re: pgAgent: I want to make a port to C++ Only