Joseph Shraibman writes:
> The only way I can find is to do a search on something, and select to
> search in mailing lists. Then after the search returns click on a link,
> and trucate the url to http://www.postgresql.org/mhonarc/
When in doubt, use geocrawler.com.
--
Peter Eisentraut [EM
http://www.postgresql.org/users-lounge/index.html has most of them.
Actually it's under General Info from the user's lounge.
It was brought to my attention today that the list of archives was
incomplete so I'll be adding to it and adding another one (developer
and user). Don't get too attache
>
> http://www.postgresql.org/users-lounge/index.html has most of them.
> Actually it's under General Info from the user's lounge.
>
> It was brought to my attention today that the list of archives was
> incomplete so I'll be adding to it and adding another one (developer
> and user). Don't g
The only way I can find is to do a search on something, and select to
search in mailing lists. Then after the search returns click on a link,
and trucate the url to http://www.postgresql.org/mhonarc/
Bruce Momjian wrote:
>
> The fact is, I can't figure out how to get there without the URL.
>
>
The fact is, I can't figure out how to get there without the URL.
> Joseph Shraibman <[EMAIL PROTECTED]> writes:
> > WHAT mailing list archives?
> > They aren't linked to anywhere on www.postgresql.org that I can find.
>
> Hmm. My bookmark is
>
> http://www.postgresql.org/lists/mailing-list.h
Joseph Shraibman <[EMAIL PROTECTED]> writes:
> WHAT mailing list archives?
> They aren't linked to anywhere on www.postgresql.org that I can find.
Hmm. My bookmark is
http://www.postgresql.org/lists/mailing-list.html
Dunno how to get there from the site toplevel...
reg
Tom Lane wrote:
>
> hubert depesz lubaczewski <[EMAIL PROTECTED]> writes:
> > but i'm just wondering why like ']' doesn't work.
>
> What LOCALE setting are you running the postmaster in?
>
> ']' is not a special character as far as LIKE is concerned, but
> I suspect you may be seeing another va
> hubert depesz lubaczewski <[EMAIL PROTECTED]> writes:
> > but i'm just wondering why like ']' doesn't work.
>
> What LOCALE setting are you running the postmaster in?
>
> ']' is not a special character as far as LIKE is concerned, but
> I suspect you may be seeing another variant of the problems
hubert depesz lubaczewski <[EMAIL PROTECTED]> writes:
> but i'm just wondering why like ']' doesn't work.
What LOCALE setting are you running the postmaster in?
']' is not a special character as far as LIKE is concerned, but
I suspect you may be seeing another variant of the problems that
LIKE i
hi,
i have a table (view actually) which contains field "article_name" which is
written like:
[AGD]|[Kuchenki Mikrofalowe]|[Samsung AKMS1]
i.e. some string within "[]" delimited by "|"
i want to select all record that have "[AGD]|[" in front of them
so i tried
select * from my_view where article_
10 matches
Mail list logo