Custom Query (2765 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (10 - 12 of 2765)

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Ticket Resolution Summary Owner Reporter
#27 fixed PostgreSQL 8.4 documentation update Peter Baumann Nicolas
Description

in the install guide it is mentioned to put this line into postgresql.conf:

tcpip_socket = true

But when I restart the sql-server, it gives me following error:

FATAL: unrecognized configuration parameter "tcpip_socket"

In another forum I read, that since version 8. of postgresql the command listen_addresses is used instead and points to localhost per default.

#3 fixed make java API work Peter Baumann
Description

In the java/ directory, the Makefile is not yet adapted to the automake process. Hence, a

(cd java; make)

stops with an error.

Things to do:

  • adapt all Makefiles in java/… to automake
  • include java subdir in top-level make process
  • make examples in share/rasdaman/examples/java work
#4 fixed cannot link C++ examples Peter Baumann
Description

The example code in share/rasdaman/examples/c++ does not link under some environments. Reason: Makefile not yet adapted to automake, hence compile/link environment is not correctly set.

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.