schema or database - Mailing list pgsql-general

From Michael Cheung
Subject schema or database
Date
Msg-id 20150413110808.6157.8B406A0E@justware.co.jp
Whole thread Raw
Responses Re: schema or database  (Ian Barwick <ian@2ndquadrant.com>)
Re: schema or database  (Albe Laurenz <laurenz.albe@wien.gv.at>)
List pgsql-general
hi, all;

I am new here. And I need some suggestion.

I have many similar database to store data for every customer.
Structure of database is almost the same.
As I use same application to control all these data, so I can only use
one database user to connect to these database.
And I have no needs to query table for different customer together.

I wonder which I should use, different shema or different database to store data?

I 'd like to know the advantage and disadvantage for using schema or database.

Thanks

michael



pgsql-general by date:

Previous
From: Jim Nasby
Date:
Subject: Re: Help with slow table update
Next
From: Ian Barwick
Date:
Subject: Re: schema or database