Compiling a PostgreSQL 7.3.2 project with Eclipse - Mailing list pgsql-hackers

From Krešimir Križanović
Subject Compiling a PostgreSQL 7.3.2 project with Eclipse
Date
Msg-id E14FE684AF8EC84B854B0CEBA87A8318E45BA8@sluga.fer.hr
Whole thread Raw
Responses Re: Compiling a PostgreSQL 7.3.2 project with Eclipse
Re: Compiling a PostgreSQL 7.3.2 project with Eclipse
List pgsql-hackers

 

                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 Stream Management System which is in turn based on PostgreSQL 7.3.2. I’ve decided to use Eclipse. I have managed to import source into Eclipse and to run it, using instructions given here: http://wiki.postgresql.org/wiki/Working_with_Eclipse.

 

                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 to connect to a data base with psql. However, when i try to start psql, it says that there is no postmaster running.

 

Can someone please give me a hand,

K.K.

pgsql-hackers by date:

Previous
From: Euler Taveira de Oliveira
Date:
Subject: Re: Why not install pgstattuple by default?
Next
From: Euler Taveira de Oliveira
Date:
Subject: Re: Debug contrib/cube code