Hi!
The psql syntax is:
psql [ option... ] [ dbname
[ username ] ]
Thus, not specifying "-d" should work too. Maybe the problem is the -c
after dbname. Anyway, adding -d should be fine too:
-d dbname
--dbname dbname
Specifies the name of the database to connect to. This i
I was using kamctl on Solaris to add a table entry into a postgresql
database table and received this error:
# ./kamctl domain showdb
psql: warning: extra command-line argument "-c" ignored
psql: warning: extra command-line argument "select * FROM domain ; " ignored
After some research, I found
I was using kamctl on Solaris to add a table entry into a postgresql
v9.0 database table and received this error:
# ./kamctl domain showdb
psql: warning: extra command-line argument "-c" ignored
psql: warning: extra command-line argument "select * FROM domain ; "
ignored
After some research,