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 <klep...@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 <klep...@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----- > >