1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-28 18:48:04 +03:00

More jdbc comment cleanups. Code looks very nice now.

This commit is contained in:
Bruce Momjian
2001-11-19 22:43:13 +00:00
parent 46d50783bf
commit 6c8120d68c
14 changed files with 82 additions and 82 deletions

View File

@@ -4,7 +4,7 @@ import java.io.*;
import java.sql.*;
import org.postgresql.largeobject.*;
/**
/*
* This test attempts to create a blob in the database, then to read
* it back.
*
@@ -64,7 +64,7 @@ public class blobtest
}
/**
/*
* Now this is an extension to JDBC, unique to postgresql. Here we fetch
* an PGlobj object, which provides us with access to postgresql's
* large object api.