System: Mac OS X 10.3.5
Pg: 8.0.0 b2
type_sanity ... ok
opr_sanity ... ok
test geometry ... FAILED
test horology ... ok
test insert ... ok
test create_function_1... ok
===
1 of 96 tests failed.
==
The following bug has been logged on the website:
Bug reference: 7685
Logged by: Wes Devauld
Email address: w...@devauld.ca
PostgreSQL version: 9.2.1
Operating system: Windows 7 Enterprise
Description:
-- The last_value(0 window function appears to be changing values
ot;: codeset is "US-ASCII"
DETAIL: Please report this to .
WARNING: could not determine encoding for locale "en_US.US-ASCII":
codeset is "US-ASCII"
DETAIL: Please report this to .
ok
Otherwise, postgresql appears to be up and running. Thanks,
--
Wes Sheldahl
we
I have an ecpg program that runs perfectly on Linux (PostgreSQL 7.4.1). I
recompile it on Solaris and when I try to run there is absolutely no error
handling available. When I connect:
EXEC SQL WHENEVER SQLERROR GOTO sql_error;
EXEC SQL CONNECT TO :dbTarget USER :user USING :pw;
Sorry for wasting your time, I now see: If frame_end is omitted it defaults
to CURRENT ROW.
clearly in the documentation. I made the assumption that the default was
UNBOUNDED PROCEDING/FOLLOWING which is now very obviously not the case.
Again, sorry for not really taking the time to ensure this