Posts by Weibe Moura • 46 points
2 posts
-
1
votes1
answer974
viewsA: PG_DUMP via shell_exec returns "no password supplied"
The parameter -w deletes the password question, pg_dump expects you to have an environment variable called PGPASSWORD. Before running your script create a PGPASSWORD environment variable with the…
-
1
votes1
answer422
viewsA: Colorize jTable lines ready
to color the line you must create a Defaulttablecellrenderer. DefaultTableCellRenderer tableCellRenderer = new DefaultTableCellRenderer() { @Override public Component…