Hi!
When psql (libpq) connects it uses a combination of defaults, environment
variables, command line arguments, and possibly a pg_service file to figure
out where it is going to connect, and how.
Specifying the option "--list-conninfo" as an option would cause psql to
simply output all of the va
Hallo,
psql feature request
i would be nice if
/o file_with_less.txt
for redirecting output to a file
could contain the same info as the logfile
psql -a -L file_with_more.txt
(and -eE if u need it)
option -a echo's all, but this info doesn't get written to
/o file_with_less.txt
why?
within on
Craig Ringer writes:
> What gets me with Pg's COMMENT ON is the way the comments have to be
> separate from, and after, the objects they refer to. IMO it'd be
> significantly preferable to have something like:
> CREATE TABLE X (
> somepk integer primary key,
> cost numeric(10,2) COMMENT
On 14/05/2010 11:35 PM, Richard Broersma wrote:
It'd be nice if there was a \dd+ command to return all of the comments
of dependent objects in addition to the specified object; i.e. all
dependent objects related to a table for example.
What gets me with Pg's COMMENT ON is the way the comments
It'd be nice if there was a \dd+ command to return all of the comments
of dependent objects in addition to the specified object; i.e. all
dependent objects related to a table for example.
Notice the difference between difference between a well documented DDL
script versus the results returned by