Re: PostgreSQL for Firefox Bookmarks? - Mailing list pgsql-general

From Shane Ambler
Subject Re: PostgreSQL for Firefox Bookmarks?
Date
Msg-id 4A845A29.4090707@Sheeky.Biz
Whole thread Raw
In response to PostgreSQL for Firefox Bookmarks?  (Philip Rhoades <phil@pricom.com.au>)
List 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


pgsql-general by date:

Previous
From: Emanuel Calvo Franco
Date:
Subject: Re: Simulate count result are distinct between 8.3 and 8.4
Next
From: Alan McKay
Date:
Subject: max_allowed_packet equivalent in Postgres?