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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 UTC."],[],[]]