无法在 Netbeans 中查看或编辑存储过程(PostgreSQL 连接)
我刚刚在我的 mac 上安装了 Netbeans (7.0 IDE Dev),我很高兴我不再需要 2 个编辑器(1 个用于 php,1 个用于 python)
现在,当我看到我可以连接到我的PostgreSQL 服务器,这对于编辑我的存储过程非常方便(而不是将函数从 phppgadmin 复制/粘贴到我的编辑器)。
登录 PostgreSQL 一切顺利,作为管理员,我可以查看表、视图和存储过程,甚至可以编辑表、执行 sql 等。
不幸的是,我无法查看存储过程的内容,也无法编辑它们。
我尝试了不同的 JDBC 版本,但这并没有改变什么。 (编辑、查看选项呈灰色)
我希望有人遇到同样的问题或知道我做错了什么......
非常欢迎任何帮助!
I just installed Netbeans (7.0 IDE Dev) on my mac, and I am quite happy that i dont need 2 editors anymore (1 for php, 1 for python)
Now, I got even more enthousiastic when i saw that i could connect to my PostgreSQL server, this came in super-handy for editing my stored procedures (instead of copying/pasting the functions from the phppgadmin to my editor).
Logging in to PostgreSQL went fine, as admin, i can view the tables, views and stored procedures, i can even edit tables, execute sql etc.
Unfortunately, i cant see the contents of the stored procedures, or edit them.
I tried different JDBC versions, but that didnt change something. (the options edit, view are grayed out)
I hope someone had the same problem or knows what i am doing wrong...
Any help is REALLY welcomed!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为 NetBeans 中的 PostgreSQL 不支持查看/编辑存储过程
I think viewing/editing stored procedures is not supported for PostgreSQL in NetBeans