Search found 4 matches
- 18.07.2007, 23:45
- Forum: PostgreSQL
- Topic: Getting the execute plan
- Replies: 1
- Views: 1284
- 18.07.2007, 23:00
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: postgresql PQgetCopyData
- Replies: 2
- Views: 778
- 11.07.2007, 23:23
- Forum: PostgreSQL
- Topic: Getting the execute plan
- Replies: 1
- Views: 1284
Getting the execute plan
How can i get the execute plan? it's because when i use "explain analyze select ..." no result set is returned. Is there another property for reading this? is this the same as getting notice events?
Thanks in advance for your help
Thanks in advance for your help
- 20.04.2007, 23:47
- Forum: PostgreSQL
- Topic: Using Putline
- Replies: 0
- Views: 1161
Using Putline
Hi, How can i use PutLine? i need it for a copy command. I tried to get the handle with... pgconn:=TZPostgreSQLConnection(ZConnection.DbcConnection); PHandle:=pgconn.GetConnectionHandle; and the plain driver with... pgdriver:=TZPostgreSQL8PlainDriver(pgconn.GetPlainDriver); But it fails, i'm really ...