tomoakin / RPostgreSQL

Automatically exported from code.google.com/p/rpostgresql
64 stars 20 forks source link

Get autogenerated keys #107

Open palatinuse opened 5 years ago

palatinuse commented 5 years ago

I cannot find a way to get the autogenerated keys after an INSERT statement.

Is there a way to do this like in JDBC?

https://docs.oracle.com/javase/7/docs/api/java/sql/Statement.html#getGeneratedKeys%28%29