Forum OpenACS Q&A: Response to uninstalled bookmarks module and ACS 3.2.4

Collapse
Posted by Dan Wickstrom on
We've had recent postings about completed ports of the bookmarks module, though after checking in cvs, it appears that neither one has been checked in(?).

Pg does support '||' on varchar, but you sometimes need to add a cast to get things to work correctly. You can also do something like:

select parent_sort_key || local_sort_key as sort_key, 

	...

order by sort_key