[pgsql@localhost bin]$ ./psql -d tester
psql (9.1.2)
Type "help" for help.

tester=# select current_database();
 current_database 
------------------
 tester
(1 row)

tester=# 

 http://www.postgresql.org/docs/7.3/static/functions-misc.html

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2023-03-18
猜你喜欢
  • 2022-12-23
  • 2022-01-10
  • 2022-01-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案