SHOW DATABASE DDL [FOR POSTGRESQL] returns a result set with the DDL statements that are needed
to (re-)create the schema of the current database. The FOR POSTGRESQL clause will instruct
PGAdapter to only return DDL statements that are compatible with PostgreSQL. Cloud Spanner
specific clauses will be commented out in the returned DDL.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]