in reply to Postgresql and space characters
Um, what test? You didn't show us any test -- no sample input data, no output, no code, and no clear explanation or example of what you mean when you say "it doesn't work".
Maybe you are missing something obvious, but you haven't given us anything to work with yet. As indicated above, it's not even clear that this is a perl question.
Update: You said:
I want to sort data in a PostgreSQL table in the same way as in large Perl data structures. (To cache large data structures transparently in the db)
But, there are lots of ways of sorting large perl data structures -- and lots of different kinds of structures that involve different methods for implementing various ways of sorting -- and there may even be ways to "cache large data structures transparently in the db" that do not require any kind of sorting.
Your posts in this thread so far have all been very vague and unclear. If this really is (or could be) a perl question, give us a better idea of what you are talking about. (Maybe you just need to add an extra column to your table(s), to specify the desired ordering for the data records.)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Postgresql and space characters
by BerntB (Deacon) on Sep 18, 2006 at 00:43 UTC | |
by graff (Chancellor) on Sep 18, 2006 at 03:52 UTC | |
by BerntB (Deacon) on Sep 18, 2006 at 09:27 UTC |