Re: [HACKERS] RE: New ecgp code problem.

From: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
To: The Hermit Hacker <scrappy(at)hub(dot)org>
Cc: "Meskes, Michael" <meskes(at)topsystem(dot)de>, emkxp01(at)mtcc(dot)demon(dot)co(dot)uk, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] RE: New ecgp code problem.
Date: 1998-02-20 13:26:50
Message-ID: 34ED8499.92C3D2F8@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> > Unfortunately createdb as user postgres doesn't work either, so I have
> > to keep debugging without being able to run the binary.
>
> I'm curious here as to why nobody has looked into this
> problem...

Because no one else sees the problem? I've forgotten what your symptom
actually is, but from the 980217 cvs tree:

postgres=> \q
golem$ createuser tgl
Enter user's postgres ID or RETURN to use unix user ID: 106 ->
Is user "tgl" allowed to create databases (y/n) y
Is user "tgl" allowed to add users? (y/n) y
createuser: tgl was successfully added
...
golem> createdb
golem> psql
Welcome to the POSTGRESQL interactive sql monitor:
...
You are currently connected to the database: tgl

tgl=>

Have you done a complete "make clean; make install; initdb" cycle??

- Tom

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas G. Lockhart 1998-02-20 13:55:12 Re: [HACKERS] Re: [BUGS] agregate function sum error
Previous Message Maurice Gittens 1998-02-20 13:14:22 How To free resources used by large object Relations?