Hello to all postgresql developers :)

Started by Sergej Galkinalmost 17 years ago3 messageshackers
Jump to latest
#1Sergej Galkin
sergej.galkin@gmail.com

Hello,
I am Oracle developer for 2 years, and I have a magister work - to realize
TPR index on RDBMS :) I desided to realize TPR index on PostgreSql RDBMS. I
am really new programmer in C language.
what I done
1 Installed Xubuntu on my computer.
2 build and installed PostgreSql.
3 Installed Anjuta on my computer.

Can anybody advise what I need to do next.

Grateful,
Sergej

#2Peter Eisentraut
peter_e@gmx.net
In reply to: Sergej Galkin (#1)
Re: Hello to all postgresql developers :)

On Tuesday 30 June 2009 10:06:49 Sergej Galkin wrote:

Hello,
I am Oracle developer for 2 years, and I have a magister work - to realize
TPR index on RDBMS :) I desided to realize TPR index on PostgreSql RDBMS. I
am really new programmer in C language.
what I done
1 Installed Xubuntu on my computer.
2 build and installed PostgreSql.
3 Installed Anjuta on my computer.

Can anybody advise what I need to do next.

I suggest you start perusing the information here:

http://wiki.postgresql.org/wiki/Development_information

#3Dimitri Fontaine
dimitri@2ndQuadrant.fr
In reply to: Sergej Galkin (#1)
Re: Hello to all postgresql developers :)

Sergej Galkin <sergej.galkin@gmail.com> writes:

I am Oracle developer for 2 years, and I have a magister work - to realize TPR
index on RDBMS :) I desided to realize TPR index on PostgreSql RDBMS. I am
really new programmer in C language.

I don't know what a TPR index is, but it could be that the following
material could help you:
http://wiki.postgresql.org/wiki/Image:Prato_2008_prefix.pdf

Regards,
--
dim