Re: [GENERAL] type aliases

2014-02-15 Thread Behrang Saeedzadeh
You probably should define your domain like this: CREATE DOMAIN myvarchar varchar(42); Best regards, Behrang http://www.behrang.org On Sat, Feb 15, 2014 at 6:23 PM, James Harper wrote: > I can create an alias of a type like: > > CREATE DOMAIN myvarchar varchar; > > But I can't declare a my

[GENERAL] Is PostgreSQL 9.3 using indexes for pipelined top-N window function queries?

2014-02-14 Thread Behrang Saeedzadeh
/partial-results/window-functions Best regards, Behrang Saeedzadeh

Re: [GENERAL] Is this logical?

2006-09-09 Thread Behrang Saeedzadeh
/10/06, Ron Johnson <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Behrang Saeedzadeh wrote: > Hi, > > Shouldn't this create statement trigger an error? > > create table bar (col1 int not null default null); > > Shouldn't I be forbi

Re: [GENERAL] Is this logical?

2006-09-09 Thread Behrang Saeedzadeh
Stephan, But "not null" is in contradiction with "default null" so the create statement should not proceed successfuly IMHO. Regards, Behi On 9/10/06, Stephan Szabo <[EMAIL PROTECTED]> wrote: On Sun, 10 Sep 2006, Behrang Saeedzadeh wrote: > Shouldn't this

[GENERAL] Is this logical?

2006-09-09 Thread Behrang Saeedzadeh
eeds to be done." - Alan Turing "Science is a differential equation. Religion is a boundary condition" - Alan Turing Behrang Saeedzadeh http://www.jroller.com/page/behrangsa http://my.opera.com/behrangsa ---(end of broadcast)--- TIP 6: explain analyze is your friend