From: | Shane Ambler <pgsql(at)Sheeky(dot)Biz> |
---|---|
To: | phil(at)pricom(dot)com(dot)au |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: PostgreSQL for Firefox Bookmarks? |
Date: | 2009-08-13 18:23:37 |
Message-ID: | 4A845A29.4090707@Sheeky.Biz |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Philip Rhoades wrote:
> People,
>
> It would be nice to be able to use PostgreSQL as the storage for Firefox
> Bookmarks - anyone know if this would be possible? how it could be done?
>
Most likely it could be done, if you wanted to.
You will need to know how to write a firefox plugin, and how to
programmatically connect to a postgresql server and perform an
insert/update/select, then integrate both pieces of knowledge.
sqlite manager may answer some of that for you.
http://code.google.com/p/sqlite-manager/
Then there is always the question of should you? What do you wish to
accomplish? Could a smaller db like sqlite be a better option?
--
Shane Ambler
pgSQL (at) Sheeky (dot) Biz
From | Date | Subject | |
---|---|---|---|
Next Message | Alan McKay | 2009-08-13 19:04:52 | max_allowed_packet equivalent in Postgres? |
Previous Message | Emanuel Calvo Franco | 2009-08-13 17:53:18 | Re: Simulate count result are distinct between 8.3 and 8.4 |