Re: To know what a macro does - Mailing list pgsql-hackers

From Werner Echezuria
Subject Re: To know what a macro does
Date
Msg-id 2485a25e0904270528p62ea83bdh5e22703e342d2431@mail.gmail.com
Whole thread Raw
In response to Re: To know what a macro does  (Martijn van Oosterhout <kleptog@svana.org>)
List 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@svana.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@svana.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-----


pgsql-hackers by date:

Previous
From: Fujii Masao
Date:
Subject: Re: Clean shutdown and warm standby
Next
From: Sam Mason
Date:
Subject: Re: RFE: Transparent encryption on all fields