Skip to main content
deleted 2 characters in body; edited tags
Source Link
Super Kai - Kazuya Ito
  • 42.5k
  • 22
  • 256
  • 253

How do you perform the equivalent of Oracle's DESCRIBE TABLE in PostgreSQL (using thewith psql command)?

How do you perform the equivalent of Oracle's DESCRIBE TABLE in PostgreSQL (using the psql command)?

How do you perform the equivalent of Oracle's DESCRIBE TABLE in PostgreSQL with psql command?

Question Protected by Erwin Brandstetter
deleted 111 characters in body; edited tags; added 7 characters in body
Source Link
Dave Jarvis
  • 31.3k
  • 43
  • 186
  • 325

I am trying to learn PostgreSQL after already having used MySQL and Oracle for some time now. It seems that using psql is a step backwards...

How do you perform the psql equivalent of a "DESCRIBE TABLE"Oracle's DESCRIBE TABLE in PostgreSQL (using the psql command)?

I am trying to learn PostgreSQL after already having used MySQL and Oracle for some time now. It seems that using psql is a step backwards...

How do you perform the psql equivalent of a "DESCRIBE TABLE"?

How do you perform the equivalent of Oracle's DESCRIBE TABLE in PostgreSQL (using the psql command)?

Source Link
Mr. Muskrat
  • 24k
  • 3
  • 23
  • 21
Loading