-
Hello. First of all I love your Vagrant config. It's exactly what I needed.
Although when launching on my machine it rejects to raise Vagrant because of port 5432 being taken.
I see it's a port for Po…
wende updated
8 years ago
-
Hi,
I'm very interested in trying RethinkDB for some analytics use-cases, but also possibly search. We have a long history of using Splunk (commercial time-series db), and the similarities between Sp…
-
PostrgreSQL has some limitations in replication slot name:
postgres=# select pg_create_physical_replication_slot('a-b');
ERROR: replication slot name "a-b" contains invalid character
HINT: Replicat…
-
```
Using
http://maven-alfresco-archetypes.googlecode.com/svn/branches/experimental/alfres
co-lifecycle-aggregator/ and running
mvn install -Prun (run Alfresco (with dependent amp), Solr, Share in …
-
```
Using
http://maven-alfresco-archetypes.googlecode.com/svn/branches/experimental/alfres
co-lifecycle-aggregator/ and running
mvn install -Prun (run Alfresco (with dependent amp), Solr, Share in …
-
I was trying to delete with order by, but it seems that "$this->_compile_order_by()" wasn't included when generating the delete statement in query builder.
I know this applies to MySQL; I have no ide…
-
Hello.
How about add it ?
```
dsn = "postgresql+psycopg2://aiopg:passwd@localhost:5432/aiopg"
def parse_uri(uri):
from urllib.parse import urlparse
uri = urlparse(uri)
…
-
I had this problem when trying to run this state file:
``` salt
postgresql_install:
pkg.installed:
- name: postgresql-9.3
- refresh: True
add_user:
postgres_user.present:
- name: use…
-
When I Try to convert straight from CSV to PostgreSQL:
``` python
odo.odo("my.csv", "postgresql://user:pwd@localhost/database::table")
```
I get an OperationError saying that odo can't open the file…
-
When I attempt to sync a model using an `ENUM` type to my postrgresql database with it doesn't calculate the `ENUM` type's name based on the property's `field` option in all cases, thus causing the mo…