Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
89 views

Can I use gitg to see the changes only on one file/directory?

This is driving me crazy, as it's very easy on gitk (just gitk the/file) but I am not able to do it on gitg which I really like to see the history. It's not a well documented tool... :-/
2
votes
2answers
108 views

GUI admin tool for managing production processes

I have several shell scripts, perl and java based processes running on a bunch of unix machines. I am looking for a dashboard like utility that can allow me to start, stop and monitor all these ...
1
vote
1answer
92 views

PgAdmin search in all tables

In PgAdmin, is it possible to search for a value in ALL tables? In phpmyadmin this is possible and quite convenient. You search for an ID value and find all the tables in which it occurs. I can't seem ...
1
vote
0answers
272 views

Importing stored connections from Mysql Gui tools to Mysql Workbench

I've been working with Mysql Gui tools (for 5.0) at work for nearly 2 years and have accumulated about 100 stored connections. We're now upgrading to use Mysql Workbench 5.3 Community Edition and i'm ...
1
vote
3answers
1k views

How to make a field NULL using MySQL GUI Tools?

I'm using the MySQL Query Browser (part of the MySQL GUI Tools) and need to change a field to NULL, but I can't figure out how to do it - if I delete the value it tries to update it to ''. Typing ...
0
votes
2answers
253 views

Is there an easy way to view data in PgAdmin (PostgreSQL)

I have searched this problem for more than an hour without any clue. In Heidi SQL (for MySQL), I just need few clicks to open any table to view its data. But in pgAdmin, I must collapse many ...