タグ

postgresqlに関するthemorthemのブックマーク (4)

  • Ywcafe.net

    Ywcafe.net This Page Is Under Construction - Coming Soon! Why am I seeing this 'Under Construction' page? Related Searches: Credit Card Application Contact Lens Online classifieds Healthy Weight Loss Anti Wrinkle Creams Trademark Free Notice Review our Privacy Policy Service Agreement Legal Notice Privacy Policy|Do Not Sell or Share My Personal Information

  • SQL Power Injector Product Information

    Product Information Introduction SQL Power Injector is an application created in .Net 1.1 that helps the penetration tester to find and exploit SQL injections on a web page. For now it is SQL Server, Oracle, MySQL, Sybase/Adaptive Server and DB2 compliant, but it is possible to use it with any existing DBMS when using the inline injection (Normal mode). Indeed, the normal mode is basically the SQL

  • ここギコ!: PostGISとPostgreSQL幾何データ型の比較

    これだけで終わらせるのもあれなので、実際にPostGISとPostgreSQL幾何データ型の周辺検索の比較を行ってみた。 結果は...あれだけアジった結果としてはちょっと恥ずかしい?1勝1敗に終わった。 (とはいえ、元記事そのままのやり方ではそもそも比較の対象にすらできず、前エントリで私がフォローしたやり方とPostGISとの比較なので、ちょっと勘弁いただきたいといいたいところでもある) 何をもって1勝1敗というかについては、以下記事参照。 とりあえず、組み込みの幾何データ型とPostGISジオメトリ型のカラムを持つテーブル作成。 CREATE TABLE geodata (id serial, geo_pseudo point); SELECT AddGeometryColumn('geodata', 'geo_right', 4326, 'POINT', 2 ); こんな感じで、

  • ここギコ!: GoogleMapsと連動したいなら幾何データ型よりPostGIS

    なんか向こうのコメントに書き込んだのだが、よく判らんが削除されてしまったのでこっちのエントリで取り上げる。 データベース上の位置情報を効率的に検索する方法(PostgreSQL編) -Web屋のネタ帳- たとえばおいしいケーキ屋さんの位置情報がデータベース上にあるとしよう。...GoogleMapsなどである範囲の地図を表示したとして、お店の位置を地図上にマーキングさせたい場合には、その地図の範囲の情報をキーにしてデータベース上の緯度経度を検索する必要がある。 ......... だが、ひとたび ある1点から半径rの円内に該当するデータを検索したい さらにその検索結果を、中心点からの距離でソートしたい といったことになると、とたんに難しくなる。しかし、PostgreSQLにもう5年以上前から実装されている幾何データ型、幾何関数、幾何演算子を使えば、SELECT一発でできることだ。 幾何

  • 1