File: relocation.sql

package info (click to toggle)
postgresql-q3c 2.0.1-5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 5,548 kB
  • sloc: sql: 27,430; ansic: 3,908; python: 110; perl: 104; makefile: 101; sh: 17
file content (5 lines) | stat: -rw-r--r-- 365 bytes parent folder | download | duplicates (4)
1
2
3
4
5
set search_path to tests,public;
select count(*) from test where q3c_radial_query(ra,dec,171.890000,-85.710000,0.1);
select count(*) from test where q3c_radial_query(ra,dec,45.360000,-8.020000,0.1);
select count(*) from test where q3c_radial_query(ra,dec,247.030000,50.850000,0.1);
select count(*) from test where q3c_radial_query(ra,dec,308.900000,42.260000,0.1);