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
/partial-results/window-functions
Best regards,
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
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
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