On Fri, Dec 15, 2006 at 11:37:56AM -0500, Tom Lane wrote:
> Joachim Wieland <[EMAIL PROTECTED]> writes:
> > Appended is a patch that adds JST and JDT into Asia.txt and the Default set.
> Um ... is there a JDT? Last I heard, Japan does not observe daylight
> time. I don't see a JDT in the old PG
On Fri, 15 Dec 2006, Tom Lane wrote:
> Date: Fri, 15 Dec 2006 10:20:44 -0500
> From: Tom Lane <[EMAIL PROTECTED]>
> To: Albe Laurenz <[EMAIL PROTECTED]>
> Cc: ohp@pyrenet.fr, pgsql-hackers list
> Subject: Re: [HACKERS] unixware and --with-ldap
>
> "Albe Laurenz" <[EMAIL PROTECTED]> writes:
> > Yo
Joachim Wieland <[EMAIL PROTECTED]> writes:
> True... Actually I wonder how I have to read the zic files in this case.
> It says:
> Rule Japan 1948only- May Sun>=1 2:001:00D
> Rule Japan 19481951- Sep Sat>=8 2:000 S
> Rule Japan 1949
"Andrew Dunstan" <[EMAIL PROTECTED]> writes:
> BTW, what is the approved way to handle warnings about const? Copy the
> object?
Well, in the revised code there shouldn't be any warning at all, but
I think the mistake in your original was to declare the local variable
as "char *" instead of "const
[EMAIL PROTECTED] writes:
> "Operator class group", unwieldy as it is, conveys the meaning that we
> are talking about _sets of operator classes_. The nicer terms I have
> seen all lose a bit of that ring to me.
The thing is that in the proposal as it currently stands, we're *not*
talking about se
Tom Lane wrote:
> Gregory Stark <[EMAIL PROTECTED]> writes:
> > Perhaps something like
>
> > Operator Class
> > and
> > Data Type Class
>
> > Data type classes happens to involve operator classes but it sounds like
> > you're looking for them to specify other behaviours of how data types
> > inte
GIST and GIN currently set their amstrategies entries to 100, which is
a completely arbitrary number, since these index AMs don't impose any
particular interpretation on operator strategy numbers. Usually it's
far too large and results in wasted space in relcache entries. But it's
not impossible
On Sat, Dec 16, 2006 at 10:26:52AM -0500, Tom Lane wrote:
> Joachim Wieland <[EMAIL PROTECTED]> writes:
> > True... Actually I wonder how I have to read the zic files in this case.
> > It says:
> > RuleJapan 1948only- May Sun>=1 2:001:00
> > D
> > RuleJ
Alvaro Herrera wrote:
> The "superclass" term passes that test, but fails because it is somehow
> expected that you can't put a class inside a superclass.
>
> How about "hyperclass" then? :-) Maybe "school" :-D
>
> Maybe somebody should ask a philologist about a greek or latin prefix
> with that
Alvaro Herrera <[EMAIL PROTECTED]> writes:
> How about "hyperclass" then? :-) Maybe "school" :-D
So I finally went and looked at a thesaurus, and came up with some
possibilities:
category variety family crowd cluster flock pack troop gang clique
circle cabal association society union ensemble
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Sat, Dec 16, 2006 at 11:14:02AM -0500, Tom Lane wrote:
> [EMAIL PROTECTED] writes:
> > "Operator class group", unwieldy as it is, conveys the meaning that we
> > are talking about _sets of operator classes_. The nicer terms I have
> > seen all lose
On Sat, Dec 16, 2006 at 11:48:48AM -0500, Tom Lane wrote:
> So I finally went and looked at a thesaurus, and came up with some
> possibilities:
>
> category variety family crowd cluster flock pack troop gang clique
> circle cabal association society union ensemble
>
> "Operator family" seems lik
On Sat, 2006-12-16 at 11:48 -0500, Tom Lane wrote:
> Alvaro Herrera <[EMAIL PROTECTED]> writes:
> > How about "hyperclass" then? :-) Maybe "school" :-D
>
> So I finally went and looked at a thesaurus, and came up with some
> possibilities:
>
> category variety family crowd cluster flock pack tro
Joachim Wieland wrote:
Yes, I completely agree that JDT should not be included. I just wanted to
understand how those lines show that JST is still in active use. As far as I
understand it, it says that JST was observed from 1948 to 1951 (the second
rule) and now there is a time zone "J%sT" (beca
On Sat, Dec 16, 2006 at 12:52:12PM -0500, Brian Hurt wrote:
> Joachim Wieland wrote:
> >Yes, I completely agree that JDT should not be included. I just wanted to
> >understand how those lines show that JST is still in active use. As far as
> >I
> >understand it, it says that JST was observed from
Martijn van Oosterhout wrote:
> On Sat, Dec 16, 2006 at 11:48:48AM -0500, Tom Lane wrote:
> > So I finally went and looked at a thesaurus, and came up with some
> > possibilities:
> >
> > category variety family crowd cluster flock pack troop gang clique
> > circle cabal association society union
Alvaro Herrera <[EMAIL PROTECTED]> writes:
> Martijn van Oosterhout wrote:
>> On Sat, Dec 16, 2006 at 11:48:48AM -0500, Tom Lane wrote:
>>> "Operator family" seems like it might be a good choice.
>>
>> I like this one more than opcluster. opfamily has a good ring to it also.
> +1 on opfamily.
Do
"Operator family" seems like it might be a good choice.
>>> I like this one more than opcluster. opfamily has a good ring to it also.
>> +1 on opfamily.
> Done, unless anyone really doesn't like it.
So I started revising my notes on what to change the catalog structure
to, and immediately cam
Hello,
is possible take names and types of returned columns of prepared plan? I
need it, for implementation ANSI SQL FOR statement. Descr:
FOR SELECT a,b,c FROM Foo DO
PRINT a,b,c; -- inside stmt body a,b,c are local variables
END LOOP;
I have to get this list in compile time.
Any ideas?
Hi All.
I just looked this email from postgress sql site and wanted to
ask you a question. I would be obliged if you could help me understand
the duplicate key insertion behaviour correctly in Post gress SQL.
The question is related to Btree [Leman and Yao] implementation
When handling
take a look at this link
http://www.entropy.ch/blog/Software/2006/02/04/PostgreSQL-Universal-
Binary-Build-Tips.html
does this help?
Ted
On Dec 14, 2006, at 2:37 PM, Shane Ambler wrote:
Dave Page wrote:
Shane Ambler wrote:
# make distclean
# CFLAGS="-isysroot /Developer/SDKs/Ma
Hi All,
I'm trying to generate italian dictionary templates for tsearch2
without success.
These are the steps I do:
1) cd PGSQL_SRC/contrib/tsearch2/gendict
wget http://snowball.tartarus.org/algorithms/italian/stem.c
wget http://snowball.tartarus.org/algorithms/italian/stem.h
./config.sh -n
Hi,
I want to ask, which development environment should I use to add new features
to postgresql. Is Eclipse CDT (C/C++ Development Tool) suitable for this, or
are you using another environment, or just using pico, vi, etc.?
Regards,
__
Do You
On Sat, 2006-12-16 at 16:47 -0800, dakotali kasap wrote:
> Hi,
>
> I want to ask, which development environment should I use to add new
> features to postgresql. Is Eclipse CDT (C/C++ Development Tool)
> suitable for this, or are you using another environment, or just using
> pico, vi, etc.?
Use
I assume this patch will still allow a database name with an equals
sign, right?
psql "dbname='a=b'"
The libpq documentation isn't clear that single-quotes also escape
equals, but I assume that is true looking at the code:
http://www.postgresql.org/docs/8.2/static/libpq-connec
You need patch from
http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/
to get updated snowball API.
Oleg
On Fri, 15 Dec 2006, Andrea C. Granata wrote:
Hi All,
I'm trying to generate italian dictionary templates for tsearch2 without
success.
These are the steps I do:
1) cd PGSQL_SRC/
On 12/16/06, dakotali kasap <[EMAIL PROTECTED]> wrote:
I want to ask, which development environment should I use to add new
features to postgresql. Is Eclipse CDT (C/C++ Development Tool) suitable for
this, or are you using another environment, or just using pico, vi, etc.?
My development envir
Bruce Momjian wrote:
>
> I assume this patch will still allow a database name with an equals
> sign, right?
>
>
> psql "dbname='a=b'"
Yes. In fact, reading the code it looks like the quotes are not necessary
in this case.
cheers
andrew
---(end of broadcast)--
28 matches
Mail list logo