Обсуждение: A first help for a beginner

Поиск
Список
Период
Сортировка

A first help for a beginner

От
doron yaary
Дата:
Hello,
I am a beginner here in PostgreSQL development. My intention is to extend PostgreSQL and write plugins for it. Can you please direct me to where I can find the following general info ?

  1. How to write a first plugin for pgAdmin ?
  2. How to insert my plugin icon to the pgAdmin tree ? (like pgAgent does)
  3. Where can I find a basic C++ plugin template ?

Thank you very much !!

Doron


Re: A first help for a beginner

От
Ashesh Vashi
Дата:
Hi Doron,

On Mon, Apr 7, 2014 at 7:28 PM, doron yaary <doronyaary@gmail.com> wrote:
Hello,
I am a beginner here in PostgreSQL development. My intention is to extend PostgreSQL and write plugins for it. Can you please direct me to where I can find the following general info ?

  1. How to write a first plugin for pgAdmin ?
pgAdmin does not have any plugin support except for running the external utility.
i.e. psql
  1. How to insert my plugin icon to the pgAdmin tree ? (like pgAgent does)
pgAgent node is integral part of the pgAdmin III.
It is not a plugin.
  1. Where can I find a basic C++ plugin template ?
We may/can help not until we understand your problem statement.

If you want to run an external utility, you may want to look at this template:

Thank you very much !!

Doron