Custom Query (2765 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (25 - 27 of 2765)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Ticket Resolution Summary Owner Reporter
#25 wontfix configuration files should be installed into /etc hicksa@…
Description

by default configuration files (rasmgr.conf) is installed into [PREFIX]/etc (which is /usr/local/etc in Ubuntu)

They should be installed into /etc or /etc/rasdaman

Can be overcome with ./configure —sysconfdir=/etc/rasdaman

#26 fixed CSV converter delivers wrong result on large data Dimitar Misev Andrei Aiordachioaie
Description

The result of the query

select csv(cov[0:399, 0:343].0) from rgb as cov

should be the encoding of "rgb" as comma-separated values. However, it does not contain the band value 164, which comes out when only a small subset of the image is evaluated:

select csv(cov[200:299, 200:300].0) from rgb as cov
#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.

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