ps.
Regards
Martin
--
Dipl-Ing. Martin Jacobs * Windsbach * Germany
Registered Linux User #87175, http://counter.li.org/
---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]
Peter Eisentraut schrieb:
> Martin Jacobs writes:
>
> > Now, postmaster is listening, I can connect with telnet, netstat
> > tells that there is a connection, but psql fails to connect to
> > any database.
>
> What did you do and what response did you get?
Not
is missing, at least a search path and psql isn't
found. Try to use an absolute path. Try to run this command as
batch job, don't throw it's output away and look the resulting
e-mail message.
Good Luck!
Martin
--
Dipl-Ing. Martin Jacobs
Registered Linux User #87175, http://counter.li.org/
Tom Lane schrieb:
> [EMAIL PROTECTED] (Martin Jacobs) writes:
> > Ignoring the minor floatingpoint errors, the first annoying
> > severe was in parallel group2
> > sequential test create_type ... FAILED
>
> > ERROR: TypeCreate: function
Tom Lane wrote:
>
> [EMAIL PROTECTED] (Martin Jacobs) writes:
> > CREATE FUNCTION lessbyte (_bytea, _bytea) RETURNS bool
> > AS
> > 'SELECT $1[1] < $2[1];' LANGUAGE 'sql';
> > ERROR: Unable to identify an operator '<
an underscore to make it an
array reference, but how to access a dedicated elment, also
called slot?
Any ideas?
>
>
> Shouldn't the above be:
> SELECT $1[1] < $1[2] ?
>
> You probably need the field reference in both places. I have never used
> arrays so I don