There is a console version of PostgreSQL 8.4 subd.

How to upload data to a table so that a column comment is written to the column name, not its name.

The fact is that most often there is written the name in Russian, which makes the table more readable after export.

With the keys -c, -H and data output> sign. The variant with a change in the representation of a column by the type as 'Column name' is not applicable, that is, an option is needed without picking the query handles.

  • And why mysql tag? - Slava Semushin
  • perhaps this message will help you ( postgresql.org/message-id/… ), they say you can get data on oid: select description from pg_description where objoid = 306461 and objsubid = 0; - LXA

0