Re: [GENERAL] Configure Qt Creator to work with PostgreSQL toextensions development

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: [GENERAL] Configure Qt Creator to work with PostgreSQL toextensions development
Дата
Msg-id b4107f4a-f8cc-ffb7-6cdd-ef7bd5772c0a@aklaver.com
обсуждение исходный текст
Ответ на [GENERAL] Configure Qt Creator to work with PostgreSQL to extensionsdevelopment  (Fabiana Zioti <fabi_zioti@hotmail.com>)
Ответы Re: [GENERAL] Configure Qt Creator to work with PostgreSQL to extensions development
Список pgsql-general
On 06/25/2017 07:34 AM, Fabiana Zioti wrote:
> I'm creating an extension to PostgreSQL, with user-defined types and
> user-defined functions.
>
> Extensions can be written in C as well as C ++, correct?

Given that you are asking about Qt Creator do you mean written in C++ as
well as C?

An extension is just packaging of objects:

https://www.postgresql.org/docs/9.6/static/extend-extensions.html

I am not sure C/C++ really is a factor.
Maybe if you offer more detail on what you are trying to achieve.

> I am currently using ATOM to develop in Ubuntu. But I would like to work
> with Qt.

Not seeing how Qt will work in a Postgres extension?

>
> PostgreSQL provides the tutorial for working with eclipse:
> https://wiki.postgresql.org/wiki/Working_with_Eclipse#
>
> Is there any tutorial for Qt? Or are the setup steps similar to Eclipse?
>
> Thank you very much in advance.
>


--
Adrian Klaver
adrian.klaver@aklaver.com


В списке pgsql-general по дате отправления:

Предыдущее
От: Fabiana Zioti
Дата:
Сообщение: [GENERAL] Configure Qt Creator to work with PostgreSQL to extensionsdevelopment
Следующее
От: Andreas Joseph Krogh
Дата:
Сообщение: Re: [GENERAL] Configure Qt Creator to work with PostgreSQL to extensions development