Hi
This is not the right list for this sort of question (try
[email protected]),
however there are multi-terrabyte-sized PostgreSQL databases in existance, so
you shouldn't have trouble with a 20GB one.
The 'official' list of limitations is at http://www.postgresql.org/docs/faq
Hello,
I'm trying to connect Postgres database through
.NET, through OLEDB with following connection string and code
string
conn = "Provider=PostgreSQL;Host=localhost;Password=pwd;User
Id=postgres;Database=psdb;";
OleDbConnection myConnection = new
OleDbConnection(conn);
OleDbDataAdapter
Hi,
I'll be using PostgreSQL for one of our desktop
application with huge data (>20GB). Can you let me know whether Postgres
supports that amount of data. Let me know of limitations, if any for Postgres
regarding handling such huge data. Also if there is any max. size for
database.
Regar