tenfatfingers
  • Coding
  • Net
  • Shell
  • Shell, system
  • Words
  1. Tags
  2. PostgreSQL

PostgreSQL Function to aggregate timestamps with more flexibility

More often than not, I've got some kind of data in a postgresql database that is somehow described by timestamps.

Simple test table like this:

create table testdata (
   id serial,
   d numeric,
   ts timestamp without time zone default now()
);

Using bash I'll populate it a bit with not too unrealistic …

more ...

  • Social

    • You can add links in your config file
    • Another social link
    • ipv6 ready
  • Recent Posts

    • PostgreSQL Function to aggregate timestamps with more flexibility
  • Tags

    • freebsd
    • external-memory
    • network
    • gitlab
    • pelican
    • python
    • openindiana
    • git
    • wordpress
    • dns
  • Links

    • Pelican
    • Python.org
    • Jinja2
    • You can modify those links in your config file

© 2014 Anders Mundt Due · Powered by pelican-bootstrap3, Pelican, Bootstrap

Back to top