Files
community.general/library
follower 4be010b09b Clarify the port value always defaults to 3306
While the [boto docs](https://github.com/boto/boto/blob/develop/boto/rds/__init__.py#L253) make it seem like the default value of `port` is changed depending on the engine chosen, AFAICT from looking at the code the default value is never changed from 3306.

I think the docs are intended to be read as "the default value used by <engine> is <port> so you should change `port` to that value".

If you don't specify the port value and chose the database engine as PostgreSQL you'll end up with a PostgreSQL instance running on port 3306.
2014-04-02 02:25:14 +13:00
..
2014-03-31 12:53:03 -04:00
2014-03-26 13:48:47 -05:00
2014-02-28 11:38:11 -06:00
2014-03-31 13:15:21 -04:00
2014-03-23 14:45:49 -05:00