Re: [GENERAL] New to postgresql - Do I have to be a "superuser" to be able to create a database?

2014-01-06 Thread Vincent Veyron
Le dimanche 05 janvier 2014 à 19:32 -0800, gromitracer a écrit : > Below are my roles/users and their attributes. Posgresql version: 9.2 > >Role name |Attributes > > | Member of > ---+-

Re: [GENERAL] New to postgresql - Do I have to be a "superuser" to be able to create a database?

2014-01-06 Thread Jeff Janes
On Sun, Jan 5, 2014 at 7:32 PM, gromitracer wrote: > Hello all. I am more accustomed in doing things the Oracle way and I am > trying to get a hold postgres :) > > Below are my roles/users and their attributes. Posgresql version: 9.2 > >Role name |Attributes > | Member of > >

[GENERAL] New to postgresql - Do I have to be a "superuser" to be able to create a database?

2014-01-06 Thread gromitracer
Hello all. I am more accustomed in doing things the Oracle way and I am trying to get a hold postgres :) Below are my roles/users and their attributes. Posgresql version: 9.2 Role name |Attributes | Member of ---+-

Re: [GENERAL] New To PostgreSQL

2001-09-27 Thread Brent R. Matzelle
--- Tom Ince <[EMAIL PROTECTED]> wrote: > I am attempting to convert an database currently running on > Informix to > a free database on Linux (RedHat 6.1). I have a question. > > I learned that MySQL, does not maintain foreign keys, which > affects me > because I need to use things like CH

[GENERAL] New To PostgreSQL

2001-09-27 Thread Tom Ince
I am attempting to convert an database currently running on Informix to a free database on Linux (RedHat 6.1). I have a question. I learned that MySQL, does not maintain foreign keys, which affects me because I need to use things like CHECK in the CREATE TABLE statements. So thats why I am