Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, I need get table structure from Postgresql database, with Npgsql driver, in shell is command "\d table_name", and this command return "table_name" table structure. But I have problem with Npgsql:
\d - command not work with npgsql (using Visual Studio 2008, C#), when I try execute "\\d table_name" command I have "ERROR: 42601 syntax error at or near "\"". Maybe you know how I can get table information? my e-mail: xxx@gmail.com
Thx ;)

TR: Do not provide your email address in a public forum. If someone knows the answer, they will answer it here
Posted
Updated 20-Apr-10 8:24am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900