Re: [HACKERS] Question about inheritance

2001-06-05 Thread Dmitry G. Mastrukov
> "Christopher Kings-Lynne" <[EMAIL PROTECTED]> writes: > > Am I misunderstanding how the mechanism works, or is this a big, not easily > > solved, problem? > > The latter. Check the list archives for previous debates about this. > It's not real clear whether an inherited primary key shoul

Re: [HACKERS] GUID

2004-03-31 Thread Dmitry G. Mastrukov
Ð ??, 01.04.2004, Ð 08:00, [EMAIL PROTECTED] ÐÐÑÐÑ: > I know I'm probably being a bomb tosser, but would it be practical to > incorporate, like the serial type, and automatic GUID type? > > While I love PostgreSQL, I am frequently forced to deal with Oracle and > MSSQL. While there is a great deal

[HACKERS] default operator class: btree or hash

2003-11-30 Thread Dmitry G. Mastrukov
Hi, all! I'm preparing new release of uniqueidentifier datatype. In new relaease in addition to existing btree operator class I've implemented hash operator class. But what class should be default for this datatype? Uniqueidentifier is used for identification, so main operation with it is '=', on