From: | Christopher Browne <cbbrowne(at)acm(dot)org> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Wordpress & PostgreSQL ... |
Date: | 2006-10-22 04:06:35 |
Message-ID: | 87u01xuh84.fsf@wolfe.cbbrowne.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
jd(at)commandprompt(dot)com ("Joshua D. Drake") wrote:
> Marc G. Fournier wrote:
>>
>> Does anyone know of any work being done to get wordpress ported to PostgreSQL?
>> My search on the web finds emails from March of this year concerning some ppl
>> more or less "looking into it", but I can't find anything that indicates
>> they've done much more then talk :(
>
> There was an experimental patch at one time. However the devs don't
> really have much interest in PostgreSQL AFAICT.
And it seems to me that you could get a *wildly* better blog design by
making an expressly PostgreSQL-oriented design.
Consider:
a) Mapping things like Wiki-style special indicators of formatting
(e.g. - where indentation / * means something) onto some "final form"
using stored procs written in pl/[text-munging-language]
b) Managing the various sorts of objects (users, entries, links to
local entries, links to outside entries) using a stored function API
so that what's visible in the outside language (Perl CGI or whatever)
becomes fairly trivial
c) Allowing the use of intelligent data types. Self-compressing
TOAST, strongly typed URLs, strongly typed and validated email
addresses, all of that sort of thing.
--
(format nil "~S(at)~S" "cbbrowne" "gmail.com")
http://linuxfinances.info/info/slony.html
I am not a Church numeral!
I am a free variable!
From | Date | Subject | |
---|---|---|---|
Next Message | Ron Johnson | 2006-10-22 04:17:24 | Re: [SQL] Can we convert from Postgres to Oracle !!??? |
Previous Message | Alvaro Herrera | 2006-10-22 03:54:41 | Re: [SQL] Can we convert from Postgres to Oracle !!??? |