> On Dec 28, 2016, at 12:51, David Storrs <david.sto...@gmail.com> wrote: > > There's also this: > > (query-rows db > " > SELECT column_name > FROM information_schema.columns > WHERE table_schema = 'your_schema' > AND table_name = 'your_table' > “)
I’m guessing that that one’s postgresql-only, especially given the ‘table_schema’ element. John -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.