| bind | pkey | false | true | net_binds.id | postgres_databases.postgres_server postgres_server_users.postgres_server | 1.92.2.4-SNAPSHOT | the port the server binds to |
| name | postgres_server_name | false | false | | | 1.80.0 | the name of the database |
| ao_server | fkey | false | false | ao_servers.server | | 1.0a100 | the pkey of the server that this database is hosted on |
| version | fkey | false | false | postgres_versions.version | | 1.0a100 | the pkey of the PostgreSQL version |
| max_connections | int | false | false | | | 1.0a100 | the maximum number of connections for the db |
| sort_mem | int | false | false | | | 1.0a100 | the amount of shared memory used for sorting |
| shared_buffers | int | false | false | | | 1.0a100 | the number of shared buffers |
| fsync | boolean | false | false | | | 1.0a100 | indicates that writes are synchronous |