Re: To know what a macro does

From: Werner Echezuria <wercool(at)gmail(dot)com>
To: Martijn van Oosterhout <kleptog(at)svana(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: To know what a macro does
Date: 2009-04-27 12:28:50
Message-ID: 2485a25e0904270528p62ea83bdh5e22703e342d2431@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Well, I'm in a project called PostgreSQLf and we're trying to include fuzzy
logic inside PostgreSQL. Now I've been thinking this is getting too hard, do
you know if I can just sort the results with something like this :
Sort(ResultSlot,column)?, I mean without the Order By clause?

2009/4/28 Martijn van Oosterhout <kleptog(at)svana(dot)org>

> On Sun, Apr 26, 2009 at 08:33:42PM -0430, Werner Echezuria wrote:
> > Well, I do a query like this: "SELECT * FROM historial WHERE
> > id_grupo=grupo_hist ORDER BY grmemb LIMIT 10;", then in
> transformSortClause
> > I know it this way:
>
> Ok, this is way over my head. But really, it would be helpful to know
> what you're trying to achieve. Why are you changing the source code?
>
> Maybe someone else can answer your question specifically.
>
> Have a nice day,
> --
> Martijn van Oosterhout <kleptog(at)svana(dot)org> http://svana.org/kleptog/
> > Please line up in a tree and maintain the heap invariant while
> > boarding. Thank you for flying nlogn airlines.
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.9 (GNU/Linux)
>
> iD8DBQFJ9U7jIB7bNG8LQkwRAhDPAJ9+q/XSGmUo0t2jxdWHtvVKhPt/mACdEoOn
> g9bLCsAzjy0oFBMsjvi7Rfg=
> =Mofr
> -----END PGP SIGNATURE-----
>
>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Sam Mason 2009-04-27 12:55:26 Re: RFE: Transparent encryption on all fields
Previous Message Fujii Masao 2009-04-27 12:25:49 Re: Clean shutdown and warm standby