John Browne <jkbrowne(at)gmail(dot)com> writes:> I was curious if there was a way to get the DDL for a particular table> from the psql client console?
No. Try pg_dump -s -t tablename dbname
regards, tom lane