Re: [HACKERS] Compiling a PostgreSQL 7.3.2 project with Eclipse

2011-05-06 Thread Josh Berkus
Kresimir, > Concerning TelegraphCQ, my aim is to add geospatial capabilities, to > actually merge it with PostGIS. Its a part of my PhD Thesis. Hmmm. Given that the TCQ code was never production quality in the first place (i.e. crashed every 60 minutes), this seems like kind of a futile t

Re: [HACKERS] Compiling a PostgreSQL 7.3.2 project with Eclipse

2011-05-06 Thread Krešimir Križanović
, 2011 8:32 PM To: Krešimir Križanović Cc: pgsql-hackers@postgresql.org Subject: Re: [HACKERS] Compiling a PostgreSQL 7.3.2 project with Eclipse Krešimir Križanović wrote: > > > However, where I compile and run the project, in the Eclipse console I > get: > > POSTGRES backend int

Re: [HACKERS] Compiling a PostgreSQL 7.3.2 project with Eclipse

2011-05-06 Thread Greg Smith
Krešimir Križanović wrote: However, where I compile and run the project, in the Eclipse console I get: POSTGRES backend interactive interface $Revision: 1.115 $ $Date: 2006/02/06 01:19:46 $ I don’t know what to do with this backend interface. I would like to get a postmaster running and t

Re: [HACKERS] Compiling a PostgreSQL 7.3.2 project with Eclipse

2011-05-06 Thread Christopher Browne
2011/5/6 Krešimir Križanović : > I don't know what to do with this backend interface. I would like to get a > postmaster running and to connect to a data base with psql. However, when i > try to start psql, it says that there is no postmaster running. I would not assume that it is handled the same

[HACKERS] Compiling a PostgreSQL 7.3.2 project with Eclipse

2011-05-06 Thread Krešimir Križanović
First, I want to apologize if this is a topic for one of the other mailing lists (or completely inappropriate for PostgreSQL mailing lists), but I looked them over, and this one seemed most appropriate. I am working on a project based on TelegraphCQ 2.1 Data