| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | "Belcher, Jim" <JBelcher(at)elastic(dot)com> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: 7.0 configuration |
| Date: | 2001-02-03 20:18:01 |
| Message-ID: | 2635.981231481@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
"Belcher, Jim" <JBelcher(at)elastic(dot)com> writes:
> When the system boots, and Postgres is attempting to
> start, I get the following error: 564, unary operator expected.
I don't believe any part of Postgres itself issues such an error code.
Perhaps the message is coming out of your shell, which would suggest
some portability problem in the pg_ctl shell script. Try running
pg_ctl by hand and/or inserting debugging echo commands to see if you
can narrow down where the problem is.
What platform are you on, anyway?
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2001-02-03 20:36:12 | Re: DEBUG strings |
| Previous Message | Tom Lane | 2001-02-03 20:04:21 | Re: [HACKERS] ERROR: "Database 'products', OID nnn, has disappeared from pg_database" |