Re: [ADMIN] Changing column modifiers?

2001-09-10 Thread Arne Weiner
It seems that it is not possible to alter column constraints and table constraints do not include NOT NUL. But you can use CHECK as workaround: ALTER TABLE authors ADD CHECK (NOT authorfirstname = NULL); Arne. Tim Boring wrote: > > Can you change a column modifier after you've created

Re: [ADMIN] Windows Version

2001-08-30 Thread Arne Weiner
Yogesh Shahir wrote: > > Hello Sir, > >Is postgreSQL is available for windows ? If yes, from where I can downlo= > ad it ? PostgreSQL is a multiplatform DMBS. You can download the tarball from ftp.postgresql.org and compile postgres for MS Windows. There are some extra requirements for com

[ADMIN] Re: Postgres Startup trouble

2001-08-30 Thread Arne Weiner
What is 'action' for. The script works fine on my system, if remove the 'action ""' stuff and outcomment the line . /etc/rc.d/functions. So I guess there is a problem with this action procedure. Arne ---(end of broadcast)--- TIP 5: Have you ch