Blogs1 - 10 of 1,714 recent posts for tag:PostgreSQL
23
Nov
2009
JPA show SQL query

6 hours ago by opiquetus

If you need to show SQL in JBoss debug screen (console) from your JPA / EJB project: in persistence.xml should do the trick.

Solved Problems - SQL, ... - bugsmacgyvered.wordpress.com

Congresso Internacional de Software Livre 2009

9 hours ago by Thiago Avelino

O Grupo de Usuários de Software Livre de São Paulo convida a todos profissionais de TIC (Tecnologia da Informação e Comunicação), académicos, desenvolvedores, entusiastas, artistas culturais com propostas livres e envolvidos com cultura digital livre para participarem do 7º. Congresso Internacional ...

thiago-avelinos-macbook:~ ... - avelino.us

22
Nov
2009
How to change PostgreSQL root password

23 hours ago by Mongi Gazelle

In some cases and especially on production systems, you will need to setup a password for the root account in PostgreSQL. The super-user for PostgreSQL is named “postgres” and you will have to login first using that account. In a terminal session (either on Linux or using Putty in Windows) type the ...

mgazelle.com - mgazelle.com · 1 reference

List Table & Dump DB di PostgreSQL

1 day ago by Agust Andy

Setelah lama tidak mainan PostgreSQL saya jadi terlupa beberapa perintah dasar it. Salah satunya menampilkan tabel. \dt Sedangkan untuk nge-dump database bisa pakai perintah di bawah. Pretty simple . Perintah ini akan nge-dump baik struktur maupun data. $ pg_dump nama_database > out_file.sql

Terjemahan-ku - terjemahanku.wordpress.com

21
Nov
2009
Josh Berkus helps clarify clustering

2 days ago by Xaprb

If you haven’t seen it, Josh Berkus has a very concise way to look at the confusing mess that is database “clustering” from the point of view of three distinct types of users: transactional, analytic, and online. I think that using this kind of distinction could help keep discussions clear — I’ve se ...

Xaprb - xaprb.com/blog · Rank: 7,609 · 183 references

A brief introduction to AppStruct

2 days ago by Jason Garber

Have been very busy at work lately. We made the decision about a month ago to switch (most|all) new projects over to use Python 3 with Apache, mod_wsgi, and AppStruct. You may know what the first 3 are, but the 4th?? Special thanks goes to Graham Dumpleton behind mod_wsgi, and James William Pye behi ...

The Gahooa Perspective - blog.gahooa.com · 1 reference

The Three Database Clustering Users

2 days ago

The PostgreSQL community and the database industry have a bewildering profusion of clustering product and projects, utilizing a plethora of technologies and optimized for a diversity of different requirements. Clusters are single-master, multi-master, middleware, database engine, application-based, ...

Database Soup - it.toolbox.com/blogs/database-soup · Rank: 61,556 · 43 references

Returning in PostgreSQL

2 days ago by Kristopher

I recently came across an amazing feature in PostgreSQL: the RETURNING clause. This clause allows you to return specific data as the result of an INSERT or UPDATE query. Often, after doing one of these queries, I’m interested in getting some data, such as an autogenerated primary key field, or maybe ...

KristopherWilson.com - kristopherwilson.com

20
Nov
2009
Выбор СУБД для веб-проектов

2 days ago by Рабочий стол программиста

Новая статья в нашем корпоративном техноблоге: Сравнение СУБД для веб-проектов

Рабочий стол ... - vorobievds.livejournal.com

Notes from Python Special Interest Group, 20-Nov-2009

3 days ago by tedroche

Eight people attended the Python Special Interest Group, held a week early to avoid the Thanksgiving holiday. Anticipate a reschedule December meeting as well. Last night’s meeting was a vigorous and far-reaching discussion of MySQL, Oracle, the future of MySQL, Maria DB, OpenOffice.org automation u ...

Ted Roche's weblog - tedroche.com/blog · Rank: 151,265 · 4 references

Previous1234567