BigSQL pgc alternative

2019-12-20 Thread Samuel Teixeira Santos
Hi all.

BigSQL still allow to install Postgres and others resources as like a
portable install.

But today, it's only offer your tool (pgc) for newer Postgresql versions.

I would like to install as portable option because it's more easy to config
and use in my own user in my development station.

What you recommend to do to replace pgc tool as alternative to install
 postgresql 10 and the respective postgis version as like portable option?


Regards,

Samuel


Re: How many billion rows of data I can store in PostgreSQL RDS.

2019-02-22 Thread Samuel Teixeira Santos
Hi all.


Taking advantage of the topic I would like to know the recommendations
about how to update to a newer Postgres version having all that amount of
data.

Anyone one could share your experience about?

Thanks in advance.

Regards,


Samuel


Re: How many billion rows of data I can store in PostgreSQL RDS.

2019-02-22 Thread Samuel Teixeira Santos
Just adding that my case it's not a Amazon RDS, it's common server, if I
can say like that...


Re: Postgres install

2018-02-06 Thread Samuel Teixeira Santos
Hi to all.


I usually install Postgresql on my user to local development using the
Postgresql
Binaries 

I follow some tips from this link Installing Postgresql 9.1 to windows 7
from the binary zip distribution


You could do this installation and definitons programmatically, but you
must define a user to run postgres at end.

In my case I use my own linux account.

Always work.

Hope its helps



Samuel