Thread

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

    Michael Meskes <meskes@topsystem.de> — 1998-02-20T08:58:41Z

    Unfortunately createdb as user postgres doesn't work either, so I have
    to keep debugging without being able to run the binary.
    
    Michael
    
    --
    Dr. Michael Meskes, Project-Manager    | topsystem Systemhaus GmbH
    meskes@topsystem.de                    | Europark A2, Adenauerstr. 20
    meskes@debian.org                      | 52146 Wuerselen
    Go SF49ers! Go Rhein Fire!             | Tel: (+49) 2405/4670-44
    Use Debian GNU/Linux!                  | Fax: (+49) 2405/4670-10
    
    > -----Original Message-----
    > From:	Michael Meskes [SMTP:meskes@topsystem.de]
    > Sent:	Friday, February 20, 1998 9:41 AM
    > To:	emkxp01@mtcc.demon.co.uk
    > Cc:	pgsql-hackers@postgreSQL.org
    > Subject:	Re: [HACKERS] RE: New ecgp code problem.
    > 
    > Keith Parks writes:
    > > Hi,
    > > 
    > > The problem is just the missing name column.
    > 
    > I think I know the problem. I will send a patch later (again) but I
    > cannot
    > test it myself as I still cannot create a user. Hmm, maybe I should
    > try as
    > postgres user.
    > 
    > Michael
    > 
    > -- 
    > Dr. Michael Meskes, Project-Manager    | topsystem Systemhaus GmbH
    > meskes@topsystem.de                    | Europark A2, Adenauerstr. 20
    > meskes@debian.org                      | 52146 Wuerselen
    > Go SF49ers! Go Rhein Fire!             | Tel: (+49) 2405/4670-44
    > Use Debian GNU/Linux!                  | Fax: (+49) 2405/4670-10
    
    
  2. RE: [HACKERS] RE: New ecgp code problem.

    Marc Fournier <scrappy@hub.org> — 1998-02-20T12:58:33Z

    On Fri, 20 Feb 1998, Meskes, Michael wrote:
    
    > 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...why is it that you can't create a database/user? *raised
    eyebrow*
    
    
    
    
  3. Re: [HACKERS] RE: New ecgp code problem.

    Thomas Lockhart <lockhart@alumni.caltech.edu> — 1998-02-20T13:26:50Z

    > > 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