Blogs1 - 10 of 2,145 recent posts for tag:PostgreSQL
10
Nov
2009
PostgreSQL – Check Your PostgreSQL Version

11 hours ago by ykyuen

Operating System: Gentoo Linux To check your PostgreSQL version, simple enter the login to psql psql -U -d Linux ~ # psql -U kit -d kit_db Password for user kit: Welcome to psql 8.2.6, the PostgreSQL interactive terminal. Type: \copyright for distribution terms \h for help with S ...

Eureka! - ykyuen.wordpress.com

Daily Review #21

14 hours ago by jeff

Got through the weekend of client work and Monday didn’t do too much damage. I’m still working on that whole work/life balance. I picked up a copy of Get More Done, Make More Money today, read it and submitted an RFP or two for some Virtual Assistance. Hopefully over the next week or two I can get t ...

The Queue Blog - blog.thequeue.net · Rank: 102,230 · 5 references

09
Nov
2009
Basic postgresql server setup

19 hours ago by Jack Wallen

So many tool require databases. If you are a web administrator or a company with large stores of information, then you know the importance of databases. One of the most oft-used databases available is MySQL. But that is not the only player on the court. Another cross platform object-relational datab ...

gHacks technology news - ghacks.net · Rank: 830 · 1988 references

Instalação do PostgreSQL

23 hours ago by patrickespake

Instalação Para instalar o PostgreSQL no Ubuntu digite o comando: sudo apt-get install postgresql-common postgresql- 8.3 postgresql-client- 8.3 Mudando a senha do usuário postgres sudo su postgres psql No console do psql ALTER USER postgres WITH PASSWORD 'postgres'; \q Configurando o postgresql.conf ...

Blog Patrick Espake - blog.patrickespake.com · 1 reference

is it possible to build my own database at home?

1 day ago by database-certification

I stingy there are hosting services for liberated and databases, so if ever I created codes using php or some and I’m adjoining to a database at bag same mysql or postgresql, is it doable to reassert a system? same for stuff discover forms and storing it into the database?

Database Certification - database-certification.drupal-instalation.us

Django-Jython 1.0.0 released!

1 day ago by Simon Willison

Django-Jython 1.0.0 released!. Now with database backends for PostgreSQL, Oracle and MySQL. The next release (planned for next month) should provide full compatibility with Django 1.1—the current release has 1.1 support for PostgreSQL but only 1.0 support for the other two databases.

Simon Willison's Weblog - simonwillison.net · Rank: 1,450 · 507 references

Perl Mongers, Open SQL Camp and JPUG 10th anniversary coming up

1 day ago by selena

I’ve got a busy couple of weeks in November: November 11, 2009 – I’m presenting Bucardo (a sweet replication system for Postgres) at the Portland Perl Mongers group, 7pm at Free Geek. November 13-14, 2009 – I’ll be helping run OpenSQL Camp with Eric Day here in Portland, OR. We’re having it at Souk, ...

tending the garden - chesnok.com/daily · Rank: 144,595 · 53 references

Temporal Keys, Part 2

1 day ago by Jeff Davis

In the last article, I argued that: A schedule conflict is a typical business problem. The later you try to resolve a schedule conflict, the more costly it is to resolve. In particular, there is a big jump in the cost the moment after conflicting data is recorded. Therefore, it’s best for the DBMS i ...

Experimental Thoughts - thoughts.j-davis.com · 6 references

PostgreSQL Escape Tips

1 day ago by ststyle

Insert時の時など文字列に改行コード(\r\n)等が含まれる場合に 警告が表示されます。 対応としましては Hintにあるように文字列の前に”E”を付与する WARNING: nonstandard use of \\ in a string literal HINT: Use the escape string syntax for backslashes, e.g., E'\\'.

ststyle.net - ststyle.net/weblog

08
Nov
2009
Predictions on the future of NoSQL

2 days ago by Aleksander Kmetec

These days new NoSQL databases are springing up faster than URL shorteners. Even incomplete lists are likely to mention over 50 of them, most of them never heard of before. But even though they’re all being lumped together under the same name, they are so different from each other that there’s still ...

lexanderA - lexandera.com · 8 references

Previous1234567