Create user is failing under 6.5

From: Michael Davis <michael(dot)davis(at)prevuenet(dot)com>
To: hackers(at)postgreSQL(dot)org
Subject: Create user is failing under 6.5
Date: 1999-03-30 05:04:23
Message-ID: 93C04F1F5173D211A27900105AA8FCFC1452F4@lambic.prevuenet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

CREATE USER sarah;
ERROR: Bad abstime external representation ''

The back end will fail with the next sql call:

CREATE USER sarah;
NOTICE: (transaction aborted): all queries ignored until end of transaction
block
*ABORT STATE*

Am I missing something?

Thanks, Michael

Browse pgsql-hackers by date

  From Date Subject
Next Message Clark Evans 1999-03-30 05:04:32 Re: [HACKERS] Some 6.5 regression tests are failing
Previous Message Cary O'Brien 1999-03-30 04:52:58 Re: Are large objects well supported? Are they considered very stableto use?