Skip to content
/ pguri Public

Simple PostgreSQL URI type for indexing and searching URI

License

Notifications You must be signed in to change notification settings

dylex/pguri

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple PostgreSQL URI type similar to http://pgfoundry.org/projects/uri that
allows efficient indexing and searching of URIs.  It was designed for storing
web browsing history and policies.  It breaks URI strings up into their scheme,
domain (itself broken up by dots and reversed for the sake of sorting), port,
and path.  URIs can be partial, with any part missing, and defines ordering and
containment relations, such that 'foo.com' @> 'http://www.foo.com/path'.

About

Simple PostgreSQL URI type for indexing and searching URI

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published